Skip to content

Commit edb4e1f

Browse files
committed
debian: fix grub package arch selectors for riscv64
grub-efi-amd64-bin used [!arm64] which incorrectly pulls amd64 grub on riscv64 hosts. Change to explicit [amd64] selector and add grub-efi-riscv64-bin [riscv64].
1 parent b3fa942 commit edb4e1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

base/debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Depends: adduser,
4040
dnsmasq-base,
4141
ebtables-legacy | ebtables,
4242
grub-efi-arm64-bin [arm64],
43-
grub-efi-amd64-bin [!arm64],
43+
grub-efi-amd64-bin [amd64],
44+
grub-efi-riscv64-bin [riscv64],
4445
iproute2,
4546
iptables,
4647
libarchive-tools | bsdtar,

0 commit comments

Comments
 (0)