fixed the logic for the timeout (break instead of continue..)
[bootcd.git] / initscripts / pl_sysinit
index 487964f..389f8b6 100755 (executable)
@@ -1,10 +1,15 @@
 #!/bin/sh
 
-. /etc/init.d/pl_functions
+### xxx tmp debug
 
+set -x
 echo pl_sysinit on console > /dev/console
+exec 2>&1
+exec > /dev/console
+echo pl_sysinit plain
 
-echo pl_sysinit on ttyS0 > /dev/ttyS0
+###
+. /etc/init.d/pl_functions
 
 echo ""
 echo "PlanetLab BootCD - distro @PLDISTRO@ based on @FCDISTRO@"