From bc46bc619fcd83c3e85b054042577c95d1511484 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 24 Oct 2020 17:44:09 -0500 Subject: Silence kernel messages that stomp the command line after boot. --- scripts/mkroot.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/mkroot.sh b/scripts/mkroot.sh index 79774795..0953f419 100755 --- a/scripts/mkroot.sh +++ b/scripts/mkroot.sh @@ -98,6 +98,7 @@ if [ $$ -eq 1 ]; then # Setup networking for QEMU (needs /proc) [ -z "$CONSOLE" ] && CONSOLE="$( /proc/sys/kernel/printk exec oneit -c /dev/"${CONSOLE:-console}" $HANDOFF else # for chroot /bin/sh -- cgit v1.2.3