From: Paul Hänsch Date: Fri, 28 Oct 2022 13:12:30 +0000 (+0200) Subject: suppress network interfae renaming at boot X-Git-Url: https://git.plutz.net/?p=blast;a=commitdiff_plain;h=495464ce5bd7118fe73902b6ca9be1de0a3783e0 suppress network interfae renaming at boot --- diff --git a/Makefile b/Makefile index 1d8d694..fe331bb 100644 --- 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