From fa9f7dc9149673fc5035ab6209343890d248486a Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 1 Feb 2022 04:39:31 +0100 Subject: [PATCH] add net.ifnames=0 makes life easier, less to type --- files/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/grub.cfg b/files/grub.cfg index 0516360..1c4e01c 100644 --- a/files/grub.cfg +++ b/files/grub.cfg @@ -1,5 +1,5 @@ echo Loading Kernel... -linux (hd0,msdos1)/vmlinuz expert +linux (hd0,msdos1)/vmlinuz expert net.ifnames=0 echo Loading initrd... Please wait initrd (hd0,msdos1)/initrd.gz boot -- 2.39.2