From: Thomas Glanzmann Date: Tue, 25 Jan 2022 20:31:28 +0000 (+0100) Subject: more files X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/8d82f6b0c98ac7743d731065e624cac4aaacd441 more files --- diff --git a/bootstrap.sh b/bootstrap.sh index 71c40a6..6667f06 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 index 0000000..975a947 --- /dev/null +++ b/files/fstab @@ -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 index 0000000..cae093a --- /dev/null +++ b/files/resolv.conf @@ -0,0 +1 @@ +nameserver 8.8.8.8