mipsel-mitx: Set console to tty1 in bootconf

Tavolga seldom has a serial port connected, so it makes
more sense to write kernel and systemd's messages
to tty1.
This commit is contained in:
Ivan A. Melnikov 2018-12-24 13:17:02 +00:00 committed by Michael Shigorin
parent 7a731dc3ad
commit 419cb2ac00

View File

@ -28,7 +28,7 @@ ln -s "$DTB_NAME"-"$kversion".dtb /boot/$DTB_NAME.dtb
cat > /boot/bootconf << EOF cat > /boot/bootconf << EOF
default: bootconf0 default: bootconf0
bootconf0 vmlinuz $KERNEL_LOAD_ADDR $KERNEL_LOAD_ADDR $DTB_NAME.dtb initrd.img root=/dev/sda6 rw rootwait earlyprintk=uart8520,mmio32,0x1f04a000,115200 maxcpus=2 consoleblank=0 console=tty1 console=ttyS0,115200n8 video=sm750fb:1920x1080-32@60 nohtw nocoherentio ieee754=relaxed bootconf0 vmlinuz $KERNEL_LOAD_ADDR $KERNEL_LOAD_ADDR $DTB_NAME.dtb initrd.img root=/dev/sda6 rw rootwait earlyprintk=uart8520,mmio32,0x1f04a000,115200 maxcpus=2 consoleblank=0 console=tty1 video=sm750fb:1920x1080-32@60 nohtw nocoherentio ieee754=relaxed
EOF EOF
exit 0 exit 0