SVN: geninitrd/trunk: ChangeLog Makefile

glen glen at pld-linux.org
Wed Jul 27 08:53:03 CEST 2011


Author: glen
Date: Wed Jul 27 08:53:03 2011
New Revision: 12273

Modified:
   geninitrd/trunk/ChangeLog
   geninitrd/trunk/Makefile
Log:
- up to 10000.33, current geninitrd is not usable with rootfs on lvm2 with current lvm2

Modified: geninitrd/trunk/ChangeLog
==============================================================================
--- geninitrd/trunk/ChangeLog	(original)
+++ geninitrd/trunk/ChangeLog	Wed Jul 27 08:53:03 2011
@@ -1,4 +1,96 @@
-2011-02-19 08:26 +0000 [r12163]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+2011-07-27 06:34 +0000 [r12272]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* functions: use stat(1) instead of ls(1) to figure out device
+	  minor node number
+
+2011-07-19 23:28 +0000 [r12262-12263]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: ext2 fs needs IMAGESIZE earlier
+
+	* geninitrd: add geninitrd version to romfs, add minimal label for
+	  ext2
+
+2011-07-19 22:59 +0000 [r12261]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* TODO: - lvm2 leaked fd todo
+
+2011-06-26 11:22 +0000 [r12251]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd: Skip suffix when kernel version is like 3.0-1.2.
+
+2011-06-24 09:00 +0000 [r12249]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-md.sh: Don't clean dev_list_extra when DEVICE partitions is
+	  used in mdadm.conf.
+
+2011-04-10 11:05 +0000 [r12224]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd: Always create /dev/snapshot (needed for suspend).
+
+2011-03-15 20:42 +0000 [r12200]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* functions: dm_lvm2_name(): /dev/mapper/xyz can be a symlink to
+	  real device. Dereference when checking.
+
+2011-03-11 11:34 +0000 [r12199]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd: Don't resolve symlink for luks devices. We need
+	  non-resolved form.
+
+2011-03-07 10:00 +0000 [r12196]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* functions: Better error msg.
+
+2011-03-06 16:14 +0000 [r12195]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-sata.sh: Check class/class_mask when walking over
+	  modules.pcimap (fixes a bug where snd-hda-intel devices were
+	  found by this).
+
+2011-03-03 18:20 +0000 [r12183]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd: Call awk via busybox just like other commands are
+	  called.
+
+2011-03-01 10:31 +0000 [r12175]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd: Boot fails when using rootfsflags option (rootfs is
+	  not mounted properly). Fix that by using correct variable name.
+
+2011-02-19 13:59 +0000 [r12169]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* mod-blkid.sh, mod-nfs.sh, mod-sata.sh, mod-uvesafb.sh,
+	  mod-condecor.sh, geninitrd, mod-lvm.sh, mod-tuxonice.sh,
+	  mod-md.sh, mod-dmraid.sh, mod-scsi.sh, mod-ide.sh,
+	  mod-fbsplash.sh, mod-udev.sh, mod-multipath.sh,
+	  mod-bootsplash.sh, mod-depmod24.sh, mod-luks.sh, mod-suspend.sh:
+	  each module their own rcsid var
+
+2011-02-19 13:53 +0000 [r12168]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* mod-blkid.sh, mod-nfs.sh, mod-sata.sh, mod-uvesafb.sh,
+	  mod-condecor.sh, geninitrd, mod-lvm.sh, mod-tuxonice.sh,
+	  mod-md.sh, mod-dmraid.sh, mod-scsi.sh, mod-ide.sh,
+	  mod-fbsplash.sh, mod-udev.sh, mod-multipath.sh,
+	  mod-bootsplash.sh, mod-depmod24.sh, mod-luks.sh, mod-suspend.sh:
+	  truncate the date to cut out locale formats
+
+2011-02-19 08:38 +0000 [r12167]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: Move $RCSID printing where it has chance to work
+
+2011-02-19 08:34 +0000 [r12166]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* mod-blkid.sh, mod-nfs.sh, mod-sata.sh, mod-uvesafb.sh,
+	  mod-condecor.sh, mod-tuxonice.sh, mod-lvm.sh, mod-md.sh,
+	  mod-dmraid.sh, mod-scsi.sh, mod-ide.sh, mod-fbsplash.sh,
+	  mod-udev.sh, mod-multipath.sh, mod-depmod24.sh,
+	  mod-bootsplash.sh, mod-luks.sh, mod-suspend.sh: you need
+	  svn:keywords on each file for those to get expanded
+
+2011-02-19 08:27 +0000 [r12163-12164]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* Makefile: Release 10000.32 (experimental).
 
 	* geninitrd: Nicer way to display rcsid.
 

Modified: geninitrd/trunk/Makefile
==============================================================================
--- geninitrd/trunk/Makefile	(original)
+++ geninitrd/trunk/Makefile	Wed Jul 27 08:53:03 2011
@@ -1,5 +1,5 @@
 # when making release, make sure you do it as RELEASE document describes
-VERSION		:= 10000.32
+VERSION		:= 10000.33
 MODS		:= ide luks multipath dmraid lvm md blkid udev tuxonice suspend fbsplash condecor bootsplash uvesafb nfs sata scsi
 FILES_MODS  := $(MODS:%=mod-%.sh)
 FILES_ADDON := extract-ikconfig


More information about the pld-cvs-commit mailing list