mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Add console to alix boot loader kernel command line
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
a3354247cd
commit
2c37ffd018
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ totaltimeout 50
|
||||||
default linux
|
default linux
|
||||||
label linux
|
label linux
|
||||||
kernel /KERNELFILE
|
kernel /KERNELFILE
|
||||||
append root=/dev/sda1 overlay_dev=/dev/sda2 root_sfs=/ROOTFSFILE
|
append root=/dev/sda1 overlay_dev=/dev/sda2 root_sfs=/ROOTFSFILE console=ttyS0,38400n1
|
||||||
|
|
Loading…
Reference in a new issue