From 2d39aef501b16aac77a8a4389ce8cec0a7be5030 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 8 Aug 2019 09:29:09 +0200 Subject: [PATCH] Revert "crashkernel: Add ttyS0 console" This reverts commit 7ba29f13d1ad07ec3c2d06c2394e377fc1d5ab6c. The kernel doesn't support logging to multiple serial consoles at the same time. --- misc_systemd_units/crashkernel.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_systemd_units/crashkernel.service b/misc_systemd_units/crashkernel.service index 26695c06..6f4a92a7 100644 --- a/misc_systemd_units/crashkernel.service +++ b/misc_systemd_units/crashkernel.service @@ -6,7 +6,7 @@ ConditionPathExists=/boot/bzImage.crash StandardOutput=kmsg StandardError=kmsg Type=oneshot -ExecStart=/usr/sbin/kexec -p /boot/bzImage.crash --initrd=/boot/grub/initramfs.igz --command-line="root=LABEL=root ro console=ttyS0,115200n8 console=ttyS1,115200n8 console=tty0 irqpoll maxcpus=1 reset_devices CRASH" +ExecStart=/usr/sbin/kexec -p /boot/bzImage.crash --initrd=/boot/grub/initramfs.igz --command-line="root=LABEL=root ro console=ttyS1,115200n8 console=tty0 irqpoll maxcpus=1 reset_devices CRASH" ExecStop=/usr/sbin/kexec -p -u RemainAfterExit=yes