# Disable systemd's network interface name management.
# References:
#   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863385
#   https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/

GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT net.ifnames=0"
