X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/50ef4b200943225b35e10f84521d6d979c07621f..5343136bc5db9602ef4a85fab4a0ef2fe32948ac:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index ba03c1a..3152afc 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'