remove default console=ttyS0,115200 and systemd.log_target=console from default kargs
[bootcd.git] / initscripts / pl_boot
index 51aee96..eb233aa 100755 (executable)
@@ -1,11 +1,9 @@
 #!/bin/bash
 
-### xxx tmp debug
+### make sure this output shows up in the console
 
-set -x
-echo pl_boot on console > /dev/console
+exec 2>&1
 exec > /dev/console
-echo pl_boot plain
 
 ###
 . /etc/init.d/pl_functions