From: Thomas Glanzmann Date: Thu, 10 Mar 2022 10:40:51 +0000 (+0100) Subject: put boot.bin to the right location X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/1cf0f22bcefb5039a437bda43ddd6a03eaeba1fd put boot.bin to the right location --- diff --git a/bootstrap.sh b/bootstrap.sh index 408dedc..5f52b03 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -156,12 +156,12 @@ build_asahi_installer_image() { ( rm -rf aii - mkdir -p aii/esp aii/m1n1 + mkdir -p aii/esp/m1n1 cp -a EFI aii/esp/ - cp u-boot.bin aii/m1n1/boot.bin + cp u-boot.bin aii/esp/m1n1/boot.bin ln media aii/media cd aii - zip -r9 ../debian-base.zip esp m1n1 media + zip -r9 ../debian-base.zip esp media ) }