SVN: geninitrd/trunk: ChangeLog Makefile
glen
glen at pld-linux.org
Thu Jan 27 21:26:53 CET 2011
Author: glen
Date: Thu Jan 27 21:26:53 2011
New Revision: 12091
Modified:
geninitrd/trunk/ChangeLog
geninitrd/trunk/Makefile
Log:
- 10000.31 second experimental (can extract all compressed kernels for CONFIG)
Modified: geninitrd/trunk/ChangeLog
==============================================================================
--- geninitrd/trunk/ChangeLog (original)
+++ geninitrd/trunk/ChangeLog Thu Jan 27 21:26:53 2011
@@ -1,4 +1,71 @@
-2011-01-13 20:26 +0000 [r12046] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+2011-01-25 22:02 +0000 [r12087] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * mod-md.sh: Try to find main device in case when rootfs in on a md
+ partition (instead of whole md device).
+
+2011-01-23 22:36 +0000 [r12081] Elan Ruusamäe <glen/at/pld-linux.org>
+
+ * geninitrd: don't leak parentDir variable
+
+2011-01-23 22:23 +0000 [r12080] Elan Ruusamäe <glen/at/pld-linux.org>
+
+ * extract-ikconfig: - use mktemp
+
+2011-01-23 19:49 +0000 [r12078-12079] Elan Ruusamäe <glen/at/pld-linux.org>
+
+ * Makefile: include extract-ikconfig
+
+ * geninitrd: use copy of extract-ikconfig from kernel sources what
+ can process any file containing it (vmlinux or kernel mod with or
+ without compressions)
+
+2011-01-23 19:42 +0000 [r12074-12076] Elan Ruusamäe <glen/at/pld-linux.org>
+
+ * extract-ikconfig: recognize xz compression (patch by arekm)
+
+ * extract-ikconfig (added): import extract-ikconfig from kernel
+ sources there's no point to contain stripped version here,
+ upstream one works ok with vmlinux, vmlinuz, bzImage, configs.ko,
+ configs.ko.gz imported 532cf2907ac3b9c2345d76251764f4f4e602c921
+
+2011-01-23 16:45 +0000 [r12072-12073] Przemysław Iskra <sparky/at/pld-linux.org>
+
+ * mod-md.sh: Fixed one more typo.
+
+ * mod-md.sh: Renamed rootdev_alternate and rootdev_alternative to
+ rootdev_alias to prevent further typos.
+
+2011-01-23 15:07 +0000 [r12071] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * mod-md.sh: Handle /dev/mdXpY as root device.
+
+2011-01-14 11:39 +0000 [r12053-12055] Elan Ruusamäe <glen/at/pld-linux.org>
+
+ * mod-sata.sh: - as uknown what to do for multiple module match at
+ least load them for now
+
+ * mod-sata.sh: - pcimap not used when lspci invoked with -n
+
+ * mod-sata.sh: - more generic and more exact finding code
+
+2011-01-14 09:34 +0000 [r12052] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * geninitrd: Use fastest compressor first.
+
+2011-01-14 09:20 +0000 [r12051] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * geninitrd: Add COMPRESS=none/no support (uncompressed initrd).
+
+2011-01-13 20:34 +0000 [r12049-12050] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * geninitrd.sysconfig: Mention xz and lzma for initrd compresion.
+
+ * geninitrd: Allow tuxonice snapshot device be device mapper
+ device(LUKS, LVM, dmraid). Patch by Krzysztof Krakowiak.
+
+2011-01-13 20:28 +0000 [r12046-12047] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+ * Makefile: 10000.30 (experimental due to SATA autodetection)
* Makefile: Include sata mod.
Modified: geninitrd/trunk/Makefile
==============================================================================
--- geninitrd/trunk/Makefile (original)
+++ geninitrd/trunk/Makefile Thu Jan 27 21:26:53 2011
@@ -1,5 +1,5 @@
# when making release, make sure you do it as RELEASE document describes
-VERSION := 10000.30
+VERSION := 10000.31
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