makedist-openmamba/platforms/rootfs-base/post.inc.sh

5 lines
174 B
Bash

# aarch64: install qemu static binary to allow emulated run from x86_64
if [ "$ARCH" = "aarch64" ]; then
cp /usr/bin/qemu-aarch64.static $MOUNTDIR/usr/bin/qemu-aarch64
fi