Skip to content

Commit 7a8143e

Browse files
committed
WIP: mod: scripts/build-rootfs.sh (build/main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent 8b0eb5d commit 7a8143e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-rootfs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CURDIR="$PWD"
3030
chroot="systemd-nspawn"
3131
packages="debootstrap \
3232
debian-archive-keyring \
33+
util-linux \
3334
systemd-container \
3435
time \
3536
"
@@ -77,6 +78,7 @@ EOF
7778
qemu_arch="${ARCH}"
7879
qemu_system="qemu-system-${qemu_arch}"
7980
qemu_package="qemu-system-x86"
81+
MAKE="/usr/bin/linux32 ${MAKE}"
8082
;;
8183
*)
8284
CMAKE_SYSTEM_PROCESSOR="$ARCH"

0 commit comments

Comments
 (0)