X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/743b1c8186ee50c925d245d9d1fa257f9a3ada88..e2a179ba52fb207b7f2e44963627a5953ffbee90:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index e6b5427..f093a67 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,7 +27,8 @@ build_linux() cd linux git fetch git reset --hard origin/asahi; git clean -f -x -d &> /dev/null - curl -s https://tg.st/u/config-2022-03-04-16k > .config + curl -s https://tg.st/u/0001-4k-iommu-patch.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 ) @@ -98,7 +99,7 @@ build_rootfs() sudo chroot . dpkg -i ${KERNEL} sudo rm ${KERNEL} - sudo bash -c 'apt-get clean' + sudo bash -c 'chroot . apt-get clean' ) }