Skip to content

Commit

Permalink
Revert "crashkernel: Add ttyS0 console"
Browse files Browse the repository at this point in the history
This reverts commit 7ba29f1.

The kernel doesn't support logging to multiple serial consoles at the
same time.
  • Loading branch information
donald committed Aug 8, 2019
1 parent a7ec0ae commit 2d39aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_systemd_units/crashkernel.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d39aef

Please sign in to comment.