X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/d024d4c756c6ea202a1579d8066ea35299741ec5..c6eade91d55f10003bb38e61779fef92f8d60c02:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index b1b17fb..c8de99d 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,7 +27,9 @@ build_linux() cd linux git fetch git reset --hard origin/asahi; git clean -f -x -d &> /dev/null - curl -s https://tg.st/u/0001-4k-iommu-patch.patch | git am - + curl -s https://tg.st/u/0001-4k-iommu-patch-2022-03-11.patch | git am - + curl -s https://tg.st/u/40c9642c7569c52189f84621316fc9149979ee65.patch | git am - + # curl -s https://tg.st/u/config-debian-distro-kernel-2022-03-09-4k > .config curl -s https://tg.st/u/config-2022-03-09-4k > .config make olddefconfig make -j `nproc` V=0 bindeb-pkg > /dev/null @@ -75,7 +77,7 @@ build_rootfs() sudo mkdir -p boot/efi - sudo bash -c 'echo live > etc/hostname' + sudo bash -c 'echo debian > etc/hostname' sudo bash -c 'echo > etc/motd' @@ -120,7 +122,7 @@ build_dd() { ( rm -f media - dd if=/dev/zero of=media bs=1 count=0 seek=1G + dd if=/dev/zero of=media bs=1 count=0 seek=2G mkdir -p mnt mkfs.ext4 media tune2fs -O extents,uninit_bg,dir_index -m 0 -c 0 -i 0 media @@ -156,9 +158,9 @@ build_asahi_installer_image() { ( rm -rf aii - mkdir -p aii/esp aii/m1n1 + mkdir -p aii/esp/m1n1 cp -a EFI aii/esp/ - cp u-boot.bin aii/m1n1/boot.bin + cp u-boot.bin aii/esp/m1n1/boot.bin ln media aii/media cd aii zip -r9 ../debian-base.zip esp media