index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-05 | Fix 1117 (#1126) | Daniel Girtler | |
* Fix 1117 * Update * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-02 | Fix 1091 and other minor fixes (#1103) | Daniel Girtler | |
* Fix 1091 * Update * flake8 * Only display btrfs options if there is a filesystem * Fix 1118 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-02 | Fix #1106 (#1119) | Daniel Girtler | |
* Fix #1106 * flake8 * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-26 | Adding compression as an option (#1084) | Anton Hvornum | |
* Adding compression as an option * Ignore 'misaligned' ending parenthathese * Moved the 'mark compressed' logic into the sub block within manual disk operations. * Fixed flake8 complaints * Muting a complextion warning on manage_new_and_existing_partitions(). It is too complex, but not something that we'll bother with for v2.4.0. As this whole function could be replaced with a new and improved menu system split into tasks rather than one huge if/else. | |||
2022-04-25 | Created a routine to check if a partition includes a certain mountpoint (#1069) | Werner Llácer | |
For a btrfs volume with a subvolume to be mounted on /, we will not generate a keyfile anymore | |||
2022-04-22 | Support for multiple network interfaces (#1052) | Daniel | |
* Support for multiple network interfaces * Fix mypy * Fix flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-14 | fix incorrect use of an (#1071) | godalming123 | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | moved GlobalMenu into lib/menu/global_menu.py instead | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Clarify prompt text when providing superusers. (#1044) | Patrick Schneeweis | |
Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2022-03-28 | Subvolume User Interface (#1032) | Werner Llácer | |
* Deflate the user interactions file * Fix flake8 * GlobalMenu split from selection_menu.py * Upgrades to ListManager: Can now show an empty list if there is no null action. More information to the user at the header * Put only_hd.py and swiss.py to use new config printing mechanism Solved a couple of bugs at ListManager adding a str and a DeferredTranslation ManageUser was missing an self argument in _check ... * Create list and menus to manage subvolumes in btrfs partitions Needed to modify manage_new_and_existing_partitions Added a new parameter filter to select_partition, to allow filtering there * Update internationalization strings Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2022-03-28 | Deflate user interactions (#1019) | Daniel | |
* Deflate the user interactions file * Fix flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> |