From a7ec0aeeebd64779a7218600cdfd27cd689084c2 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 8 Aug 2019 09:26:12 +0200 Subject: [PATCH] Revert "mxgrub: Log to ttyS0 as well" This reverts commit 17202cfd9f2a677c36be744d65f7e90efbf854c0. The kernel doesn't support logging to multiple serial consoles at the same time. --- mxgrub/mxgrub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxgrub/mxgrub b/mxgrub/mxgrub index d88b79c..626b2ab 100755 --- a/mxgrub/mxgrub +++ b/mxgrub/mxgrub @@ -248,7 +248,7 @@ sub update_grub_cfg { for my $label (@MARIUX) { my $image=label_to_image($label); - $kernellist.="\tmenuentry \"$label\" --unrestricted { save_env chosen ; linux /boot/$image crashkernel=256M root=LABEL=root ro console=ttyS0,115200n8 console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 ; initrd /boot/grub/initramfs.igz }\n"; + $kernellist.="\tmenuentry \"$label\" --unrestricted { save_env chosen ; linux /boot/$image crashkernel=256M root=LABEL=root ro console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 ; initrd /boot/grub/initramfs.igz }\n"; } my $GRUB_CFG_NEW=<<"EOF";