index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | Updated versions in PKGBUILDs and VERSION. | Anton Hvornum | |
2021-03-21 | Improved english grammar and dialogues. Some 'questions' were formatted in a ↵ | Anton Hvornum | |
way where the user would enter 'yes' instead of the expected input. For instance, 'Any additional users to install:' which is a question where 'yes' is a appropriate response, but the expected input was the username to be created. Rephrased it to 'Enter a username to create a additional user:' instead for instance. | |||
2021-03-21 | Added a mkinitcpio configuration for non-btrfs volumes but where encryption ↵ | Anton Hvornum | |
is still used. Also added keymap to the HOOKS so that we can get non-us layouts depending on the locale chosen during installation. | |||
2021-03-21 | Added the latest installments of contributors. | Anton Hvornum | |
2021-03-21 | Merge pull request #118 from Torxed/torx-fix-profile-issues | Anton Hvornum | |
Fixed profile issues as well as partition cache issues. Also added some more debug logs for support cases. | |||
2021-03-21 | Removed some debugging output. | Anton Hvornum | |
2021-03-21 | Added an option to force-flush a blockdevice cache. creating a new ↵ | Anton Hvornum | |
Filesystem() now triggers a flush of the cache since all partitions are removed. There shouldn't be any harm in even bypassing the cache, but it's there for a few reasons. | |||
2021-03-21 | Debugging a partioning case. | Anton Hvornum | |
2021-03-21 | Centralized a partition call to use the logging feature raw_parted(). | Anton Hvornum | |
2021-03-21 | Added more debug level information to parted in case it goes heywire. | Anton Hvornum | |
2021-03-21 | Moved some info logs into debug instead to minimize user splash. | Anton Hvornum | |
2021-03-21 | Added some debugging to help identify why archinstall cannot find ↵ | Anton Hvornum | |
unencrypted devices when setting up the boot loader. | |||
2021-03-21 | Cleaned up after some debugging. | Anton Hvornum | |
2021-03-21 | Slimmed down awesome further, also removed abandoned community package ↵ | Anton Hvornum | |
libu2f-host. | |||
2021-03-21 | Spelling error on variable. | Anton Hvornum | |
2021-03-21 | Moved the globalization of 'installation' variable. Since Profile() might be ↵ | Anton Hvornum | |
created before the installation instance, we need to move the global variable declaration after installation has begun and there's an installation instance. | |||
2021-03-21 | Storing original namespace of profiles as they were during initation. ↵ | Anton Hvornum | |
Namespaces now get reverted back to the original state just before .install() is called. This ensures any temporary namespace changes made during prep-checks etc doesn't stick around when we try to install. | |||
2021-03-21 | Reverted reset_namespace idea. Didn't turn out as clean as I wanted it to. | Anton Hvornum | |
2021-03-21 | Enabling load_instructions() to set a temporary namespace, and then ↵ | Anton Hvornum | |
reverting it after the instructions are loaded. This is to temporarly override the namespace during import - enabling avoidance of triggering __name__ checks, and at the same time reverting back the namespace automatically to enable .execute() on the script (reusability of classes) | |||
2021-03-21 | Enabling load_instructions() to set a temporary namespace, and then ↵ | Anton Hvornum | |
reverting it after the instructions are loaded. This is to temporarly override the namespace during import - enabling avoidance of triggering __name__ checks, and at the same time reverting back the namespace automatically to enable .execute() on the script (reusability of classes) | |||
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Marking newly created partitions as safe to format in use_entire_disk(), by ↵ | Anton Hvornum | |
adding allow_formatting=True to the partitions. Also added some debugging to help aiding in support cases. | |||
2021-03-21 | Added some more debugging and error logs to the project. Mainly to indicate ↵ | Anton Hvornum | |
background tasks and errors to the debug log in case users need to submit it. | |||
2021-03-21 | Fixed an issue where brand new disks (no partitions), got protected by a ↵ | Anton Hvornum | |
safety measurement where .keep_partitions were set to True by default. | |||
2021-03-21 | Fixing minor issue in v2.1.2-rc3. The use_entire_disk() helper function was ↵ | Anton Hvornum | |
adding a partition with the format vfat, but parted doesn't understand this and needs fat32. | |||
2021-03-20 | Removed search logic for mirrors since we now have column-printouts, the ↵ | Anton Hvornum | |
columns enabled us to print all the regions which means the search was an excessive feature. | |||
2021-03-20 | Fix number padding based on length of the highest option index - instead of ↵ | Ninchester | |
using zeroes, now spaces are used | |||
2021-03-20 | Make option list 0-index based | Ninchester | |
2021-03-20 | Add margin at the bottom | Ninchester | |
2021-03-20 | Print options in columns | Ninchester | |
2021-03-20 | Added helper functions for #81. So that we have a basic information about ↵ | Anton Hvornum | |
the terminal when outputting large lists/options. | |||
2021-03-20 | Fixed #64. installation.set_timezone() already excisted since earlier ↵ | Anton Hvornum | |
versions of archinstall in the library section. The guided.py example simply never asked for a time-zone. There's still no NTP option, which I'll add in later. Mostly because there's a lot of settings one can do to a time-client configuration, and I'm not sure all users want the default time servers etc. | |||
2021-03-20 | Merge branch 'master' of github.com:Torxed/archinstall | Anton Hvornum | |
2021-03-20 | Fixed #101. Now warns the users after they skip the network configuration. | Anton Hvornum | |
2021-03-14 | Updated the testing section. | Anton Hvornum | |
I updated the build instructions, mainly because they were old. But also because archiso has changed quite a bit since I wrote it. And I appended a script that will make running a bit easier *(not a perfect script, but does the job)*. | |||
2021-03-14 | Removed evil .format(ext4) which was a remenant from the old days. | Anton Hvornum | |
2021-03-14 | Spelling error. | Anton Hvornum | |
2021-03-14 | More error handling to encrypted vs not encrypted partitions. | Anton Hvornum | |
2021-03-14 | Added some error handling to disk encryption passwords. | Anton Hvornum | |
2021-03-14 | Added some error handling. | Anton Hvornum | |