mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
initrd: call assert_signable earlier
No need to check for the GPG card first.
This commit is contained in:
parent
4ce8f664ad
commit
c65d6b92c0
@ -21,10 +21,10 @@ fi
|
||||
|
||||
paramsdir="${paramsdir%%/}"
|
||||
|
||||
confirm_gpg_card
|
||||
|
||||
assert_signable
|
||||
|
||||
confirm_gpg_card
|
||||
|
||||
# update hashes in /boot before signing
|
||||
if [ "$update" = "y" ]; then
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user