SVN: geninitrd/trunk: ChangeLog Makefile

arekm arekm at pld-linux.org
Mon Mar 18 12:08:38 CET 2013


Author: arekm
Date: Mon Mar 18 12:08:37 2013
New Revision: 12636

Modified:
   geninitrd/trunk/ChangeLog
   geninitrd/trunk/Makefile
Log:
Version 12635.

Modified: geninitrd/trunk/ChangeLog
==============================================================================
--- geninitrd/trunk/ChangeLog	(original)
+++ geninitrd/trunk/ChangeLog	Mon Mar 18 12:08:37 2013
@@ -1,3 +1,51 @@
+2013-03-18 11:05 +0000 [r12635]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd, mod-udev.sh: Make sure initial permissions for /dev/
+	  nodes are correct since recent udev versions leave inherited
+	  permissions (thus invalid sometimes eg busybox mdev set /dev/null
+	  mode to 660).
+
+2013-03-11 21:57 +0000 [r12631]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* TODO: add some todo items
+
+2013-03-01 11:09 +0000 [r12627]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-usbkbd.sh: Don't fail if driver module doesn't exist (we can
+	  run geninitrd for old kernel while running some new kernel that
+	  has new drivers).
+
+2013-02-05 16:02 +0000 [r12621]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: alias "debugrd" for "debuginitrd" some broken loaders
+	  (i.e refind) parse "debuginitrd=sh" as if "initrd=sh" was passed
+	  and then fail to load initrd image at all.
+
+2013-02-05 15:54 +0000 [r12620]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd, mod-multipath.sh: no deprecated egrep
+
+2013-02-05 15:50 +0000 [r12618-12619]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* mod-udev.sh: when using mdev, verify busybox has it present
+
+	* geninitrd: run resume after killing initrd daemons
+
+2013-02-05 15:18 +0000 [r12617]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd.sysconfig: do not disable suspend in default config
+
+2013-01-04 20:33 +0000 [r12612]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd: libcrc32c (kernel 3.8+) needs some crc32 library but
+	  it doesn't depend on it directly (since there are different
+	  implementations like crc32c-intel or crc32c generic). Simulate
+	  dependency for now.
+
+2012-09-17 13:22 +0000 [r12586]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: hook blkid call also after LVM init
+
 2012-09-17 12:45 +0000 [r12584]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 	* Makefile: release 12582
