X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/bf65a9cfddc229c74cb180f290feb72b75600123..e044018ecb6b4b8b5e3309fa2703475a5d7a79cf:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index 71c40a6..9d2c39f 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 ) @@ -64,6 +64,8 @@ build_rootfs() sudo cp ../../files/sources.list etc/apt/sources.list sudo cp ../../files/hosts etc/hosts + sudo cp ../../files/resolv.conf etc/resolv.conf + sudo cp ../../files/fstab etc/fstab sudo cp ../../files/quickstart.txt root/ sudo cp ../../files/eth0 etc/network/interfaces.d/ @@ -114,9 +116,9 @@ build_fs() mkdir -p build cd build -build_m1n1 -build_uboot -build_linux -build_rootfs +# build_m1n1 +# build_uboot +# build_linux +# build_rootfs build_stick build_fs