From d39ec4ccfef5f83f56f920d1fa4abaf288faede4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 29 Mar 2020 15:12:00 +0300 Subject: [PATCH] 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. --- etc/default/grub.d/oldifnames.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"