diff --git a/docs/alpine-desktop-setup/installation.md b/docs/alpine-desktop-setup/installation.md index e758a01..e39da04 100644 --- a/docs/alpine-desktop-setup/installation.md +++ b/docs/alpine-desktop-setup/installation.md @@ -140,10 +140,10 @@ And also remove some remnants of `grub`. # 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 editor no ```