X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=ChangeLog;h=130ee3a1d7b0ec14fabdc1dbbebe4178582a744f;hb=40bb32c45cf27b2fe324b345912ec8a2c642941f;hp=94a2d4fca244dda201c9742e4017e1dd261eee03;hpb=0c52bfc1c598322050f63a463f9d56993db5a42d;p=projects%2Fgeninitrd.git diff --git a/ChangeLog b/ChangeLog index 94a2d4f..130ee3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,522 @@ +2011-08-04 20:52 +0000 [r12300] Arkadiusz Miśkiewicz + + * geninitrd: find_depmod(): Return 0 in non-fatal cases (prevent + non-zero exit codes from slipping). + +2011-07-27 06:59 +0000 [r12277] Elan Ruusamäe + + * functions: use stat format busybox understands too + +2011-07-27 06:54 +0000 [r12273-12275] Elan Ruusamäe + + * Makefile: note about tagging + + * Makefile: - up to 10000.33, current geninitrd is not usable with + rootfs on lvm2 with current lvm2 + +2011-07-27 06:34 +0000 [r12272] Elan Ruusamäe + + * 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 + + * 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 + + * TODO: - lvm2 leaked fd todo + +2011-06-26 11:22 +0000 [r12251] Arkadiusz Miśkiewicz + + * geninitrd: Skip suffix when kernel version is like 3.0-1.2. + +2011-06-24 09:00 +0000 [r12249] Arkadiusz Miśkiewicz + + * 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 + + * geninitrd: Always create /dev/snapshot (needed for suspend). + +2011-03-15 20:42 +0000 [r12200] Arkadiusz Miśkiewicz + + * 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 + + * geninitrd: Don't resolve symlink for luks devices. We need + non-resolved form. + +2011-03-07 10:00 +0000 [r12196] Arkadiusz Miśkiewicz + + * functions: Better error msg. + +2011-03-06 16:14 +0000 [r12195] Arkadiusz Miśkiewicz + + * 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 + + * geninitrd: Call awk via busybox just like other commands are + called. + +2011-03-01 10:31 +0000 [r12175] Arkadiusz Miśkiewicz + + * 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 + + * 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 + + * 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 + + * geninitrd: Move $RCSID printing where it has chance to work + +2011-02-19 08:34 +0000 [r12166] Elan Ruusamäe + + * 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 + + * Makefile: Release 10000.32 (experimental). + + * geninitrd: Nicer way to display rcsid. + +2011-02-19 07:56 +0000 [r12161-12162] Arkadiusz Miśkiewicz + + * mod-ide.sh, functions: Revert, this wasn't meant to be in + previous commit. + + * 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, + functions: Report RCSID for loaded modules, too. + +2011-02-17 22:16 +0000 [r12159] Arkadiusz Miśkiewicz + + * geninitrd: root dev finding: fallback to calculating based on + initrd /dev file + +2011-02-17 21:41 +0000 [r12158] Arkadiusz Miśkiewicz + + * geninitrd: debugshell after failing to chroot. + +2011-02-17 21:37 +0000 [r12157] Arkadiusz Miśkiewicz + + * mod-luks.sh: Try to activate luks only if not yet active (because + cryptsetup is run twice). + +2011-02-13 14:09 +0000 [r12147] Elan Ruusamäe + + * Makefile: setup TZ in export + +2011-02-11 12:30 +0000 [r12143-12144] Elan Ruusamäe + + * tests/bug-715930.sh: - update test + + * mod-sata.sh: sort modules that ones who depend on libata are + first + +2011-02-11 12:07 +0000 [r12142] Elan Ruusamäe + + * mod-sata.sh: there is no bitwise matching only DEVICE_ANY arekm + looked up it in sources, so revert the bitwise op + +2011-02-11 08:24 +0000 [r12139-12141] Elan Ruusamäe + + * tests/bug-715930.sh: update test + + * mod-sata.sh: - compare device bitwise. LP#715930 + + * mod-sata.sh: switch to parsing in shell instead of awk + +2011-02-10 11:32 +0000 [r12131-12132] Elan Ruusamäe + + * mod-sata.sh: add setup so detection results could be later + tweaked for testing + + * tests/bug-715930.sh: hack up test using actual functions + +2011-02-09 19:19 +0000 [r12127] Elan Ruusamäe + + * tests/bug-715930.sh (added): partial testcase + +2011-02-05 11:51 +0000 [r12116] Arkadiusz Miśkiewicz + + * geninitrd: Revert, that was wrong. + +2011-02-05 11:22 +0000 [r12115] Arkadiusz Miśkiewicz + + * geninitrd: ccis needs sd_mod (areq). + +2011-02-03 18:45 +0000 [r12114] Arkadiusz Miśkiewicz + + * geninitrd: Mount rootfs from initramfs with rootfsflags options. + +2011-02-03 11:16 +0000 [r12113] Elan Ruusamäe + + * mod-blkid.sh, mod-nfs.sh, mod-multipath.sh, 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: Simplify main code by moving state + checks to modules itself + +2011-02-03 11:06 +0000 [r12112] Elan Ruusamäe + + * mod-luks.sh: Use double quotes (more readable in this context) + +2011-02-03 10:41 +0000 [r12106-12111] Artur Frysiak + + * Makefile: Make addons executable + + * geninitrd: Try to setup encryption after soft-RAID and LVM setup + + * mod-lvm.sh: Don't drop to shell if LVM is used but root device + isn't LV + + * mod-luks.sh: Check source device before cryptsetup run + + * functions: Simplify dm_name() + + * functions: Use DM subsystem name not UUID for LVM/crypt detection + +2011-02-03 08:12 +0000 [r12104] Arkadiusz Miśkiewicz + + * geninitrd: We have /dev/urandom, so also store /dev/random (luks + can use it for example). + +2011-02-02 17:15 +0000 [r12103] Elan Ruusamäe + + * 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 + + * functions: Simplify dm_longname() + + * functions: Allow rootfs on crypted device + +2011-01-27 20:55 +0000 [r12095] Arkadiusz Miśkiewicz + + * mod-md.sh: By default rootdev_new is the same as rootdev. + +2011-01-27 20:51 +0000 [r12094] Elan Ruusamäe + + * mod-multipath.sh: - multipath install lib64 safe (why it was just + lib anyway?) + +2011-01-27 20:48 +0000 [r12093] Elan Ruusamäe + + * Makefile: Consistent timestamp in release tarball files. in fact, + package all files to tarball + +2011-01-27 20:30 +0000 [r12092] Elan Ruusamäe + + * Makefile: - refentry2man dep + +2011-01-27 20:26 +0000 [r12091] Elan Ruusamäe + + * Makefile: - 10000.31 second experimental (can extract all + compressed kernels for CONFIG) + +2011-01-25 22:02 +0000 [r12087] Arkadiusz Miśkiewicz + + * 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 + + * geninitrd: don't leak parentDir variable + +2011-01-23 22:23 +0000 [r12080] Elan Ruusamäe + + * extract-ikconfig: - use mktemp + +2011-01-23 19:49 +0000 [r12078-12079] Elan Ruusamäe + + * 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 + + * 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 + + * 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 + + * mod-md.sh: Handle /dev/mdXpY as root device. + +2011-01-14 11:39 +0000 [r12053-12055] Elan Ruusamäe + + * 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 + + * geninitrd: Use fastest compressor first. + +2011-01-14 09:20 +0000 [r12051] Arkadiusz Miśkiewicz + + * geninitrd: Add COMPRESS=none/no support (uncompressed initrd). + +2011-01-13 20:34 +0000 [r12049-12050] Arkadiusz Miśkiewicz + + * 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 + + * Makefile: 10000.30 (experimental due to SATA autodetection) + + * Makefile: Include sata mod. + +2011-01-13 20:21 +0000 [r12044-12045] Arkadiusz Miśkiewicz + + * TODO: extract-ikconfig() should be able to read from vmlinuz + file, too. + + * geninitrd: Avoid error when no configs module. + +2011-01-13 20:15 +0000 [r12043] Arkadiusz Miśkiewicz + + * geninitrd: Don't leave temporary files if kofile ends up being + empty. + +2011-01-13 20:07 +0000 [r12042] Arkadiusz Miśkiewicz + + * mod-sata.sh: Ignore lspci errors. + +2011-01-13 20:01 +0000 [r12041] Arkadiusz Miśkiewicz + + * geninitrd: LZO initrd compression support (fastest). + +2010-12-21 19:02 +0000 [r12018] Elan Ruusamäe + + * geninitrd: - if image compress failed (for whatever reason), + retry with gzip + +2010-12-21 18:53 +0000 [r12017] Elan Ruusamäe + + * geninitrd: - catch error from image compress + +2010-12-19 10:49 +0000 [r11995] Elan Ruusamäe + + * geninitrd: make romfs comment shorter so that "file" would + display most significant info + +2010-12-02 14:14 +0000 [r11921] Arkadiusz Miśkiewicz + + * TODO: resume todo + +2010-11-22 11:33 +0000 [r11912] Arkadiusz Miśkiewicz + + * mod-md.sh: Allow more than 10 md devices. + +2010-11-19 23:41 +0000 [r11911] Arkadiusz Miśkiewicz + + * mod-md.sh: Normalize both device names. root and current array, + too. + +2010-10-22 14:28 +0000 [r11880] Przemysław Iskra + + * mod-sata.sh: - test -n won't work without "" + +2010-10-22 13:41 +0000 [r11879] Bartosz Świątek + + * mod-sata.sh: - 15:36 < arekm> bs: ! -z == -n + +2010-10-22 13:19 +0000 [r11878] Bartosz Świątek + + * mod-sata.sh: - if no sata controller found do nothing + +2010-10-20 21:36 +0000 [r11873] Bartosz Świątek + + * geninitrd: - enable sata mod + +2010-10-20 21:20 +0000 [r11872] Elan Ruusamäe + + * 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] Bartosz Świątek + + * mod-sata.sh: - oh yeah, tabs not spaces because it's + suuuuuuuuuuch a difference and matters thaaaaaat much!!! + +2010-10-20 21:05 +0000 [r11870] Bartosz Świątek + + * tests/lspci-mod-sata.txt (added): - because glen asked soooooooo + politely + +2010-10-20 21:05 +0000 [r11869] Elan Ruusamäe + + * geninitrd: - use shell constructs + +2010-10-20 21:01 +0000 [r11868] Elan Ruusamäe + + * tests/find-module-by-pciclass.sh: - lowercase found module + +2010-10-20 20:56 +0000 [r11867] Bartosz Świątek + + * geninitrd: - missing local + +2010-10-20 20:53 +0000 [r11866] Bartosz Świątek + + * geninitrd: - show examples for all available kernels + +2010-10-20 20:53 +0000 [r11865] Elan Ruusamäe + + * TODO: - target compression detection is done + +2010-10-20 20:46 +0000 [r11864] Bartosz Świątek + + * mod-sata.sh: - lspci -p + +2010-10-20 20:42 +0000 [r11863] Elan Ruusamäe + + * 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 + +2010-10-20 20:42 +0000 [r11862] Bartosz Świątek + + * mod-sata.sh: - use local variables - get rid of sed/uniq kinda + sucks anyway + +2010-10-20 20:36 +0000 [r11861] Elan Ruusamäe + + * tests/lvmroot.sh, tests/setup-test.sh (added): - setup common + test base + +2010-10-20 17:07 +0000 [r11860] Bartosz Świątek + + * mod-sata.sh (added), mod-xata.sh (removed): - again, rename - use + only 0106 class + +2010-10-20 17:03 +0000 [r11859] Bartosz Świątek + + * mod-xata.sh: - check for lspci + +2010-10-20 16:59 +0000 [r11858] Bartosz Świątek + + * mod-xata.sh (added), mod-autodetect.sh (removed): - rename to + mod-xata.sh, but probably this shiuld be mod-sata, as i tend to + leave just the 0106 class left + +2010-10-20 16:55 +0000 [r11856-11857] Bartosz Świątek + + * mod-autodetect.sh: - use find_module + + * mod-autodetect.sh: - ignore scsi, mod-scsi.sh is for that - use + $kernel variable instead of uname + +2010-10-20 16:50 +0000 [r11855] Bartosz Świątek + + * geninitrd: - this should be done in an other way, arekm says + +2010-10-20 15:03 +0000 [r11854] Bartosz Świątek + + * mod-autodetect.sh: - change shebang and add comment like in other + modules + +2010-10-20 14:56 +0000 [r11853] Bartosz Świątek + + * 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 + + * geninitrd: - umount /proc as last + +2010-07-07 07:41 +0000 [r11630] Elan Ruusamäe + + * TODO: - sysfs utilize + +2010-06-08 09:18 +0000 [r11553] Arkadiusz Miśkiewicz + + * geninitrd: Require both /lib64 and /usr/lib64 to consider system + be lib64 using one. + +2010-05-21 14:23 +0000 [r11482] Elan Ruusamäe + + * geninitrd: - extract CONFIG_BLK_DEV_RAM_SIZE from configs kernel + module if possible - based on extract-ikconfig from + linux/scripts/extract-ikconfig + +2010-04-20 05:29 +0000 [r11337] Arkadiusz Miśkiewicz + + * mod-md.sh: Don't require /sbin/mdadm. Use initrd mdadm when + needed. + +2010-03-09 09:58 +0000 [r11229] Elan Ruusamäe + + * geninitrd: - avoid extra checks as cycles are not ran + +2010-03-08 11:00 +0000 [r11228] Arkadiusz Miśkiewicz + + * geninitrd: scan=sync for scsi_mod on >= 2.6.30 (from Ti) + +2010-01-21 15:55 +0000 [r11117] Jan Rękorajski + + * Makefile: - 10000.20 release + 2010-01-21 13:45 +0000 [r11116] Jan Rękorajski * geninitrd: - initrd-busybox changed to just busybox @@ -134,7 +653,7 @@ * geninitrd: Really take specified compressor. -2009-08-28 21:26 +0000 [r10505-10506] cactus +2009-08-28 21:26 +0000 [r10505-10506] Bartłomiej Zimoń * geninitrd: - typo, in decompressor symbol to check @@ -568,7 +1087,7 @@ /dev/hda[a-l] are used) to avoid /dev/hdoc being recognized as IDE not LVM -2008-11-29 19:23 +0000 [r10013] pawelz +2008-11-29 19:23 +0000 [r10013] Paweł Zuzelski * geninitrd: - fixed parsing of lvmtoolsversion argument @@ -833,7 +1352,7 @@ * geninitrd: - just use $resume var to avoid confusion with tuxonice/suspend2 -2008-04-09 21:36 +0000 [r9708] draenog +2008-04-09 21:36 +0000 [r9708] Kacper Kornet * geninitrd: - kernels with tuxonice use option resume