Author: glen
Date: Thu Oct 11 17:18:13 2007
New Revision: 8810

Modified:
   geninitrd/trunk/geninitrd
Log:
- debug remove

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Thu Oct 11 17:18:13 2007
@@ -547,7 +547,6 @@
                # XXX probably should detect
                findmodule "dm-mirror"
 
-               set +x
        elif is_yes "`echo "$devpath" | awk '/\/dev\/rd\// { print "yes"; }'`" 
; then
                findmodule "DAC960"
        elif is_yes "`echo "$devpath" | awk '/\/dev\/ida\// { print "yes"; }'`" 
; then
@@ -1415,7 +1414,6 @@
        debug "Adding rootfs finding based on root= option support."
        mkdir -p $MNTIMAGE/proc
 cat << 'EOF' >> "$s"
-set +x
 mount -t proc none /proc
 root="$(busybox awk ' /root=\/dev\// { gsub(/.*root=\/dev\//,NIL,$0); gsub(/ 
.*/,NIL,$0); print $0; } ' /proc/cmdline)"
 if [ -n "$root" ]; then
@@ -1478,7 +1476,6 @@
        # Parsing root parameter
        # We support passing root as hda3 /dev/hda3 0303 0x0303 and 303
        cat << 'EOF' >> "$s"
-set +x
 mount -t proc none /proc
 
 CMDLINE="$(busybox cat /proc/cmdline)"
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to