archinstall/tests
Anton Hvornum 5355c7141a
Add --skip-boot to allow for bypassing installation of a bootloader (#3677)
* Adding the option to skip boot loader

* Fixed a variable complaint

* Fixed ruff and mypy

* Fixed mypy

* Fixed mypy

* Fixed import recursion

* Fixed ruff

* Fixed circular imports

* Fixed ruff

* Hiding the menu option for bootloader when --skip-boot is given. Still setting it default to None to avoid it sneaking into the config file or being set behind the scenes causing if statements to trigger.

* Created an Enum None type for Bootloader called NO_BOOTLOADER

* Fixed ruff

* Spelling error

* Hiding NO_BOOTLOADER if --skip-boot is omitted

* Fixed TUI error when bootloader was missing

* Fixed mypy complaints

* Fixed ruff complaint

* Made the Bootloader option visible during --skip-boot and set the default value to NO_BOOTLOADER when --skip-boot is present
2025-07-23 16:52:01 +02:00
..
data Add support for U2F authentication (#3638) 2025-06-30 21:51:45 +10:00
__init__.py Dataclasses for args and config (#2936) 2024-11-26 11:08:36 +01:00
conftest.py Move audio configuration to application config (#3612) 2025-06-20 07:27:23 +10:00
test_args.py Add --skip-boot to allow for bypassing installation of a bootloader (#3677) 2025-07-23 16:52:01 +02:00
test_configuration_output.py Update ruff formatter (#3496) 2025-05-24 07:58:42 +00:00
test_mirrorlist.py Update ruff formatter (#3496) 2025-05-24 07:58:42 +00:00