SVN: geninitrd/trunk/geninitrd

glen glen at pld-linux.org
Tue Mar 20 12:27:54 CET 2007


Author: glen
Date: Tue Mar 20 12:27:53 2007
New Revision: 8385

Modified:
   geninitrd/trunk/geninitrd
Log:
- fixed typo and bug from arekm change

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Tue Mar 20 12:27:53 2007
@@ -990,9 +990,9 @@
 	inst "$INSMOD" $MNTIMAGE/bin/insmod.static
 fi
 
-cat > "$s" <<EOF
+cat > "$s" <<'EOF'
 #! /bin/sh
-mount -t proc none /proc"
+mount -t proc none /proc
 if [ "$(awk ' /debuginitrd/  { print "yes"; } ' /proc/cmdline)" = "yes" ]; then
 	export DEBUG=yes
 	set -x


More information about the pld-cvs-commit mailing list