X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/eb34dc0156695c8022853abb8b9e0c2191489462..645502a5e7872222f74eaccec383484bcf2e3bf9:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index 776f1da..fb8580b 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -85,10 +85,10 @@ 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/interfaces etc/network/interfaces sudo cp ../../files/wpa.conf etc/wpa_supplicant/wpa_supplicant.conf + sudo cp ../../files/rc.local etc/rc.local sudo bash -c 'chroot . apt update' sudo bash -c 'chroot . apt install -y firmware-linux'