keep track of original kernel in kernel.from
[bootcd.git] / initscripts / pl_sysinit
index 487964f..85282b5 100755 (executable)
@@ -1,10 +1,12 @@
 #!/bin/sh
 
-. /etc/init.d/pl_functions
+### make sure this output shows up in the console
 
-echo pl_sysinit on console > /dev/console
+exec 2>&1
+exec > /dev/console
 
-echo pl_sysinit on ttyS0 > /dev/ttyS0
+###
+. /etc/init.d/pl_functions
 
 echo ""
 echo "PlanetLab BootCD - distro @PLDISTRO@ based on @FCDISTRO@"