]> git.zerfleddert.de Git - m1-debian/commitdiff
more files
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 20:31:28 +0000 (21:31 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 20:31:28 +0000 (21:31 +0100)
bootstrap.sh
files/fstab [new file with mode: 0644]
files/resolv.conf [new file with mode: 0644]

index 71c40a6f4c0827ac98bc0d6a821fc179b2e74a9c..6667f066f7c392a4cfe941adce8847d8edff7780 100644 (file)
@@ -64,6 +64,8 @@ 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/eth0 etc/network/interfaces.d/
 
diff --git a/files/fstab b/files/fstab
new file mode 100644 (file)
index 0000000..975a947
--- /dev/null
@@ -0,0 +1,2 @@
+# /dev/nvme0n1p5 /         ext4 defaults 0 0
+# /dev/nvme0n1p4 /boot/efi vfat defaults 0 0
diff --git a/files/resolv.conf b/files/resolv.conf
new file mode 100644 (file)
index 0000000..cae093a
--- /dev/null
@@ -0,0 +1 @@
+nameserver 8.8.8.8
Impressum, Datenschutz