From 3311b9460f0c8a130cc0c87733a90260a3cf4bc6 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 6 Feb 2022 17:44:06 +0100 Subject: [PATCH] create the macho file for chainloading using m1n1 --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c188a14..0d143eb 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,6 +31,7 @@ build_uboot() ) cat m1n1/build/m1n1.bin `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.bin + cat m1n1/build/m1n1.macho `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.macho } build_linux() @@ -154,9 +155,9 @@ upload_artefacts() mkdir -p build cd build -build_linux build_m1n1 build_uboot +build_linux build_rootfs build_live_stick build_di_stick -- 2.39.2