From d8f50afcc820f4d652d2139d8f608db44c0027d2 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 25 Jul 2021 09:55:54 +0000 Subject: [PATCH] Update secureboot.sh --- secureboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secureboot.sh b/secureboot.sh index bbac287..3abd7cb 100644 --- a/secureboot.sh +++ b/secureboot.sh @@ -30,7 +30,7 @@ cp /usr/share/libalpm/hooks/90-mkinitcpio-install.hook /etc/pacman.d/hooks/90-mk sed -i 's#Exec = /usr/share/libalpm/scripts/mkinitcpio-install#Exec = /usr/local/share/libalpm/scripts/mkinitcpio-install#g' /etc/pacman.d/hooks/90-mkinitcpio-install.hook cp /usr/share/libalpm/scripts/mkinitcpio-install /usr/local/share/libalpm/scripts/mkinitcpio-install -sed -i 's#install -Dm644 "${line}" "/boot/vmlinuz-${pkgbase}"#sbsign --key /etc/efi-keys/DB.crt --cert /path/to/db.crt --output "/boot/vmlinuz-${pkgbase}" "${line}"#g' /usr/local/share/libalpm/scripts/mkinitcpio-install +sed -i 's#install -Dm644 "${line}" "/boot/vmlinuz-${pkgbase}"#sbsign --key /etc/efi-keys/DB.key --cert /etc/efi-keys/DB.crt --output "/boot/vmlinuz-${pkgbase}" "${line}"#g' /usr/local/share/libalpm/scripts/mkinitcpio-install mkdir -p /etc/secureboot/keys/{db,dbx,KEK,PK} ln -s /etc/efi-keys/DB.auth /etc/secureboot/keys/db/DB.auth