diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-16 17:33:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 17:33:10 +0200 |
commit | 53fa5c9e93a45e2f8c78adf69652bc2f875cef53 (patch) | |
tree | e49d7d635809da09df83898e720f9b053e2dfb11 /debian/control | |
parent | 27e2016952f8fdd01d59f73c67ac9b8a30b756b6 (diff) | |
parent | 07c4fe9ba4511f06bdd302cf37b3059ea86df8c6 (diff) | |
download | vyos-1x-53fa5c9e93a45e2f8c78adf69652bc2f875cef53.tar.gz vyos-1x-53fa5c9e93a45e2f8c78adf69652bc2f875cef53.zip |
Merge pull request #4020 from c-po/secure-boot
T861: op-mode: initial parts for UEFI secure boot CLI
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 890100fd8..d1d1602ae 100644 --- a/debian/control +++ b/debian/control @@ -113,8 +113,11 @@ Depends: efibootmgr, libefivar1, dosfstools, - grub-efi-amd64-bin [amd64], + grub-efi-amd64-signed [amd64], grub-efi-arm64-bin [arm64], + mokutil [amd64], + shim-signed [amd64], + sbsigntool [amd64], # Image signature verification tool minisign, # Live filesystem tools |