SVN: geninitrd/trunk: ChangeLog Makefile
arekm
arekm at pld-linux.org
Tue Jul 2 21:52:43 CEST 2013
Author: arekm
Date: Tue Jul 2 21:52:43 2013
New Revision: 12696
Modified:
geninitrd/trunk/ChangeLog
geninitrd/trunk/Makefile
Log:
Release 12695.
Modified: geninitrd/trunk/ChangeLog
==============================================================================
--- geninitrd/trunk/ChangeLog (original)
+++ geninitrd/trunk/ChangeLog Tue Jul 2 21:52:43 2013
@@ -1,3 +1,42 @@
+2013-05-30 23:14 +0000 [r12685] Elan Ruusamäe <glen/at/pld-linux.org>
+
+ * geninitrd: umount_all: try to move pseudo filesystems to newroot
+ if possible thus preserving the mounts
+
+2013-04-25 07:20 +0000 [r12655] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * functions: Load ehci_platform, too. Load xhci as last (follow
+ dracut way).
+
+2013-04-25 07:02 +0000 [r12654] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * functions: Handle ehci_pci module, too (this whole function is
+ crap).
+
+2013-04-23 12:18 +0000 [r12653] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * geninitrd: Load virtio_pci and virtio_mmio bus drivers when
+ virtio_blk or virtio_scsi is requested.
+
+2013-04-13 22:09 +0000 [r12652] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * geninitrd: debuginitrd: Show proc partitions if our awk magic
+ fails.
+
+2013-04-13 21:57 +0000 [r12651] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * geninitrd: Show last 20 dmesg lines just before switch_root when
+ using debuginitrd.
+
+2013-03-28 12:34 +0000 [r12642] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * mod-suspend.sh: Warn if 'resume device' option doesn't exist in
+ /etc/suspend.conf.
+
+2013-03-21 07:53 +0000 [r12640] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * Makefile: Version 12639.
+
2013-03-21 07:42 +0000 [r12639] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
* mod-udev.sh: Use PLD-like uid/gid and permissions for mdev
@@ -5,8 +44,8 @@
2013-03-21 07:30 +0000 [r12638] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
- * mod-nfs.sh, mod-uvesafb.sh, geninitrd, mod-lvm.sh, mod-md.sh,
- mod-suspend.sh: Set permission for every mknode call.
+ * geninitrd, mod-lvm.sh, mod-md.sh, mod-nfs.sh, mod-suspend.sh,
+ mod-uvesafb.sh: Set permission for every mknode call.
2013-03-18 11:08 +0000 [r12636] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
@@ -14,7 +53,7 @@
2013-03-18 11:05 +0000 [r12635] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
- * mod-udev.sh, geninitrd: Make sure initial permissions for /dev/
+ * 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).
@@ -112,10 +151,10 @@
2012-04-17 13:45 +0000 [r12550] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-usbkbd.sh, mod-luks.sh, mod-bootsplash.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: add
+ * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
+ mod-fbsplash.sh, mod-ide.sh, mod-luks.sh, mod-lvm.sh, mod-md.sh,
+ mod-multipath.sh, mod-nfs.sh, mod-sata.sh, mod-scsi.sh,
+ mod-suspend.sh, mod-udev.sh, mod-usbkbd.sh, mod-uvesafb.sh: add
debug and verbose output
2012-04-16 18:14 +0000 [r12549] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -134,7 +173,7 @@
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>
@@ -174,7 +213,7 @@
2012-03-30 14:30 +0000 [r12529] Elan Ruusamäe <glen/at/pld-linux.org>
- * tests/initramfs_switchroot.sh, geninitrd: fix /proc/partitions
+ * geninitrd, tests/initramfs_switchroot.sh: fix /proc/partitions
parsing: expect "3" not "03" as device minor/major
2012-03-30 14:16 +0000 [r12526-12528] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -325,7 +364,7 @@
2012-01-05 19:43 +0000 [r12458] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-ide.sh, mod-scsi.sh, geninitrd: filter out comments in
+ * geninitrd, mod-ide.sh, mod-scsi.sh: filter out comments in
modprobe_conf_cache rather in some places of code to get 100%
accuracy
@@ -381,11 +420,11 @@
2011-12-03 19:52 +0000 [r12423-12431] Artur Frysiak <wiget/at/pld-linux.org>
- * Makefile, udev-rules/59-persistent-storage.rules (added),
- 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): Install special udev rules Rules
- copied from dracut
+ * Makefile, mod-udev.sh, udev-rules (added),
+ udev-rules/01-ignore.rules (added), udev-rules/11-dm.rules
+ (added), udev-rules/59-persistent-storage.rules (added),
+ udev-rules/61-persistent-storage.rules (added): Install special
+ udev rules Rules copied from dracut
* mod-udev.sh: Use udevadm to stop udevd
@@ -494,7 +533,7 @@
* mod-usbkbd.sh (added): USB keyboard modules finding and loading
at initrd level.
- * functions, Makefile, mod-sata.sh, geninitrd: USB keyboard modules
+ * Makefile, functions, geninitrd, 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>
@@ -533,7 +572,7 @@
2011-08-19 19:40 +0000 [r12326-12327] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-uvesafb.sh, geninitrd: kill v86d at the end of initrd, to be
+ * geninitrd, mod-uvesafb.sh: kill v86d at the end of initrd, to be
able to umount /initrd later
* geninitrd: Do not send usage() to stderr, let it be useful for
@@ -630,21 +669,20 @@
2011-02-19 13:59 +0000 [r12169] Elan Ruusamäe <glen/at/pld-linux.org>
- * 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, mod-scsi.sh, mod-ide.sh,
- mod-fbsplash.sh, mod-udev.sh, mod-multipath.sh: each module their
- own rcsid var
+ * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
+ mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh, mod-ide.sh,
+ mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh, mod-nfs.sh,
+ mod-sata.sh, mod-scsi.sh, mod-suspend.sh, mod-tuxonice.sh,
+ mod-udev.sh, mod-uvesafb.sh: each module their own rcsid var
2011-02-19 13:53 +0000 [r12168] Elan Ruusamäe <glen/at/pld-linux.org>
- * 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, mod-scsi.sh, mod-ide.sh,
- mod-fbsplash.sh, mod-udev.sh, mod-multipath.sh: truncate the date
- to cut out locale formats
+ * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
+ mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh, mod-ide.sh,
+ mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh, mod-nfs.sh,
+ mod-sata.sh, mod-scsi.sh, mod-suspend.sh, mod-tuxonice.sh,
+ mod-udev.sh, mod-uvesafb.sh: truncate the date to cut out locale
+ formats
2011-02-19 08:38 +0000 [r12167] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -652,11 +690,11 @@
2011-02-19 08:34 +0000 [r12166] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-depmod24.sh, mod-bootsplash.sh, mod-luks.sh, mod-suspend.sh,
- 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: you need svn:keywords on each file
+ * mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
+ mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh, mod-ide.sh,
+ mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh, mod-nfs.sh,
+ mod-sata.sh, mod-scsi.sh, mod-suspend.sh, mod-tuxonice.sh,
+ mod-udev.sh, mod-uvesafb.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>
@@ -670,12 +708,12 @@
* functions, mod-ide.sh: Revert, this wasn't meant to be in
previous commit.
- * 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, mod-sata.sh: Report RCSID
- for loaded modules, too.
+ * functions, geninitrd, mod-blkid.sh, mod-bootsplash.sh,
+ mod-condecor.sh, mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh,
+ mod-ide.sh, mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh,
+ mod-nfs.sh, mod-sata.sh, mod-scsi.sh, mod-suspend.sh,
+ mod-tuxonice.sh, mod-udev.sh, mod-uvesafb.sh: Report RCSID for
+ loaded modules, too.
2011-02-17 22:16 +0000 [r12159] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
@@ -740,10 +778,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
+ * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
+ mod-dmraid.sh, mod-fbsplash.sh, mod-luks.sh, mod-lvm.sh,
+ mod-md.sh, mod-multipath.sh, mod-nfs.sh, mod-suspend.sh,
+ mod-tuxonice.sh, mod-udev.sh: 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>
@@ -772,7 +810,7 @@
2011-02-02 17:15 +0000 [r12103] Elan Ruusamäe <glen/at/pld-linux.org>
- * geninitrd, functions: rename dm_* helpers to avoid confision what
+ * functions, geninitrd: 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>
@@ -940,8 +978,8 @@
2010-10-20 21:20 +0000 [r11872] Elan Ruusamäe <glen/at/pld-linux.org>
- * tests/modules.pcimap-2.6.33.4-1 (added),
- tests/find-module-by-pciclass.sh: - test possible lspci modes
+ * tests/find-module-by-pciclass.sh, tests/modules.pcimap-2.6.33.4-1
+ (added): - test possible lspci modes
2010-10-20 21:12 +0000 [r11871] shadzik <shadzik/at/pld-linux.org>
@@ -979,17 +1017,16 @@
2010-10-20 20:42 +0000 [r11863] Elan Ruusamäe <glen/at/pld-linux.org>
- * 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),
- tests/sysfs/bus/pci (added),
+ * tests/find-module-by-pciclass.sh (added), tests/sysfs (added),
+ tests/sysfs/bus (added), tests/sysfs/bus/pci (added),
+ tests/sysfs/bus/pci/devices (added),
+ tests/sysfs/bus/pci/devices/0000:00:1f.1 (added),
tests/sysfs/bus/pci/devices/0000:00:1f.1/class (added),
+ tests/sysfs/bus/pci/devices/0000:00:1f.1/driver (added),
+ tests/sysfs/bus/pci/devices/0000:00:1f.2 (added),
tests/sysfs/bus/pci/devices/0000:00:1f.2/class (added),
- tests/sysfs/bus/pci/devices (added): - lame test for sysfs
- scanning for 0x0101 devices
+ tests/sysfs/bus/pci/devices/0000:00:1f.2/driver (added): - lame
+ test for sysfs scanning for 0x0101 devices
2010-10-20 20:42 +0000 [r11862] shadzik <shadzik/at/pld-linux.org>
@@ -1012,7 +1049,7 @@
2010-10-20 16:59 +0000 [r11858] shadzik <shadzik/at/pld-linux.org>
- * mod-xata.sh (added), mod-autodetect.sh (removed): - rename to
+ * mod-autodetect.sh (removed), mod-xata.sh (added): - rename to
mod-xata.sh, but probably this shiuld be mod-sata, as i tend to
leave just the 0106 class left
@@ -1090,7 +1127,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>
@@ -1110,7 +1147,7 @@
2009-11-17 09:57 +0000 [r10978] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-lvm.sh, tests/lvmroot.sh (added), tests (added): - process
+ * mod-lvm.sh, tests (added), tests/lvmroot.sh (added): - process
also /dev/mapper/blodnatt-blah--bleh--blah ->
/dev/blodnatt/blah-bleh-blah
@@ -1263,7 +1300,7 @@
2009-07-01 11:47 +0000 [r10412] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-multipath.sh, geninitrd: - add --with-multipath=DEVPATH
+ * geninitrd, mod-multipath.sh: - add --with-multipath=DEVPATH
support
2009-07-01 08:44 +0000 [r10411] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1313,15 +1350,15 @@
2009-04-28 07:01 +0000 [r10339] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-condecor.sh, mod-bootsplash.sh, mod-fbsplash.sh: - cosmetics
+ * mod-bootsplash.sh, mod-condecor.sh, mod-fbsplash.sh: - cosmetics
and setup like other mods
2009-04-27 09:43 +0000 [r10337] Elan Ruusamäe <glen/at/pld-linux.org>
- * 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,
- mod-condecor.sh: - allow configuration for USE_xxx from
+ * mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh, mod-dmraid.sh,
+ mod-fbsplash.sh, mod-luks.sh, mod-lvm.sh, mod-md.sh,
+ mod-multipath.sh, mod-suspend.sh, mod-tuxonice.sh, mod-udev.sh,
+ mod-uvesafb.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>
@@ -1347,7 +1384,7 @@
2009-04-06 22:55 +0000 [r10320] Elan Ruusamäe <glen/at/pld-linux.org>
- * geninitrd.sysconfig, geninitrd: - lzma/bzip/gzip compressors -
+ * geninitrd, geninitrd.sysconfig: - lzma/bzip/gzip compressors -
need to think about image extension which cames from .spec....
2009-04-06 22:40 +0000 [r10319] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1402,11 +1439,11 @@
2009-04-02 23:13 +0000 [r10294] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-nfs.sh (added), Makefile, geninitrd: - nfs modularized
+ * Makefile, geninitrd, mod-nfs.sh (added): - nfs modularized
2009-04-02 23:07 +0000 [r10293] Elan Ruusamäe <glen/at/pld-linux.org>
- * geninitrd, Makefile, mod-uvesafb.sh (added): - uvesafb (v86d)
+ * Makefile, geninitrd, mod-uvesafb.sh (added): - uvesafb (v86d)
modularized
2009-04-02 22:59 +0000 [r10292] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1420,9 +1457,9 @@
2009-04-02 22:52 +0000 [r10289-10290] Elan Ruusamäe <glen/at/pld-linux.org>
- * geninitrd, Makefile: - condecor modularized
+ * Makefile, geninitrd: - condecor modularized
- * mod-fbsplash.sh (added), Makefile, geninitrd: - fbsplash
+ * Makefile, geninitrd, mod-fbsplash.sh (added): - fbsplash
modularized
2009-04-02 22:44 +0000 [r10288] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1433,7 +1470,7 @@
* geninitrd: - load suspend module
- * geninitrd, mod-suspend.sh (added), Makefile: - suspend
+ * Makefile, geninitrd, mod-suspend.sh (added): - suspend
modularized
* geninitrd.8.xml: - update manual with --initrdfs argument
@@ -1442,7 +1479,7 @@
* geninitrd: - load tuxonice mod
- * geninitrd, mod-tuxonice.sh (added), Makefile: - tuxonice
+ * Makefile, geninitrd, mod-tuxonice.sh (added): - tuxonice
modularized
* mod-udev.sh: - typo
@@ -1453,35 +1490,35 @@
2009-04-02 22:18 +0000 [r10280] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-dmraid.sh, mod-md.sh, mod-udev.sh, mod-blkid.sh,
- mod-multipath.sh, geninitrd, mod-luks.sh, mod-lvm.sh: - setup
- modules _after_ parsing command-line args
+ * geninitrd, mod-blkid.sh, mod-dmraid.sh, mod-luks.sh, mod-lvm.sh,
+ mod-md.sh, mod-multipath.sh, mod-udev.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
+ * Makefile, geninitrd, mod-udev.sh (added): - udev modularized
2009-04-02 21:38 +0000 [r10277-10278] Elan Ruusamäe <glen/at/pld-linux.org>
* geninitrd: - share inst_exec args on failure
- * mod-lvm.sh, mod-md.sh, mod-blkid.sh: - quote pathnames in feature
+ * mod-blkid.sh, mod-lvm.sh, mod-md.sh: - quote pathnames in feature
test
2009-04-02 21:29 +0000 [r10275-10276] Elan Ruusamäe <glen/at/pld-linux.org>
* geninitrd, mod-dmraid.sh: - USE_DMRAID moved to dmraid module
- * mod-blkid.sh (added), Makefile, geninitrd: - 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>
- * geninitrd, mod-luks.sh, mod-lvm.sh, mod-dmraid.sh, mod-md.sh: -
+ * geninitrd, mod-dmraid.sh, mod-luks.sh, mod-lvm.sh, mod-md.sh: -
handle initrd programs under %{_libdir}/initrd
2009-04-02 20:24 +0000 [r10273] Elan Ruusamäe <glen/at/pld-linux.org>
- * geninitrd.8.xml, geninitrd: - reap out --with-insmod-static
+ * geninitrd, geninitrd.8.xml: - reap out --with-insmod-static
2009-03-23 00:18 +0000 [r10231-10232] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1529,7 +1566,7 @@
2009-03-03 10:35 +0000 [r10169-10170] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-luks.sh, mod-lvm.sh, mod-dmraid.sh, mod-ide.sh,
+ * mod-dmraid.sh, mod-ide.sh, mod-luks.sh, mod-lvm.sh,
mod-multipath.sh: - findmodule -> find_module - pack_version ->
kernel_version
@@ -1553,7 +1590,7 @@
2009-03-03 09:32 +0000 [r10165] Elan Ruusamäe <glen/at/pld-linux.org>
- * geninitrd, Makefile: - use /lib/geninitrd instead of /etc for
+ * Makefile, geninitrd: - 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>
@@ -1570,7 +1607,7 @@
2009-02-27 17:25 +0000 [r10156] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-multipath.sh, geninitrd: - dm_export is internal to
+ * geninitrd, mod-multipath.sh: - dm_export is internal to
mod-multipath - dm_deps unused2H
2009-02-27 17:19 +0000 [r10154] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1634,7 +1671,7 @@
2008-12-10 15:34 +0000 [r10032] Elan Ruusamäe <glen/at/pld-linux.org>
- * geninitrd, mod-ide.sh (added), Makefile: - modularize ide
+ * Makefile, geninitrd, mod-ide.sh (added): - modularize ide
component
2008-12-10 15:22 +0000 [r10031] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1653,7 +1690,7 @@
2008-11-24 00:17 +0000 [r10003] Elan Ruusamäe <glen/at/pld-linux.org>
- * mod-dmraid.sh (added), Makefile, geninitrd: - modularize dmraid
+ * Makefile, geninitrd, mod-dmraid.sh (added): - modularize dmraid
2008-11-18 15:03 +0000 [r10000] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1661,7 +1698,7 @@
2008-11-16 19:33 +0000 [r9995] Elan Ruusamäe <glen/at/pld-linux.org>
- * Makefile, mod-multipath.sh (added), geninitrd: - multipath as mod
+ * Makefile, geninitrd, mod-multipath.sh (added): - multipath as mod
2008-11-16 19:19 +0000 [r9994] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -1792,7 +1829,7 @@
2008-07-05 10:45 +0000 [r9836] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
- * Makefile, geninitrd, TODO: 9000.13; firmware in subdir support,
+ * Makefile, TODO, geninitrd: 9000.13; firmware in subdir support,
DESTDIR fix.
2008-07-05 10:39 +0000 [r9835] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
@@ -2185,7 +2222,7 @@
2007-11-04 20:46 +0000 [r8985] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
- * geninitrd, TODO: Unbreak softraid detection.
+ * TODO, geninitrd: Unbreak softraid detection.
2007-11-03 15:41 +0000 [r8983] Elan Ruusamäe <glen/at/pld-linux.org>
@@ -2468,7 +2505,7 @@
* geninitrd: - remove dumping linuxrc and lvm.conf
<<diff output has been trimmed to 500 lines, 141 line(s) remained.>>
Modified: geninitrd/trunk/Makefile
==============================================================================
--- geninitrd/trunk/Makefile (original)
+++ geninitrd/trunk/Makefile Tue Jul 2 21:52:43 2013
@@ -1,5 +1,5 @@
# when making release, make sure you do it as RELEASE document describes
-VERSION := 12639
+VERSION := 12695
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