From: Thomas Glanzmann Date: Tue, 1 Feb 2022 03:39:31 +0000 (+0100) Subject: add net.ifnames=0 makes life easier, less to type X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/fa9f7dc9149673fc5035ab6209343890d248486a add net.ifnames=0 makes life easier, less to type --- 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