Moved kernel messasges to /dev/tty12

To move them back to /dev/tty1 (for debugging) edit console=/dev/ttyX in /boot/cmdline.txt
This commit is contained in:
Logan G 2020-10-10 23:15:29 -06:00
parent d266866ae9
commit 015e7a1c77
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -2,4 +2,4 @@
+++ stage2/rootfs/boot/cmdline.txt +++ stage2/rootfs/boot/cmdline.txt
@@ -1 +1 @@ @@ -1 +1 @@
-console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait -console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
+console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet loglevel=3 init=/usr/lib/raspi-config/init_resize.sh +console=serial0,115200 console=tty12 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet loglevel=3 init=/usr/lib/raspi-config/init_resize.sh