archinstall/archinstall/scripts
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
..
__init__.py PyParted and a large rewrite of the underlying partitioning (#1604) 2023-04-19 12:55:42 +02:00
guided.py Add --skip-boot to allow for bypassing installation of a bootloader (#3677) 2025-07-23 16:52:01 +02:00
list.py Update ruff formatter (#3496) 2025-05-24 07:58:42 +00:00
minimal.py Rename profile_model -> profile (#3640) 2025-07-15 09:30:15 +02:00
only_hd.py Fix recursive call in scripts (#3586) 2025-06-11 19:38:28 +02:00
unattended.py Update ruff formatter (#3496) 2025-05-24 07:58:42 +00:00