From 6ae87b6de8f36dfc17ebfcf2b55dfe9c9a5ecc9b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 30 Dec 2019 16:24:42 +0200 Subject: [PATCH] etc/default/grub.d: add oldifnames.cfg see comments of the file for reason --- etc/default/grub.d/oldifnames.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/default/grub.d/oldifnames.cfg diff --git a/etc/default/grub.d/oldifnames.cfg b/etc/default/grub.d/oldifnames.cfg new file mode 100644 index 00000000..1c9c34b7 --- /dev/null +++ b/etc/default/grub.d/oldifnames.cfg @@ -0,0 +1,5 @@ +# 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. +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT net.ifnames=0"