mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-06 17:01:10 +00:00
fix: riscv64 efi conditional
missing a && between icicle and visionfive, led to /boot/efi still being in place, and grub-install running instead of exiting the func. fixes LP:2015750
This commit is contained in:
parent
38cb20bd88
commit
c0af2ca443
@ -455,7 +455,7 @@ EOF
|
||||
|
||||
if [ "${SUBARCH:-}" != "nezha" ] && \
|
||||
[ "${SUBARCH:-}" != "licheerv" ] && \
|
||||
[ "${SUBARCH:-}" != "icicle" ] \
|
||||
[ "${SUBARCH:-}" != "icicle" ] && \
|
||||
[ "${SUBARCH:-}" != "visionfive" ] && \
|
||||
[ "${SUBARCH:-}" != "visionfive2" ]; then
|
||||
## TODO remove below once we have grub-efi-riscv64 for the platforms
|
||||
|
Loading…
x
Reference in New Issue
Block a user