Skip to content

Commit

Permalink
Merge pull request #244 from leomeinel/main
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
leomeinel authored May 8, 2023
2 parents 8b7216c + 608f681 commit 6ee20a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ YES)
doas cryptboot systemd-boot-sign
source "/etc/cryptboot.conf"
doas sh -c "{
echo "uefi_secureboot_cert=\""$EFI_KEYS_DIR"/keys/db.crt\""
echo "uefi_secureboot_key=\""$EFI_KEYS_DIR"/keys/db.key\""
echo "uefi_secureboot_cert=\""$EFI_KEYS_DIR"/db.crt\""
echo "uefi_secureboot_key=\""$EFI_KEYS_DIR"/db.key\""
} >/etc/dracut.conf.d/secureboot.conf"
;;
*)
Expand Down

0 comments on commit 6ee20a3

Please sign in to comment.