Skip to content

Commit

Permalink
Merge pull request #128 from mariux64/mxgrub-default-to-ttyS0
Browse files Browse the repository at this point in the history
mxgrub: Default to `ttyS0` for serial console
  • Loading branch information
pmenzel authored Nov 1, 2020
2 parents 05406af + 636f037 commit a0db2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ sub scan_mariux {
}
}

our $KERNEL_PARAMETER="ro crashkernel=256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on";
our $KERNEL_PARAMETER="ro crashkernel=256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on";

sub update_grub_cfg {
my $kernellist='';
Expand Down

0 comments on commit a0db2b6

Please sign in to comment.