SVN: geninitrd/trunk: ChangeLog geninitrd

glen glen at pld-linux.org
Thu Oct 11 17:22:52 CEST 2007


Author: glen
Date: Thu Oct 11 17:22:52 2007
New Revision: 8811

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

Modified: geninitrd/trunk/ChangeLog
==============================================================================
--- geninitrd/trunk/ChangeLog	(original)
+++ geninitrd/trunk/ChangeLog	Thu Oct 11 17:22:52 2007
@@ -1,4 +1,78 @@
-2007-08-31 15:43 +0000 [r8704]  Elan Ruusamäe <glen/at/pld-linux.org>
+2007-10-05 22:51 +0000 [r8792]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - cosmetics
+
+2007-10-05 22:47 +0000 [r8791]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* functions: - library functions shouldn't exit
+
+2007-10-05 22:38 +0000 [r8788-8790]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - no extra 512b needed for romfs
+
+	* geninitrd: - more $PROGRAM usage
+
+	* geninitrd: - add device-mapper to lvm types when using dmraid
+
+2007-10-05 15:27 +0000 [r8785-8786]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - check produced romfs image size
+
+	* geninitrd: - add dm-mirror module for dmraid setups - generate
+	  /dev nodes from /proc/partitions also for dmraid
+
+2007-10-05 13:39 +0000 [r8783-8784]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - no need to interpolate vars in gen_devices()
+
+	* geninitrd: - create /dev entries also for dmraid - made
+	  initrd_gen_devices() as function
+
+2007-10-05 12:53 +0000 [r8781-8782]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - kill trailing space
+
+	* geninitrd: - make /sys for dmraid setup
+
+2007-10-04 21:23 +0000 [r8779-8780]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - cosmetics
+
+	* geninitrd: - spelling
+
+2007-10-04 15:24 +0000 [r8775-8777]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - make initrd_gen_tmpfs_dev() callable multiple times
+
+	* geninitrd: - fool vim
+
+	* geninitrd: - use die() calls
+
+2007-10-04 15:10 +0000 [r8773-8774]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - use just tmpfs for dmraid - globally umount tmpfs
+	  /dev if used (dmraid/lvm2 mixture possible)
+
+	* geninitrd: - die() function for generic exit
+
+2007-09-03 14:27 +0000 [r8711-8712]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - can't guess is the parameter added or not, so adjust
+	  message
+
+	* geninitrd: - require switch_root applet when needed
+
+2007-09-03 12:41 +0000 [r8710]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - prefix errors with Error:
+
+2007-08-31 22:10 +0000 [r8709]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: - quiet cpio
+
+2007-08-31 15:45 +0000 [r8704-8706]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* make-tag.sh: - bugfixes
 
 	* make-tag.sh (added), RELEASE (added): - helpful for making
 	  release

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Thu Oct 11 17:22:52 2007
@@ -507,8 +507,6 @@
 		;;
 	esac
 
-	echo "find modules for $devpath"
-
 	if is_yes "`echo "$devpath" | awk '/^([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:|\/dev\/nfs)/ { print "yes"; }'`"; then
 		if [ ! -x /usr/bin/pcidev -a -z "$NFS_ETH_MODULES" ] ; then
 			die "root on NFS but /usr/bin/pcidev not found. Please install correct pci-database package and rerun $PROGRAM."


More information about the pld-cvs-commit mailing list