From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/4] flash-images: Label serial console option as "serial" Date: Tue, 27 Jul 2021 10:07:07 +0000 Message-ID: <20210727100710.5331-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1613596713948536837==" List-Id: --===============1613596713948536837== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- 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/gru= b/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" !=3D "x" ] ; do fi =20 if [ "x$is_first_entry" =3D xtrue ]; then - linux_entry "Serial Console: ${OS}" "${version}" simple \ + linux_entry "Serial Console: ${OS}" "${version}" serial \ "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT} console=3DttyS0,115= 200n8" =20 submenu_indentation=3D"\t" --=20 2.20.1 --===============1613596713948536837==--