From 50d8053be017044a95917e171ec55c1fbff2c6f8 Mon Sep 17 00:00:00 2001 From: tastatur Date: Tue, 2 Jan 2024 20:45:46 +0100 Subject: [PATCH] Missed an M --- 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 5e3e9fb..c22e726 100644 --- a/docs/alpine-desktop-setup/installation.md +++ b/docs/alpine-desktop-setup/installation.md @@ -88,7 +88,7 @@ To: And configure `/etc/kernel-hooks.d/secureboot.conf` for cmdline and secureboot. ``` -cmdline="rw rd.luks.name==luks root=/dev/vg/alp_root modules=ext4 quiet splash rd.lvm.vg=vg" +cmdline="rw rd.luks.name==luks root=/dev/vg/alp_root modules=ext4 quiet splash rd.lvm.vg=vg" signing_cert="/usr/share/secureboot/keys/db/db.pem" signing_key="/usr/share/secureboot/keys/db/db.key" @@ -170,4 +170,4 @@ Now exit out of the chroot and you should be able to reboot into a working Alpin When booting up your screen might appear blank, this is the encryption prompt. Enter the encryption key and press enter to boot. -> Do note that "Linux Boot Manager" will have to be set to load first in your bios. \ No newline at end of file +> Do note that "Linux Boot Manager" will have to be set to load first in your bios.