SVN: geninitrd/trunk/geninitrd

glen glen at pld-linux.org
Thu Oct 11 17:18:13 CEST 2007


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)"


More information about the pld-cvs-commit mailing list