GRUB2 can't do ECC (Really?)
This commit is contained in:
parent
4dc2953c32
commit
14d880119a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user