diff --git a/etc/default/grub.d/oldifnames.cfg b/etc/default/grub.d/oldifnames.cfg index 1c9c34b7..61b4c090 100644 --- a/etc/default/grub.d/oldifnames.cfg +++ b/etc/default/grub.d/oldifnames.cfg @@ -1,5 +1,4 @@ # Use the old "nonpredictable" netork interface names -# NOTE! I don't recommend this, but I am putting it as a note to self -# to this repo as I had to dig it for one system that threatened to break -# due to the change to the new system. +# I guess this is fine if you only have one interface per type in which case +# everything is eth0/wlan0/similar, otherwise predictable may be easier GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT net.ifnames=0"