]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
flash-images: Label serial console option as "serial"
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jul 2021 10:07:07 +0000 (10:07 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 1 Aug 2021 13:24:01 +0000 (13:24 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/flash-images/grub/11_linux_scon

index df623f47004d8f732de9462cff48be7338563309..68f55438637ddd498d19b5f348fe582e7a5d667a 100755 (executable)
@@ -227,7 +227,7 @@ while [ "x$list" != "x" ] ; do
   fi
 
   if [ "x$is_first_entry" = xtrue ]; then
-    linux_entry "Serial Console: ${OS}" "${version}" simple \
+    linux_entry "Serial Console: ${OS}" "${version}" serial \
     "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT} console=ttyS0,115200n8"
 
     submenu_indentation="\t"