diff --git a/docs/alpine-desktop-setup/installation.md b/docs/alpine-desktop-setup/installation.md index 9903b58..415dffd 100644 --- a/docs/alpine-desktop-setup/installation.md +++ b/docs/alpine-desktop-setup/installation.md @@ -139,8 +139,14 @@ And also remove some junk left over by grub. # unlink /boot/boot ``` -> If you have multiple operating systems installed you can change the default OS it loads into with `/boot/efi/loader/loader.conf` and adding the line: `default alpine`. -> You can also install `os-prober` which can find operating systems and add them to your bootloader. +You can also install `os-prober` which can find operating systems and add them to your bootloader. Besides that `gummiboot` can also be configured with the file `/boot/efi/loader/loader.conf` in which you can specify the timeout and what OS it should load into by default. + +``` +default alpine +timeout 0 +console-mode max +editor no +``` Before finishing up the installation `networkmanager` will be installed for networking.