X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/8d82f6b0c98ac7743d731065e624cac4aaacd441..8ebfac6025af2f01d67061597d518dac7047ad36:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index 6667f06..e1f9991 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -42,7 +42,7 @@ build_linux() git reset --hard origin/asahi; git clean -f -x -d curl -s https://tg.st/u/9ce9060dea91951a330feeeda3ad636bc88c642c.patch | git am - curl -s https://tg.st/u/5nly | git am - - curl -s https://tg.st/u/asahi-config-2022-01-19 > .config + curl -s https://tg.st/u/config-2022-01-24 > .config make olddefconfig make -j 16 bindeb-pkg ) @@ -70,7 +70,7 @@ build_rootfs() sudo cp ../../files/eth0 etc/network/interfaces.d/ sudo bash -c 'chroot . apt update' - sudo bash -c 'chroot . apt install -y firmware-linux' + sudo bash -c 'chroot . apt install -y firmware-linux-free' sudo -- perl -p -i -e 's/root:x:/root::/' etc/passwd