index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-28 | Fixes additional encryption prompt even tho partitions was marked for ↵ | Anton Hvornum | |
encryption (#1264) Corrected the check for partitions marked with `encrypt: true` | |||
2022-05-26 | Rework user management (#1220) | Daniel Girtler | |
* Rework users * Update user installation * Fix config serialization * Update * Update schemas and documentation * Update * Fix flake8 * Make users mypy compatible * Fix minor copy Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2022-05-18 | Enhance view (#1210) | Daniel Girtler | |
* Add preview for menu entries * Fix mypy * Update * Update * Fix mypy Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-18 | Added a HSM menu entry (#1196) | Anton Hvornum | |
* Added a HSM menu entry, but also a safety check to make sure a FIDO device is connected * flake8 complaints * Adding FIDO lookup using cryptenroll listing * Added systemd-cryptenroll --fido2-device=list * Removed old _select_hsm call * Fixed flake8 complaints * Added support for locking and unlocking with a HSM * Removed hardcoded paths in favor of PR merge * Removed hardcoded paths in favor of PR merge * Fixed mypy complaint * Flake8 issue * Added sd-encrypt for HSM and revert back to encrypt when HSM is not used (stability reason) * Added /etc/vconsole.conf and tweaked fido2_enroll() to use the proper paths * Spelling error * Using UUID instead of PARTUUID when using HSM. I can't figure out how to get sd-encrypt to use PARTUUID instead. Added a Partition().part_uuid function. Actually renamed .uuid to .part_uuid and created a .uuid instead. * Adding missing package libfido2 and removed tpm2-device=auto as it overrides everything and forces password prompt to be used over FIDO2, no matter the order of the options. * Added some notes to clarify some choices. * Had to move libfido2 package install to later in the chain, as there's not even a base during mounting :P | |||
2022-05-17 | Fix since consistency issues with 1195 (#1206) | Dylan M. Taylor | |
2022-05-17 | Reworking select_encrypted_partitions() to use the new Menu system, (#1201) | Anton Hvornum | |
* Reworking select_encrypted_partitions() to use the new Menu system, and allow granularity. * Listing partitions and enabling a index selection. Also when selecting 'delete all partitions' wipe=True will get set on the blockdevice now. Otherwise the new partitions won't be able to be created without deleting them first. * flake8 fix * Removed old select_encrypted_partitions() | |||
2022-05-16 | Fix lengthy translations in Main Menu (Important) (#1195) | Reza | |
* Fix lengthy translations in Main Menu * rename 'Additional repositories' to 'Optional repositories' * rename 'Drives' to 'Drive(s)' * rename 'Choose keyboard layout' to 'Select keyboard layout' | |||
2022-05-10 | Updated ru locale and minor fixes (#1157) | Alexmelman88 | |
* Add files via upload * Add files via upload * Update global_menu.py | |||
2022-05-09 | Introduce ctrl+c and other bug fixes (#1152) | Daniel Girtler | |
* Intergrate ctrl+c * stash * Update * Fix profile reset * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
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 #1106 (#1119) | Daniel Girtler | |
* Fix #1106 * flake8 * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-25 | Set a 'default' argument for audio and removed it as a requirement to ↵ | Anton Hvornum | |
continue. (#1081) | |||
2022-04-22 | Flexible order of menu options (#1078) | Daniel | |
* Allow custom ordering of the menu entries * Update Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
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-12 | Downstream new simple menu feature (#1055) | Daniel | |
* Downstream new simple menu feature * Fix flake8 * Update * Fix flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-03-29 | Fixed flake8 | Anton Hvornum | |
2022-03-29 | Correct exit when no disk is selected and we don't wish to continue (#1049) | Werner Llácer | |
2022-03-28 | moved GlobalMenu into lib/menu/global_menu.py instead | Anton Hvornum | |