index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-05 | allow multiple services to be enabled at once | Zach Osman | |
2021-03-14 | Wrong variable name. | Anton Hvornum | |
2021-03-14 | Tweaked SysCallError() exception to include the exit code in a machine ↵ | Anton Hvornum | |
readable manner. Since it's useful as an indicator where calls might go wrong and for what reason. | |||
2021-02-17 | Cleaning up guided.py a bit to be less complex and convoluted, while still ↵ | Anton Hvornum | |
performing the same task. | |||
2021-02-11 | Reworked the way partition formatting works. As well as added some flags to ↵ | Anton Hvornum | |
the partition if it's locked/unlocked for partitioning. By defaults partitions will now be in a locked state - prohibiting formatting unless set or overridden in the formatting call. This allows us to selectively format partitions individually later on. There's also a target_mountpoint that is the desired relative mount point inside a installation. This can be pre-pended with the installation base directory during mount. These changes also function as indicators for the installation (and guided installation) for which partitions to use and/or wipe. If an entire drive is selected for wiping, these changes will have no affect in the decision making as all partitions will be new and have formatable set to true. | |||
2021-02-07 | Added an early check for filesystem compatability. Since we need to handle ↵ | Anton Hvornum | |
unique packages etc for certain filesystem formats. This early check can be caught and ignored if the programmer/user wants to override the check and continue anyway. But the default should be to stop all execution to not install a half-working system. | |||
2021-01-25 | Added an embryo for listing wireless networks. | Anton Hvornum | |
2020-11-08 | Tweaked #58 slightly. Execution is done with an attempt to retain file line ↵ | Anton Hvornum | |
numbers when executing. It also consolidates behavior of files and remote documents in a 'similar' manner. | |||
2020-07-07 | Added a raise on sys_command exit code being bad. Also updated readme to ↵ | Anton Hvornum | |
show how to test this locally | |||
2020-07-06 | Reworked final preparations for working with profiles and installing them. | Anton Hvornum | |
2020-07-06 | Converted the lib to a pip supported structure to make packaging easier. ↵ | Anton Hvornum | |
Also tweaked some minor issues and added the AUR function |