* Add dialog to install EFI bootloader to removable location This is just for GRUB and Limine for now. * Move bootloader removable and UKI selections to bootloader submenu * Update ask_for_bootloader_removable() prompt for ease of translation * Fix issue where removable and UKI options were always enabled at first * Minor cosmetic fixes to bootloader removable code * Add has_removable_support to Bootloader * Validate UKI and removable options in installer * Use has_removable_support() where appropriate * Fix potential AttributeError when bootloader_config is None * Set default value for bootloader configuration menu item * Update documentation after EFI removable/Limine changes * Update limine.conf and non-removable location paths (as per Wiki) * Do not create fallback boot menu entries when using UKIs on Limine * Remove useless ask_* wrappers in bootloader_menu * Improve bootloader menu previews * Make bootloader menu __init__.py empty |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| archinstall | ||
| cli_parameters/config | ||
| examples | ||
| flowcharts | ||
| help | ||
| installing | ||
| Makefile | ||
| README.md | ||
| conf.py | ||
| index.rst | ||
| logo.png | ||
| pull_request_template.md | ||
README.md
Dependencies
In order to build the docs locally, you need to have the following installed:
For example, you may install these dependencies using pip:
pip install -U sphinx sphinx-rtd-theme
For other installation methods refer to the docs of the dependencies.
Build
In archinstall/docs, run make html (or specify another target) to build locally. The build files will be in archinstall/docs/_build. Open _build/html/index.html with your browser to see your changes in action.