]> git.zerfleddert.de Git - m1-debian/blobdiff - bootstrap.sh
13:35 < amw> Glanzmann: You initrd contains the .deb files (in var/cache/apt/archives...
[m1-debian] / bootstrap.sh
index e6b542725f4ffd27590b5ca9b6d6548c8ba3b82c..ff858cc9e5ee92db44efcc78c217e5c0d261f943 100644 (file)
@@ -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-04-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'
 )
 }
 
Impressum, Datenschutz