public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] flash-images: Label serial console option as "serial"
@ 2021-07-27 10:07 Michael Tremer
  2021-07-27 10:07 ` [PATCH 2/4] grub: Add file with cloud helping stuff Michael Tremer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Tremer @ 2021-07-27 10:07 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/flash-images/grub/11_linux_scon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/flash-images/grub/11_linux_scon b/config/flash-images/grub/11_linux_scon
index df623f470..68f554386 100755
--- a/config/flash-images/grub/11_linux_scon
+++ b/config/flash-images/grub/11_linux_scon
@@ -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"
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-27 10:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 10:07 [PATCH 1/4] flash-images: Label serial console option as "serial" Michael Tremer
2021-07-27 10:07 ` [PATCH 2/4] grub: Add file with cloud helping stuff Michael Tremer
2021-07-27 10:07 ` [PATCH 3/4] flash-image: Enable GRUB_FIRST_BOOT setting Michael Tremer
2021-07-27 10:07 ` [PATCH 4/4] grub cloud: Add kernel release to boot ID Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox