From 084d7d57ea94919cb52221058fe249c12116f03f Mon Sep 17 00:00:00 2001 From: Tastatur Date: Sun, 21 Jan 2024 14:28:22 +0100 Subject: [PATCH] Changed bootloader section a bit --- docs/alpine-desktop-setup/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```