Changed bootloader section a bit

This commit is contained in:
Tastatur 2024-01-21 14:28:22 +01:00
parent 00b0fabc2c
commit 084d7d57ea

View file

@ -140,10 +140,10 @@ And also remove some remnants of `grub`.
# cd /boot && unlink boot # cd /boot && unlink boot
``` ```
The `os-prober` package may be installed that may find operating systems and add them to the bootloader. Besides that `gummiboot` can also be configured with the file `/efi/loader/loader.conf` with which the timeout and the default OS can be specified. `gummiboot` can be configured with the file `/efi/loader/loader.conf` with which the timeout and the default OS can be specified.
``` ```
default alpine default alpine-linux-lts.efi
timeout 2 timeout 2
editor no editor no
``` ```