SVN: geninitrd/trunk/geninitrd

sparky sparky at pld-linux.org
Sat Feb 3 11:40:57 CET 2007


Author: sparky
Date: Sat Feb  3 11:40:56 2007
New Revision: 8220

Modified:
   geninitrd/trunk/geninitrd
Log:
- revert: force people with Th to test initramfs


Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Sat Feb  3 11:40:56 2007
@@ -935,11 +935,11 @@
 if [ "x" = "x$INITRDFS" ] ; then
 	if [ "x" = "x$FS" ] ; then
 		# default value
-		#if [ "$pack_version" -ge "002005" ] ; then
-		#	INITRDFS="initramfs"
-		#else
+		if [ "$pack_version" -ge "002005" ] ; then
+			INITRDFS="initramfs"
+		else
 			INITRDFS="rom"
-		#fi
+		fi
 	else
 		echo >&2 "Warning: FS configuration options is obsoleted. Use INITRDFS instead"
 		INITRDFS="$FS"


More information about the pld-cvs-commit mailing list