@@ -14,7 +62,7 @@
 
 2012-08-02 16:47 +0000 [r12575]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-	* geninitrd, mod-udev.sh: Always use mdev (when udev is not in
+	* mod-udev.sh, geninitrd: Always use mdev (when udev is not in
 	  use).
 
 2012-07-05 09:54 +0000 [r12573]  Jan Rękorajski <baggins/at/pld-linux.org>
@@ -33,7 +81,7 @@
 
 2012-04-23 15:14 +0000 [r12559-12560]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* geninitrd, tests/initramfs_switchroot.sh: initramfs switchroot:
+	* tests/initramfs_switchroot.sh, geninitrd: initramfs switchroot:
 	  use awk own function to convert hex to dec (currently dietlibc
 	  built awk can't handle hex printf)
 
@@ -41,7 +89,7 @@
 
 2012-04-23 08:04 +0000 [r12558]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* tests/partitions, tests/initramfs_switchroot.sh: - test for sda5
+	* tests/initramfs_switchroot.sh, tests/partitions: - test for sda5
 
 2012-04-17 16:50 +0000 [r12552]  Elan Ruusamäe <glen/at/pld-linux.org>
 
@@ -50,10 +98,10 @@
 
 2012-04-17 13:45 +0000 [r12550]  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-md.sh, mod-scsi.sh,
-	  mod-ide.sh, mod-fbsplash.sh, mod-udev.sh, mod-multipath.sh,
-	  mod-usbkbd.sh, mod-luks.sh, mod-bootsplash.sh, mod-suspend.sh:
+	* mod-suspend.sh, mod-blkid.sh, mod-nfs.sh, mod-sata.sh,
+	  mod-uvesafb.sh, mod-condecor.sh, geninitrd, mod-lvm.sh,
+	  mod-md.sh, mod-scsi.sh, mod-ide.sh, mod-fbsplash.sh, mod-udev.sh,
+	  mod-multipath.sh, mod-usbkbd.sh, mod-luks.sh, mod-bootsplash.sh:
 	  add debug and verbose output
 
 2012-04-16 18:14 +0000 [r12549]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -72,12 +120,12 @@
 
 2012-04-16 12:45 +0000 [r12546]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* tests/initramfs_switchroot.sh, geninitrd: initramfs switchroot:
+	* geninitrd, tests/initramfs_switchroot.sh: initramfs switchroot:
 	  fix parsing `root=fe00`
 
 2012-04-16 10:51 +0000 [r12545]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* tests/initramfs_switchroot.sh, tests/partitions2 (added):
+	* tests/partitions2 (added), tests/initramfs_switchroot.sh:
 	  testcase for lilo dm-0 mount
 
 2012-04-16 09:03 +0000 [r12543-12544]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -117,7 +165,7 @@
 
 2012-03-30 14:16 +0000 [r12526-12528]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* tests/initramfs_switchroot.sh, tests/partitions (added): supply
+	* tests/partitions (added), tests/initramfs_switchroot.sh: supply
 	  /proc/partitions dump
 
 	* tests/initramfs_switchroot.sh: fill all expected tests
@@ -319,11 +367,11 @@
 
 2011-12-03 19:52 +0000 [r12423-12431]  Artur Frysiak <wiget/at/pld-linux.org>
 
-	* udev-rules/11-dm.rules (added), udev-rules/01-ignore.rules
-	  (added), mod-udev.sh, udev-rules/61-persistent-storage.rules
-	  (added), udev-rules (added), Makefile,
-	  udev-rules/59-persistent-storage.rules (added): Install special
-	  udev rules Rules copied from dracut
+	* udev-rules/01-ignore.rules (added), mod-udev.sh,
+	  udev-rules/61-persistent-storage.rules (added), udev-rules
+	  (added), Makefile, udev-rules/59-persistent-storage.rules
+	  (added), udev-rules/11-dm.rules (added): Install special udev
+	  rules Rules copied from dracut
 
 	* mod-udev.sh: Use udevadm to stop udevd
 
@@ -432,7 +480,7 @@
 	* mod-usbkbd.sh (added): USB keyboard modules finding and loading
 	  at initrd level.
 
-	* Makefile, mod-sata.sh, geninitrd, functions: USB keyboard modules
+	* geninitrd, functions, Makefile, mod-sata.sh: USB keyboard modules
 	  finding and loading at initrd level.
 
 2011-10-15 07:38 +0000 [r12372]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
@@ -568,21 +616,21 @@
 
 2011-02-19 13:59 +0000 [r12169]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* 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,
-	  mod-blkid.sh, mod-nfs.sh, mod-sata.sh: each module their own
-	  rcsid var
+	* 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, 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: each
+	  module their own rcsid var
 
 2011-02-19 13:53 +0000 [r12168]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* 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-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, mod-blkid.sh: truncate the date to
-	  cut out locale formats
+	  mod-luks.sh, mod-suspend.sh, mod-blkid.sh, mod-nfs.sh,
+	  mod-sata.sh, mod-uvesafb.sh, mod-condecor.sh, geninitrd: truncate
+	  the date to cut out locale formats
 
 2011-02-19 08:38 +0000 [r12167]  Elan Ruusamäe <glen/at/pld-linux.org>
 
@@ -608,12 +656,12 @@
 	* mod-ide.sh, functions: Revert, this wasn't meant to be in
 	  previous commit.
 
-	* 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, functions, mod-blkid.sh, mod-nfs.sh:
-	  Report RCSID for loaded modules, too.
+	* mod-suspend.sh, functions, 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: Report RCSID for
+	  loaded modules, too.
 
 2011-02-17 22:16 +0000 [r12159]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
@@ -678,10 +726,10 @@
 
 2011-02-03 11:16 +0000 [r12113]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* mod-condecor.sh, geninitrd, mod-bootsplash.sh, mod-luks.sh,
-	  mod-lvm.sh, mod-tuxonice.sh, mod-dmraid.sh, mod-md.sh,
-	  mod-suspend.sh, mod-fbsplash.sh, mod-udev.sh, mod-blkid.sh,
-	  mod-nfs.sh, mod-multipath.sh: Simplify main code by moving state
+	* mod-bootsplash.sh, mod-luks.sh, mod-lvm.sh, mod-tuxonice.sh,
+	  mod-dmraid.sh, mod-md.sh, mod-suspend.sh, mod-fbsplash.sh,
+	  mod-udev.sh, mod-blkid.sh, mod-nfs.sh, mod-multipath.sh,
+	  mod-condecor.sh, geninitrd: Simplify main code by moving state
 	  checks to modules itself
 
 2011-02-03 11:06 +0000 [r12112]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -710,7 +758,7 @@
 
 2011-02-02 17:15 +0000 [r12103]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* functions, geninitrd: rename dm_* helpers to avoid confision what
+	* geninitrd, functions: rename dm_* helpers to avoid confision what
 	  they do and make them more generic
 
 2011-02-02 16:23 +0000 [r12101-12102]  Artur Frysiak <wiget/at/pld-linux.org>
@@ -917,16 +965,16 @@
 
 2010-10-20 20:42 +0000 [r11863]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* tests/sysfs/bus/pci (added),
+	* tests/sysfs/bus/pci/devices/0000:00:1f.1 (added), tests/sysfs
+	  (added), tests/sysfs/bus/pci/devices/0000:00:1f.2 (added),
+	  tests/sysfs/bus/pci (added),
 	  tests/sysfs/bus/pci/devices/0000:00:1f.1/class (added),
 	  tests/sysfs/bus/pci/devices/0000:00:1f.2/class (added),
 	  tests/sysfs/bus/pci/devices (added), tests/sysfs/bus (added),
 	  tests/sysfs/bus/pci/devices/0000:00:1f.1/driver (added),
 	  tests/sysfs/bus/pci/devices/0000:00:1f.2/driver (added),
-	  tests/find-module-by-pciclass.sh (added),
-	  tests/sysfs/bus/pci/devices/0000:00:1f.1 (added), tests/sysfs
-	  (added), tests/sysfs/bus/pci/devices/0000:00:1f.2 (added): - lame
-	  test for sysfs scanning for 0x0101 devices
+	  tests/find-module-by-pciclass.sh (added): - lame test for sysfs
+	  scanning for 0x0101 devices
 
 2010-10-20 20:42 +0000 [r11862]  shadzik <shadzik/at/pld-linux.org>
 
@@ -971,7 +1019,7 @@
 
 2010-10-20 14:56 +0000 [r11853]  shadzik <shadzik/at/pld-linux.org>
 
-	* mod-autodetect.sh (added), geninitrd: - when PREMODS are not set,
+	* geninitrd, mod-autodetect.sh (added): - when PREMODS are not set,
 	  try to autodetect xata/scsi modules
 
 2010-08-01 15:24 +0000 [r11733]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1027,7 +1075,7 @@
 
 2010-01-12 10:11 +0000 [r11106]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* tests/lvmroot.sh, mod-lvm.sh: - allow dash in PV too
+	* mod-lvm.sh, tests/lvmroot.sh: - allow dash in PV too
 
 2010-01-02 16:24 +0000 [r11086-11087]  Elan Ruusamäe <glen/at/pld-linux.org>
 
@@ -1047,7 +1095,7 @@
 
 2009-11-17 09:57 +0000 [r10978]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* tests/lvmroot.sh (added), tests (added), mod-lvm.sh: - process
+	* mod-lvm.sh, tests/lvmroot.sh (added), tests (added): - process
 	  also /dev/mapper/blodnatt-blah--bleh--blah ->
 	  /dev/blodnatt/blah-bleh-blah
 
@@ -1200,7 +1248,7 @@
 
 2009-07-01 11:47 +0000 [r10412]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* geninitrd, mod-multipath.sh: - add --with-multipath=DEVPATH
+	* mod-multipath.sh, geninitrd: - add --with-multipath=DEVPATH
 	  support
 
 2009-07-01 08:44 +0000 [r10411]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1255,10 +1303,10 @@
 
 2009-04-27 09:43 +0000 [r10337]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* mod-condecor.sh, mod-bootsplash.sh, mod-luks.sh, mod-lvm.sh,
-	  mod-tuxonice.sh, mod-dmraid.sh, mod-md.sh, mod-suspend.sh,
-	  mod-fbsplash.sh, mod-udev.sh, mod-blkid.sh, mod-multipath.sh,
-	  mod-uvesafb.sh: - allow configuration for USE_xxx from
+	* mod-uvesafb.sh, mod-condecor.sh, mod-bootsplash.sh, mod-luks.sh,
+	  mod-lvm.sh, mod-tuxonice.sh, mod-dmraid.sh, mod-md.sh,
+	  mod-suspend.sh, mod-fbsplash.sh, mod-udev.sh, mod-blkid.sh,
+	  mod-multipath.sh: - allow configuration for USE_xxx from
 	  sysconfig/geninitrd. lp#364812
 
 2009-04-27 09:31 +0000 [r10335]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1335,15 +1383,15 @@
 
 	* Makefile: - fix make install
 
-	* mod-scsi.sh (added), Makefile, geninitrd: - scsi modularized
+	* Makefile, geninitrd, mod-scsi.sh (added): - scsi modularized
 
 2009-04-02 23:13 +0000 [r10294]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* mod-nfs.sh (added), Makefile, geninitrd: - nfs modularized
+	* geninitrd, mod-nfs.sh (added), Makefile: - nfs modularized
 
 2009-04-02 23:07 +0000 [r10293]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* mod-uvesafb.sh (added), geninitrd, Makefile: - uvesafb (v86d)
+	* Makefile, mod-uvesafb.sh (added), geninitrd: - uvesafb (v86d)
 	  modularized
 
 2009-04-02 22:59 +0000 [r10292]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1390,13 +1438,13 @@
 
 2009-04-02 22:18 +0000 [r10280]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* mod-multipath.sh, geninitrd, mod-luks.sh, mod-lvm.sh,
-	  mod-dmraid.sh, mod-md.sh, mod-udev.sh, mod-blkid.sh: - setup
+	* mod-udev.sh, mod-blkid.sh, mod-multipath.sh, geninitrd,
+	  mod-luks.sh, mod-lvm.sh, mod-dmraid.sh, mod-md.sh: - setup
 	  modules _after_ parsing command-line args
 
 2009-04-02 21:49 +0000 [r10279]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* mod-udev.sh (added), Makefile, geninitrd: - udev modularized
+	* geninitrd, mod-udev.sh (added), Makefile: - udev modularized
 
 2009-04-02 21:38 +0000 [r10277-10278]  Elan Ruusamäe <glen/at/pld-linux.org>
 
@@ -1409,7 +1457,7 @@
 
 	* geninitrd, mod-dmraid.sh: - USE_DMRAID moved to dmraid module
 
-	* geninitrd, mod-blkid.sh (added), Makefile: - blkid modularized
+	* Makefile, geninitrd, mod-blkid.sh (added): - blkid modularized
 
 2009-04-02 21:19 +0000 [r10274]  Elan Ruusamäe <glen/at/pld-linux.org>
 
@@ -1466,8 +1514,8 @@
 
 2009-03-03 10:35 +0000 [r10169-10170]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* mod-multipath.sh, mod-luks.sh, mod-lvm.sh, mod-dmraid.sh,
-	  mod-ide.sh: - findmodule -> find_module - pack_version ->
+	* mod-luks.sh, mod-lvm.sh, mod-dmraid.sh, mod-ide.sh,
+	  mod-multipath.sh: - findmodule -> find_module - pack_version ->
 	  kernel_version
 
 	* geninitrd: - fix die() stderr redirection - simplify find_depmod
@@ -1490,7 +1538,7 @@
 
 2009-03-03 09:32 +0000 [r10165]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* Makefile, geninitrd: - use /lib/geninitrd instead of /etc for
+	* geninitrd, Makefile: - use /lib/geninitrd instead of /etc for
 	  modules/functions code
 
 2009-03-03 09:28 +0000 [r10163]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1571,7 +1619,7 @@
 
 2008-12-10 15:34 +0000 [r10032]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* Makefile, geninitrd, mod-ide.sh (added): - modularize ide
+	* mod-ide.sh (added), Makefile, geninitrd: - modularize ide
 	  component
 
 2008-12-10 15:22 +0000 [r10031]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1590,7 +1638,7 @@
 
 2008-11-24 00:17 +0000 [r10003]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* Makefile, geninitrd, mod-dmraid.sh (added): - modularize dmraid
+	* geninitrd, mod-dmraid.sh (added), Makefile: - modularize dmraid
 
 2008-11-18 15:03 +0000 [r10000]  Elan Ruusamäe <glen/at/pld-linux.org>
 
@@ -1719,7 +1767,7 @@
 
 2008-07-05 22:06 +0000 [r9840]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-	* geninitrd, Makefile: inst_d already handles destdir.
+	* Makefile, geninitrd: inst_d already handles destdir.
 
 2008-07-05 20:27 +0000 [r9839]  Paweł Gołaszewski <blues/at/pld-linux.org>
 
@@ -1729,7 +1777,7 @@
 
 2008-07-05 10:45 +0000 [r9836]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-	* TODO, Makefile, geninitrd: 9000.13; firmware in subdir support,
+	* Makefile, geninitrd, TODO: 9000.13; firmware in subdir support,
 	  DESTDIR fix.
 
 2008-07-05 10:39 +0000 [r9835]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
@@ -2549,7 +2597,7 @@
 
 2007-04-03 10:18 +0000 [r8409]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-	* geninitrd, functions: Create additional devices like xfs logdev.
+	* functions, geninitrd: Create additional devices like xfs logdev.
 	  Verbose copying of devices.
 
 2007-03-20 14:13 +0000 [r8390-8391]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -2616,19 +2664,19 @@
 
 	* functions: - correct comment
 
-	* geninitrd, functions: - find_root() will return lvm2 nodes in
+	* functions, geninitrd: - find_root() will return lvm2 nodes in
 	  form /dev/VG/LV
 
 2007-02-08 18:26 +0000 [r8241-8242]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 	* Makefile: - include functions in tarball
 
-	* functions, geninitrd: - allow setting prefix for function
+	* geninitrd, functions: - allow setting prefix for function
 	  messages via $PROGRAM global
 
 2007-02-08 18:21 +0000 [r8240]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-	* Makefile, geninitrd, functions (added): - export functions so
+	* functions (added), Makefile, geninitrd: - export functions so
 	  other programs could reuse code - find_root() for now
 
 2007-02-07 10:58 +0000 [r8236-8237]  Elan Ruusamäe <glen/at/pld-linux.org>
@@ -2776,7 +2824,7 @@
 
 2006-12-14 16:03 +0000 [r8103]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
 
-	* geninitrd.sysconfig, geninitrd.8.xml, geninitrd: - merged from
+	* geninitrd, geninitrd.sysconfig, geninitrd.8.xml: - merged from
 	  branches/devel - tweaked geninitrd.sysconfig for default options
 	  - some documentation added
 
@@ -3029,7 +3077,7 @@
 
 2006-01-28 13:16 +0000 [r6893]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-	* geninitrd, geninitrd.8.xml: Old raidtools no longer supported.
+	* geninitrd.8.xml, geninitrd: Old raidtools no longer supported.
 
 2006-01-27 23:37 +0000 [r6892]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
@@ -3320,7 +3368,7 @@
 
 2004-03-31 17:47 +0000 [r3849]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-	* geninitrd, geninitrd.8.xml: Change --lvmversion to
+	* geninitrd.8.xml, geninitrd: Change --lvmversion to
 	  --lvmtoolsversion (same with LVMVERSION->LVMTOOLSVERSION) to
 	  avoid confusion.
 
@@ -3727,7 +3775,7 @@
 
 2002-01-17 20:14 +0000 [r1224]  Tomasz Pala <gotar/at/pld-linux.org>
 
-	* geninitrd.8, geninitrd: - cosmetics.
+	* geninitrd, geninitrd.8: - cosmetics.
 
 2001-12-15 14:41 +0000 [r1223]  Paweł Gołaszewski <blues/at/pld-linux.org>
 
@@ -4015,7 +4063,6 @@
 
 2000-11-09 09:26 +0000 [r1152]  Jacek Konieczny <jajcus/at/pld-linux.org>
 
-	* Makefile (added), / (added), geninitrd (added), TODO (added),
-	  geninitrd.sysconfig (added), geninitrd.8 (added): Initial
-	  revision
+	* TODO (added), geninitrd.sysconfig (added), geninitrd.8 (added),
+	  Makefile (added), / (added), geninitrd (added): Initial revision
 

Modified: geninitrd/trunk/Makefile
==============================================================================
--- geninitrd/trunk/Makefile	(original)
+++ geninitrd/trunk/Makefile	Mon Mar 18 12:08:37 2013
@@ -1,5 +1,5 @@
 # when making release, make sure you do it as RELEASE document describes
-VERSION		:= 12582
+VERSION		:= 12635
 MODS		:= ide luks multipath dmraid lvm md blkid udev tuxonice suspend fbsplash condecor bootsplash uvesafb nfs sata scsi usbkbd
 FILES_MODS  := $(MODS:%=mod-%.sh)
 FILES_ADDON := extract-ikconfig


More information about the pld-cvs-commit mailing list