GRUB2 can't do ECC (Really?)

This commit is contained in:
Captain ALM 2024-08-04 23:00:11 +01:00
parent 4dc2953c32
commit 14d880119a
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -11,7 +11,7 @@ sudo 7za x -o/etc grub.d.my.7z -y;
sudo chmod +x /etc/grub.d/*;
sudo cp sbat /root/sbat -f;
if [ ! -f /root/pubkey ]; then
sudo gpg --batch --passphrase '' --quick-gen-key root@localhost default default;
sudo gpg --batch --passphrase '' --quick-gen-key root@localhost rsa3072 default;
sudo gpg --export -o /root/pubkey;
fi
sudo cp /root/pubkey /boot/pubkey -f;