Merge branch 'upstream', fai 5.4
[automated-distro-installer] / fai / config / files / etc / default / grub.d / 10_cloud_disable_net.ifnames.cfg / CLOUD
1 # Disable systemd's network interface name management.
2 # References:
3 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863385
4 # https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
5
6 GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT net.ifnames=0"