diff options
author | Date Huang <tjjh89017@hotmail.com> | 2025-04-28 22:11:37 +0800 |
---|---|---|
committer | Date Huang <tjjh89017@hotmail.com> | 2025-04-29 00:37:16 +0800 |
commit | 0c0c12794aa83f920739a55adddaccad8b2d1744 (patch) | |
tree | c33a4351f9c8bedf68373205326944d3dd0712a7 /debian/control | |
parent | 5490006e7ad81908540c8bf0fef80798f95fe77d (diff) | |
download | vyos-1x-0c0c12794aa83f920739a55adddaccad8b2d1744.tar.gz vyos-1x-0c0c12794aa83f920739a55adddaccad8b2d1744.zip |
T7408: add mokutil in arm64
VyOS-1x requires mokutil always for `show version`
Debian provides mokutil for amd64, arm64, armhf
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ec3147820..9b798eb97 100644 --- a/debian/control +++ b/debian/control @@ -120,7 +120,7 @@ Depends: dosfstools, grub-efi-amd64-signed [amd64], grub-efi-arm64-bin [arm64], - mokutil [amd64], + mokutil, shim-signed [amd64], sbsigntool [amd64], # Image signature verification tool |