Author: sparky
Date: Fri Mar 17 16:36:04 2006
New Revision: 7209

Modified:
   ppcrcd/trunk/initrd.dir/linuxrc
Log:
- let there by silent !


Modified: ppcrcd/trunk/initrd.dir/linuxrc
==============================================================================
--- ppcrcd/trunk/initrd.dir/linuxrc     (original)
+++ ppcrcd/trunk/initrd.dir/linuxrc     Fri Mar 17 16:36:04 2006
@@ -7,7 +7,11 @@
 
 $B/mount -n -t proc proc /proc
 [EMAIL PROTECTED]@ debug:      put debugging information (set -x)
-$B/awk '/debug/ { exit 0 }; { exit 1 }' /proc/cmdline && set -x
+if $B/awk '/debug/ { exit 0 }; { exit 1 }' /proc/cmdline; then
+       set -x
+else
+       $B/echo 0 > /proc/sys/kernel/printk
+fi
 
 esc=''
 cR="$esc[31m"
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to