]> git.zerfleddert.de Git - m1-debian/commitdiff
incorporate rc.local
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:01:58 +0000 (22:01 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:01:58 +0000 (22:01 +0100)
bootstrap.sh

index 776f1da301e1862be4577107bb8a01e9936012ef..fb8580b4f8cdbeef76d29043cb13c63a58f838b8 100644 (file)
@@ -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'
Impressum, Datenschutz