Updated installation section.

This commit is contained in:
Luc Bijl 2024-01-02 20:44:19 +01:00
parent 51bae3582e
commit 723a7e35ad

View file

@ -140,7 +140,7 @@ And also remove some junk left over by grub.
# cd /boot && unlink boot # cd /boot && unlink boot
``` ```
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. 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` with which you can specify the timeout and the default OS.
``` ```
default alpine default alpine
@ -148,7 +148,7 @@ timeout 2
editor no editor no
``` ```
Before finishing up the installation `networkmanager` will be installed for networking. Before finishing the installation, `networkmanager` will be installed for networking.
``` ```
# apk add networkmanager # apk add networkmanager
@ -168,5 +168,6 @@ Now exit out of the chroot and you should be able to reboot into a working Alpin
# reboot # reboot
``` ```
> Do note that "Linux Boot Manager" will have to be set to load first in your bios. When booting up your screen might appear blank, this is the encryption prompt. Enter the encryption key and press enter to boot.
> When booting up your screen might appear blank but you will have to enter the password you added for encryption and press enter.
> Do note that "Linux Boot Manager" will have to be set to load first in your bios.