From 54e4d933059ec09e7ce4773ca743b1876d7d6f71 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 2 Mar 2022 21:48:25 +0100 Subject: [PATCH] put the EFI stuff in esp/ --- bootstrap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() -- 2.39.2