index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-19 | Reworking SysCommand & Moving to localectl for locale related activities | Anton Hvornum | |
* Moving to `localectl` rather than local file manipulation *(both for listing locales and setting them)*. * Swapped `loadkeys` for localectl. * Renamed `main` to `maim` in awesome profile. * Created `archinstall.Boot(<installation>)` which spawns a `systemd-nspawn` container against the installation target. * Exposing systemd.py's internals to archinstall global scope. * Re-worked `SysCommand` completely, it's now a wrapper for `SysCommandWorker` which supports interacting with the process in a different way. `SysCommand` should behave just like the old one, for backwards compatibility reasons. This fixes #68 and #69. * `SysCommand()` now has a `.decode()` function that defaults to `UTF-8`. * Adding back peak_output=True to pacstrap. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Dylan Taylor <dylan@dylanmtaylor.com> | |||
2021-05-15 | Add some ignores so I don't accidentally commit files | Dylan Taylor | |
2021-04-28 | Corrected error handling for log creation. | Anton Hvornum | |
2021-04-21 | Removed guided.py that was copied in to the root and added to gitignore. | Anton Hvornum | |
2021-04-16 | fixing - letting user choose kernel | Aggam Rahamim | |
2021-04-16 | added option to choose kernel | Aggam Rahamim | |
2021-01-25 | Added some basic/crude graphics checks in hardware.py | Anton Hvornum | |
2021-01-20 | Version bump. All future releases will now be PGP-signed. | Anton Hvornum | |
2020-11-11 | Added a simple INI handler, and a helper function under ↵ | Anton Hvornum | |
Installer().configure_nic() to help with nic configuration. Supports a crude DHCP configuration and a minimal static IP handler. | |||
2020-10-01 | Apparently empty source definitions aren't allowed. | Anton Hvornum | |
2020-07-10 | Added a build script for my own sanity | Anton Hvornum | |
2020-07-08 | Added symlinks instead of copying when building. Also mofied the __file__ ↵ | Anton Hvornum | |
path in __main__.py as it was pointing a bit off for some reason | |||
2020-07-06 | Adding some more gitignores | Anton Hvornum | |
2020-06-30 | Working partition and encryption+mount phase. Now to the installer and ↵ | Anton Hvornum | |
re-work that. | |||
2020-06-29 | Starting to rework the entire codebase to be context friendly. Annotations ↵ | Anton Hvornum | |
is next after one successful install. | |||
2019-11-17 | Adde a gitignore | Anton Hvornum | |