Changed bootloader section a bit
This commit is contained in:
parent
00b0fabc2c
commit
084d7d57ea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue