]> git.zerfleddert.de Git - m1-debian/blobdiff - bootstrap.sh
more notes
[m1-debian] / bootstrap.sh
index 408dedcd58e895643b1360ce0c9c576caafe4a7d..70639f60ce7b1410b5fc6906b3643156dea261b2 100644 (file)
@@ -28,6 +28,7 @@ build_linux()
         git fetch
         git reset --hard origin/asahi; git clean -f -x -d &> /dev/null
         curl -s https://tg.st/u/0001-4k-iommu-patch.patch | git am -
+        curl -s https://tg.st/u/40c9642c7569c52189f84621316fc9149979ee65.patch | git am -
         curl -s https://tg.st/u/config-2022-03-09-4k > .config
         make olddefconfig
         make -j `nproc` V=0 bindeb-pkg > /dev/null
@@ -156,12 +157,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
 )
 }
 
Impressum, Datenschutz