mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-07 08:13:37 +00:00
disk-image.binary: skip building MBR image on riscv64.
This commit is contained in:
parent
ff175e3f4a
commit
8e548f37d9
@ -27,7 +27,7 @@ case $ARCH:$SUBARCH in
|
||||
BOOTPART_END=138M
|
||||
BOOT_MOUNTPOINT=/boot/firmware
|
||||
;;
|
||||
amd64:*|arm64:*|armhf:*)
|
||||
amd64:*|arm64:*|armhf:*|riscv64:*)
|
||||
echo "We only create EFI images for $ARCH."
|
||||
exit 0
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user