Skip to content

Commit 45d9b0a

Browse files
monkey-jsunDatabean
authored andcommitted
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 4f5b412 commit 45d9b0a

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
jq,

0 commit comments

Comments
 (0)