]> git.plutz.net Git - blast/blobdiff - Makefile
suppress network interfae renaming at boot
[blast] / 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