diff --git a/docs/alpine-desktop-setup/installation/installation.md b/docs/alpine-desktop-setup/installation/installation.md index 31bf765..defe2b6 100644 --- a/docs/alpine-desktop-setup/installation/installation.md +++ b/docs/alpine-desktop-setup/installation/installation.md @@ -87,7 +87,7 @@ To: /usr/bin/booster build "$tmpdir"/initramfs --kernel-version "$NEW_VERSION-$FLAVOR" ``` -And configure `/etc/kernel-hooks.d/secureboot.conf` for cmdline and secureboot. +And configure `/etc/kernel-hooks.d/secureboot.conf` for cmdline and secureboot. ``` cmdline="rw rd.luks.name==root root=/dev/vg0/aroot modules=ext4 quiet splash rd.lvm.vg=vg0" @@ -108,7 +108,6 @@ Here `` has to be replaced with the uuid of the partition which contains o All that's left for booting is secureboot which `sbctl` will be used for to create keys, and sign some executables with. - ``` # sbctl create-keys # sbctl enroll-keys @@ -139,6 +138,7 @@ And also remove some junk left over by grub. ``` # rm -rf /boot/efi/EFI/alpine # rm -rf /boot/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`.