From 9ca325180607adb7f20562b543a26c0587f53f40 Mon Sep 17 00:00:00 2001 From: Mingyang Li Date: Sat, 30 May 2026 10:12:26 -0700 Subject: [PATCH] doc: + comment "Copy qemu-arm-static and setup script" --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4afb54b..c07aaf2 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,8 @@ brainux: sudo mount -t proc none $(shell pwd)/brainux/proc sudo mount --rbind /sys $(shell pwd)/brainux/sys + # Copy qemu-arm-static and setup script to allow running the second stage of + # debootstrap in the chroot on an x86 host. sudo cp /usr/bin/qemu-arm-static brainux/usr/bin/ sudo cp ./os-brainux/setup_brainux.sh brainux/ sudo ./os-brainux/override-pre.sh ./os-brainux/override ./brainux