From 1cf0f22bcefb5039a437bda43ddd6a03eaeba1fd Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 10 Mar 2022 11:40:51 +0100 Subject: [PATCH] put boot.bin to the right location --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) } -- 2.39.2