From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Thu, 27 Jan 2022 12:19:11 +0000 (+0100)
Subject: put expert in grub.cfg. For live it is ignored, for d-i it puts you in the right... 
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/6a8c402de5c43ddc57808ed3812054fd0d8b8c8d?ds=sidebyside;hp=31628cad1f93fadda6cd31dca4ab3e7a4f9b47f4

put expert in grub.cfg. For live it is ignored, for d-i it puts you in the right mode
---

diff --git a/files/grub.cfg b/files/grub.cfg
old mode 100755
new mode 100644
index 23b29fe..0516360
--- a/files/grub.cfg
+++ b/files/grub.cfg
@@ -1,5 +1,5 @@
 echo Loading Kernel...
-linux (hd0,msdos1)/vmlinuz net.ifnames=0
+linux (hd0,msdos1)/vmlinuz expert
 echo Loading initrd... Please wait
 initrd (hd0,msdos1)/initrd.gz
 boot