On 2018-03-21, Vagrant Cascadian <[email protected]> wrote: > Attached is a patch that enables the riscv64 targets for > qemu-system-misc and qemu-user-static/qemu-user/qemu-binfmt.
I forgot to patch qemu-debootstrap:
diff --git a/debian/qemu-debootstrap b/debian/qemu-debootstrap
index 72d41b7fed..17c243eafc 100755
--- a/debian/qemu-debootstrap
+++ b/debian/qemu-debootstrap
@@ -134,7 +134,7 @@ fi
qemu_arch=""
case "$deb_arch" in
-
alpha|arm|armeb|i386|m68k|mips|mipsel|mips64el|ppc64|sh4|sh4eb|sparc|sparc64|s390x)
+
alpha|arm|armeb|i386|m68k|mips|mipsel|mips64el|ppc64|sh4|sh4eb|sparc|sparc64|s390x|riscv64)
qemu_arch="$deb_arch"
;;
amd64)
live well,
vagrant
signature.asc
Description: PGP signature

