Skip to content
Snippets Groups Projects

Support ppc64le and fix cross architecture bootstrapping

Merged Jens Reidel requested to merge Adrian/pmbootstrap:wip/ppc64le into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -205,7 +205,7 @@ def command_qemu(
]
)
]
command += [chroot_native / "usr/bin" / f"qemu-system-{arch}"]
command += [chroot_native / "usr/bin" / f"qemu-system-{arch.qemu()}"]
command += ["-L", chroot_native / "usr/share/qemu/"]
command += ["-nodefaults"]
Loading