From: Thomas Glanzmann Date: Wed, 2 Mar 2022 20:48:25 +0000 (+0100) Subject: put the EFI stuff in esp/ X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/54e4d933059ec09e7ce4773ca743b1876d7d6f71 put the EFI stuff in esp/ --- diff --git a/bootstrap.sh b/bootstrap.sh index f8b5aba..112eb71 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -155,7 +155,10 @@ EOF build_asahi_installer_image() { - zip -r9 debian-base.zip EFI media + rm -rf esp + mkdir esp + mv EFI esp/ + zip -r9 debian-base.zip esp media } build_di_stick()