]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - ChangeLog
- version, .34 find_depmod() return code fix, r12300
[projects/geninitrd.git] / ChangeLog
index 1652193035ff6d5f380bacf418c70752f9ca3888..130ee3a1d7b0ec14fabdc1dbbebe4178582a744f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,668 @@
+2011-08-04 20:52 +0000 [r12300]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * functions: use stat format busybox understands too
+
+2011-07-27 06:54 +0000 [r12273-12275]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * 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 <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.
+
+2011-02-19 07:56 +0000 [r12161-12162]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * 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 <arekm/at/pld-linux.org>
+
+       * geninitrd: root dev finding: fallback to calculating based on
+         initrd /dev file
+
+2011-02-17 21:41 +0000 [r12158]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: debugshell after failing to chroot.
+
+2011-02-17 21:37 +0000 [r12157]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * Makefile: setup TZ in export
+
+2011-02-11 12:30 +0000 [r12143-12144]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * tests/bug-715930.sh (added): partial testcase
+
+2011-02-05 11:51 +0000 [r12116]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Revert, that was wrong.
+
+2011-02-05 11:22 +0000 [r12115]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: ccis needs sd_mod (areq).
+
+2011-02-03 18:45 +0000 [r12114]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Mount rootfs from initramfs with rootfsflags options.
+
+2011-02-03 11:16 +0000 [r12113]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * mod-luks.sh: Use double quotes (more readable in this context)
+
+2011-02-03 10:41 +0000 [r12106-12111]  Artur Frysiak <wiget/at/pld-linux.org>
+
+       * 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 <arekm/at/pld-linux.org>
+
+       * 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 <glen/at/pld-linux.org>
+
+       * 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>
+
+       * functions: Simplify dm_longname()
+
+       * functions: Allow rootfs on crypted device
+
+2011-01-27 20:55 +0000 [r12095]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-md.sh: By default rootdev_new is the same as rootdev.
+
+2011-01-27 20:51 +0000 [r12094]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-multipath.sh: - multipath install lib64 safe (why it was just
+         lib anyway?)
+
+2011-01-27 20:48 +0000 [r12093]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: Consistent timestamp in release tarball files. in fact,
+         package all files to tarball
+
+2011-01-27 20:30 +0000 [r12092]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - refentry2man dep
+
+2011-01-27 20:26 +0000 [r12091]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - 10000.31 second experimental (can extract all
+         compressed kernels for CONFIG)
+
+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.
+
+2011-01-13 20:21 +0000 [r12044-12045]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * 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 <arekm/at/pld-linux.org>
+
+       * geninitrd: Don't leave temporary files if kofile ends up being
+         empty.
+
+2011-01-13 20:07 +0000 [r12042]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-sata.sh: Ignore lspci errors.
+
+2011-01-13 20:01 +0000 [r12041]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: LZO initrd compression support (fastest).
+
+2010-12-21 19:02 +0000 [r12018]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: - if image compress failed (for whatever reason),
+         retry with gzip
+
+2010-12-21 18:53 +0000 [r12017]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: - catch error from image compress
+
+2010-12-19 10:49 +0000 [r11995]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: make romfs comment shorter so that "file" would
+         display most significant info
+
+2010-12-02 14:14 +0000 [r11921]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * TODO: resume todo
+
+2010-11-22 11:33 +0000 [r11912]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-md.sh: Allow more than 10 md devices.
+
+2010-11-19 23:41 +0000 [r11911]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-md.sh: Normalize both device names. root and current array,
+         too.
+
+2010-10-22 14:28 +0000 [r11880]  Przemysław Iskra <sparky/at/pld-linux.org>
+
+       * mod-sata.sh: - test -n won't work without ""
+
+2010-10-22 13:41 +0000 [r11879]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * mod-sata.sh: - 15:36 < arekm> bs: ! -z == -n
+
+2010-10-22 13:19 +0000 [r11878]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * mod-sata.sh: - if no sata controller found do nothing
+
+2010-10-20 21:36 +0000 [r11873]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * geninitrd: - enable sata mod
+
+2010-10-20 21:20 +0000 [r11872]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * 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 <shadzik/at/pld-linux.org>
+
+       * 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 <shadzik/at/pld-linux.org>
+
+       * tests/lspci-mod-sata.txt (added): - because glen asked soooooooo
+         politely
+
+2010-10-20 21:05 +0000 [r11869]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: - use shell constructs
+
+2010-10-20 21:01 +0000 [r11868]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * tests/find-module-by-pciclass.sh: - lowercase found module
+
+2010-10-20 20:56 +0000 [r11867]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * geninitrd: - missing local
+
+2010-10-20 20:53 +0000 [r11866]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * geninitrd: - show examples for all available kernels
+
+2010-10-20 20:53 +0000 [r11865]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * TODO: - target compression detection is done
+
+2010-10-20 20:46 +0000 [r11864]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * mod-sata.sh: - lspci -p
+
+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/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 <shadzik/at/pld-linux.org>
+
+       * mod-sata.sh: - use local variables - get rid of sed/uniq kinda
+         sucks anyway
+
+2010-10-20 20:36 +0000 [r11861]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * tests/lvmroot.sh, tests/setup-test.sh (added): - setup common
+         test base
+
+2010-10-20 17:07 +0000 [r11860]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * mod-sata.sh (added), mod-xata.sh (removed): - again, rename - use
+         only 0106 class
+
+2010-10-20 17:03 +0000 [r11859]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * mod-xata.sh: - check for lspci
+
+2010-10-20 16:59 +0000 [r11858]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * 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 <shadzik/at/pld-linux.org>
+
+       * 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 <shadzik/at/pld-linux.org>
+
+       * geninitrd: - this should be done in an other way, arekm says
+
+2010-10-20 15:03 +0000 [r11854]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * mod-autodetect.sh: - change shebang and add comment like in other
+         modules
+
+2010-10-20 14:56 +0000 [r11853]  Bartosz Świątek <shadzik/at/pld-linux.org>
+
+       * 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>
+
+       * geninitrd: - umount /proc as last
+
+2010-07-07 07:41 +0000 [r11630]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * TODO: - sysfs utilize
+
+2010-06-08 09:18 +0000 [r11553]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Require both /lib64 and /usr/lib64 to consider system
+         be lib64 using one.
+
+2010-05-21 14:23 +0000 [r11482]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * 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 <arekm/at/pld-linux.org>
+
+       * mod-md.sh: Don't require /sbin/mdadm. Use initrd mdadm when
+         needed.
+
+2010-03-09 09:58 +0000 [r11229]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: - avoid extra checks as cycles are not ran
+
+2010-03-08 11:00 +0000 [r11228]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: scan=sync for scsi_mod on >= 2.6.30 (from Ti)
+
+2010-01-21 15:55 +0000 [r11117]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * Makefile: - 10000.20 release
+
+2010-01-21 13:45 +0000 [r11116]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * geninitrd: - initrd-busybox changed to just busybox
+
+2010-01-20 16:37 +0000 [r11115]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-luks.sh: - if "cryptsetup status" returns no device, assume
+         there is no cryptsetup
+
+2010-01-12 11:13 +0000 [r11107-11108]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - fix manual page generation
+
+       * Makefile: - 10000.19 release
+
+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
+
+2010-01-02 16:24 +0000 [r11086-11087]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - exit with error still
+
+       * Makefile: - delete on error
+
+2010-01-02 15:04 +0000 [r11083-11085]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - install deps, perms
+
+       * Makefile: - avoid creating empty manual
+
+2009-12-28 16:26 +0000 [r11075]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-multipath.sh: - find also /lib64/udev/scsi_id
+
+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
+         also /dev/mapper/blodnatt-blah--bleh--blah ->
+         /dev/blodnatt/blah-bleh-blah
+
+2009-11-17 09:30 +0000 [r10977]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-lvm.sh: - LVM: rewrite /dev/mapper/sys-rootfs ->
+         /dev/sys/rootfs
+
+2009-09-28 11:57 +0000 [r10633]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-nfs.sh: $ [ -n ] && echo TRUE || echo FALSE TRUE $ [ -n "" ]
+         && echo TRUE || echo FALSE FALSE
+
+2009-09-25 09:17 +0000 [r10632]  Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
+
+       * mod-nfs.sh: - set hostname if provided by dhcp; chroot junk
+         removed
+
+2009-09-17 11:04 +0000 [r10615]  Tomasz Pala <gotar/at/pld-linux.org>
+
+       * mod-lvm.sh: - give a hint if lvm fails to find sysfs mount point
+         (common case during manual system rescue/installation)
+
+2009-09-17 08:45 +0000 [r10614]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: - variable cosmetics, localize
+
+2009-09-17 08:23 +0000 [r10613]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Ugly hack for kernels >= 2.6.30. It will make your
+         boot slower in many cases but we don't have proper solution yet
+         (and the solution is probably waiting for uevent with information
+         that rootfs device is available).
+
+2009-09-11 11:53 +0000 [r10554]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-md.sh: Tell earlier what was found.
+
+2009-09-11 09:07 +0000 [r10553]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-md.sh: md debug message.
+
+2009-09-11 09:03 +0000 [r10552]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-md.sh: Ignore errors from mdadm.
+
+2009-09-04 13:04 +0000 [r10530]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Use kernel ready compression settings for xz.
+
+2009-09-04 13:00 +0000 [r10528-10529]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: --check=crc32 is required for xz format
+
+       * geninitrd: lzma back as lzma. xz as new format (kernel patches
+         pending http://ctrl.tukaani.org/xz/)
+
+2009-09-04 12:38 +0000 [r10527]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Use lzma format.
+
+2009-09-04 10:58 +0000 [r10526]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Allow xz only and not lzma. -9 for xz is back.
+
+2009-09-04 10:35 +0000 [r10525]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Use default compression level for lzma (-9 requires
+         too much memory).
+
+2009-08-31 19:31 +0000 [r10521]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * Makefile: 10000.18
+
+2009-08-31 13:13 +0000 [r10520]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: urandom is always needed for latest lvm2
+
+2009-08-29 23:15 +0000 [r10517]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: - rmmod missing is not fatal
+
+2009-08-29 23:12 +0000 [r10516]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: - check for rmmod applet
+
+2009-08-29 22:17 +0000 [r10515]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: rmmod scsi_wait_scan after modprobing
+
+2009-08-28 22:09 +0000 [r10508]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * Makefile: 10000.17.
+
+2009-08-28 21:41 +0000 [r10507]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Really take specified compressor.
+
+2009-08-28 21:26 +0000 [r10505-10506]  Bartłomiej Zimoń <cactus/at/pld-linux.org>
+
+       * geninitrd: - typo, in decompressor symbol to check
+
+       * geninitrd: - if compressor == yes => use gzip
+
+2009-08-15 22:08 +0000 [r10485]  Marcin Król <hawk/at/pld-linux.org>
+
+       * Makefile: - 10000.16
+
 2009-08-15 21:40 +0000 [r10484]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
        * geninitrd, mod-lvm.sh: - create /dev/urandom always
This page took 0.076701 seconds and 4 git commands to generate.