X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/304bd20659fff7f1b832c6390410bb0ad5b7f358..62ab3460d78190f12475ff598f5f1e17b8e96fba:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index ea83c13..2c5d1e9 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -52,8 +52,7 @@ build_uboot() test -d u-boot || git clone --depth 1 https://github.com/AsahiLinux/u-boot cd u-boot git fetch - git reset --hard origin/x2r10g10b10; git clean -f -x -d &> /dev/null - curl -s https://tg.st/u/v2-console-usb-kbd-Limit-poll-frequency-to-improve-performance.diff | patch -p1 + git reset --hard origin/asahi; git clean -f -x -d &> /dev/null make apple_m1_defconfig make -j `nproc` ) @@ -162,7 +161,7 @@ build_asahi_installer_image() cp u-boot.bin aii/m1n1/boot.bin ln media aii/media cd aii - zip -r9 ../debian-base.zip esp media + zip -r9 ../debian-base.zip esp m1n1 media ) }