X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/dce2ca6a5700bdeffc8b0191a2a1fcc893b9b1ec..9eeb02dd580466c7ef171202192f1f0cc2beccd0:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index f580010..0d143eb 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,6 +31,7 @@ build_uboot() ) cat m1n1/build/m1n1.bin `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.bin + cat m1n1/build/m1n1.macho `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.macho } build_linux() @@ -68,8 +69,7 @@ build_rootfs() 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/ - sudo cp ../../files/wlp1s0f0 etc/network/interfaces.d/ + sudo cp ../../files/interfaces etc/network/interfaces sudo cp ../../files/wpa.conf etc/wpa_supplicant/wpa_supplicant.conf sudo bash -c 'chroot . apt update' @@ -100,7 +100,7 @@ build_live_stick() ) } -build_fs() +build_dd() { ( rm -f media @@ -161,5 +161,5 @@ build_linux build_rootfs build_live_stick build_di_stick -build_fs +build_dd upload_artefacts