From 9575912258ed9c5f1c4c1ab6c2c1cab3283f40cf Mon Sep 17 00:00:00 2001 From: Tastatur Date: Wed, 27 Dec 2023 15:33:56 +0100 Subject: [PATCH] Updated gummiboot --- docs/alpine-desktop-setup/installation.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.