X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/f2052d6910848053c2af298a2c1a32d411e13a23..f477e5eddfbaf1b0787a5d7a1f4d33a224714b15:/bootstrap.sh?ds=sidebyside diff --git a/bootstrap.sh b/bootstrap.sh index a441281..13b3091 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -56,6 +56,8 @@ build_uboot() git fetch # For tag, see https://github.com/AsahiLinux/PKGBUILDs/blob/main/uboot-asahi/PKGBUILD git reset --hard asahi-v2022.07-2; git clean -f -x -d &> /dev/null + curl -s https://tg.st/u/0001-usb-storage-continue-probe-on-Invalid-device.patch | git am - + git revert --no-edit 4d2b02faf69eaddd0f73758ab26c456071bd2017 make apple_m1_defconfig make -j `nproc` )