]> git.zerfleddert.de Git - m1-debian/commitdiff
do not rename interface name during first boot
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 21 Dec 2022 19:12:59 +0000 (20:12 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 21 Dec 2022 19:12:59 +0000 (20:12 +0100)
bootstrap.sh

index 393692a1d0dfaf5e96e09d9257f7f61965693c3f..84847fc1354217856dab27d4be6800cce2c9cb7c 100755 (executable)
@@ -99,7 +99,7 @@ build_efi()
         export UUID=`blkid -s UUID -o value media`
         cat > EFI/debian/grub.cfg <<EOF
 search.fs_uuid ${UUID} root
-linux (\$root)/boot/${VMLINUZ} root=UUID=${UUID} rw
+linux (\$root)/boot/${VMLINUZ} root=UUID=${UUID} rw net.ifnames=0
 initrd (\$root)/boot/${INITRD}
 boot
 EOF
Impressum, Datenschutz