X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/ab1a2650708e8f4b1a3856e69b45f79adc68ad9c..c2a771a0174e5c8d9d30fdddc61348251408a450:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index ba03c1a..c188a14 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -68,8 +68,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' @@ -155,9 +154,9 @@ upload_artefacts() mkdir -p build cd build +build_linux build_m1n1 build_uboot -build_linux build_rootfs build_live_stick build_di_stick