]> git.zerfleddert.de Git - m1-debian/commitdiff
add interfaces for eth0
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 15:07:28 +0000 (16:07 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 15:07:28 +0000 (16:07 +0100)
bootstrap.sh
files/eth0 [new file with mode: 0644]

index 71b27742e0578fa4385fec6da127a27ac6202bb0..6cc20f259314db6ae457af5ab985924f74fb14db 100644 (file)
@@ -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'
diff --git a/files/eth0 b/files/eth0
new file mode 100644 (file)
index 0000000..81922ce
--- /dev/null
@@ -0,0 +1,2 @@
+auto eth0
+iface eth0 inet dhcp
Impressum, Datenschutz