]> git.plutz.net Git - blast/commitdiff
suppress network interfae renaming at boot
authorPaul Hänsch <paul@plutz.net>
Fri, 28 Oct 2022 13:12:30 +0000 (15:12 +0200)
committerPaul Hänsch <paul@plutz.net>
Fri, 28 Oct 2022 13:12:30 +0000 (15:12 +0200)
Makefile

index 1d8d694ca7038f5ba7d98d8fc94cc78334744f69..fe331bb74ac9709d235057d0b27fe5baa1448ec9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -369,7 +369,7 @@ _grub_efi64: ${CFGROOT}
        grub-mkimage -p / -O x86_64-efi fat part_gpt normal linux all_video >"$${CFGROOT}/boot/EFI/BOOT/BOOTX64.EFI"
 
 ${CFGROOT}/boot/cmdline.txt: ${CFGROOT}
-       printf 'root=/dev/mmcblk0p2 rootfstype=${fstype} fsck.repair=yes rootwait' >"$@"
+       printf 'root=/dev/mmcblk0p2 rootfstype=${fstype} fsck.repair=yes rootwait net.ifnames=0' >"$@"
 
 _bootloader_raspi: ${CFGROOT} ${CFGROOT}/boot/cmdline.txt