mirror of
https://github.com/brain-hackers/buildbrain
synced 2026-06-15 14:08:33 +09:00
doc: + comment "Copy qemu-arm-static and setup script"
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user