From 22cfe426d409071e3a62934315806e0a3b083fc5 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 13 Aug 2022 15:35:37 +0200 Subject: [PATCH] apply jannaus sdcard empty patch --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index a441281..68d41c4 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -56,6 +56,7 @@ 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 - make apple_m1_defconfig make -j `nproc` ) -- 2.39.2