X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/a02170e43cb6d6e476eda380a264eab37ce30e2d..bd7a03327133614451297aa0edcfefbdc96528b4:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index 71b2774..6cc20f2 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -63,6 +63,7 @@ build_rootfs() sudo cp ../files/sources.list etc/apt/sources.list sudo cp ../files/hosts etc/hosts sudo cp ../files/quickstart.txt root/ + sudo cp ../files/eth0 etc/network/interfaces.d/ sudo bash -c 'chroot . apt update' sudo bash -c 'chroot . apt install -y firmware-linux'