grub.d/oldifnames.cfg: update comment

I seem to be using it in multiple systems so I cannot say I don't
recommend it, when it's understood.
This commit is contained in:
Aminda Suomalainen 2020-03-29 15:12:00 +03:00
parent 53944a0673
commit d39ec4ccfe
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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"