]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - ChangeLog
Version 12531.
[projects/geninitrd.git] / ChangeLog
index cf684927eb77bbb80715920d170071d71d6df746..952ec44873f8f7c069dd342c9b738c5cd5ce111a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,639 @@
+2012-03-30 16:28 +0000 [r12531]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: More local variables (in find_modules_by_class_mit).
+
+2012-03-30 14:41 +0000 [r12530]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: no need to mess with magic values, let the "magic" be
+         value
+
+2012-03-30 14:30 +0000 [r12529]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * tests/initramfs_switchroot.sh, geninitrd: 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>
+
+       * tests/initramfs_switchroot.sh, tests/partitions (added): supply
+         /proc/partitions dump
+
+       * tests/initramfs_switchroot.sh: fill all expected tests
+
+       * tests/initramfs_switchroot.sh (added): add test
+
+2012-03-29 17:12 +0000 [r12525]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: Handle case when no modaliases were found.
+
+2012-03-29 15:12 +0000 [r12524]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Typos.
+
+2012-03-28 08:44 +0000 [r12521]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * functions: no need for subshells, formatting
+
+2012-03-28 08:23 +0000 [r12520]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: Unfortunately module-init-tools modprobe doesn't work
+         with new way. Provide old find_modules_by_class() for mit and new
+         for kmod.
+
+2012-03-26 18:46 +0000 [r12518]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * Makefile: Version 12517.
+
+2012-03-26 16:46 +0000 [r12517]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: kmod option bug fixed in git
+
+2012-03-24 20:58 +0000 [r12516]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: Dry run for modprobe. We need names only.
+
+2012-03-24 20:49 +0000 [r12515]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: Our find_modules_by_class() relied on lspci and on
+         modules.pcimap file generated by module-init-tools. Unfortunately
+         kmod no longer generates modules.pcimap. Rewrite to use sysfs and
+         modprobe only.
+
+2012-03-24 20:40 +0000 [r12514]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: Properly skip duplicated when finding modules.
+
+2012-03-24 20:06 +0000 [r12513]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: Warn about missing pcimap file (unfortunately kmod
+         doesn't generate it).
+
+2012-03-24 18:27 +0000 [r12511-12512]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-usbkbd.sh: No -l in grep.
+
+       * mod-usbkbd.sh: Detect Logitech Unifying Device. Unfortunately I
+         know no way do detect keyboards only.
+
+2012-03-24 02:02 +0000 [r12509-12510]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * changelog.sh: or here?
+
+       * changelog.sh: set LC_ALL for svn2log, in hope i twill sort
+         filenames consistently
+
+2012-03-21 20:58 +0000 [r12508]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: kmod compat when parsing modprobe config options
+
+2012-03-19 20:20 +0000 [r12506]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: fix root= handling with initramfs & lvm
+
+2012-03-19 19:40 +0000 [r12505]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: minor fixes
+
+2012-03-19 19:34 +0000 [r12503-12504]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-lvm.sh: cosmetics
+
+       * geninitrd: cleanup env
+
+2012-03-18 19:25 +0000 [r12502]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-udev.sh: blkid installed by mod-blkid
+
+2012-03-18 19:19 +0000 [r12501]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-udev.sh: when checing dmsetup binary output, check it exists
+         first
+
+2012-03-18 16:32 +0000 [r12500]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-lvm.sh, mod-suspend.sh: prefix lvm variables with LVM_
+
+2012-03-18 15:55 +0000 [r12499]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd, mod-lvm.sh: do not leak linuxrc variables to init
+
+2012-03-18 15:12 +0000 [r12498]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: do not hide fact that /dev/console needs to be made
+
+2012-03-14 20:11 +0000 [r12488]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: fix for r12426 breaking inst_exec of multiple files
+
+2012-03-14 13:03 +0000 [r12487]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: warn when CONFIG_BLK_DEV_RAM_SIZE was not detected
+
+2012-02-16 09:58 +0000 [r12475]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Exact match for partition/major/minor.
+
+2012-01-29 18:59 +0000 [r12473]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: set hotplug agent only once
+
+2012-01-11 22:37 +0000 [r12465]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: sort kernels by version
+
+2012-01-09 12:27 +0000 [r12463]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - release 12462
+
+2012-01-08 22:04 +0000 [r12461]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Try to always have /dev/console in root fs.
+
+2012-01-06 13:40 +0000 [r12460]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: cciss on hpsa: load also sd_mod (via
+         find_modules_scsi)
+
+2012-01-05 19:54 +0000 [r12459]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: load hpsa (and cciss) for 3.0 kernels with /dev/cciss
+         devices
+
+2012-01-05 19:43 +0000 [r12458]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd, mod-ide.sh, mod-scsi.sh: filter out comments in
+         modprobe_conf_cache rather in some places of code to get 100%
+         accuracy
+
+2012-01-05 17:07 +0000 [r12457]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-suspend.sh: parse resume= param value into $resume, not just
+         hardcode "yes"
+
+2011-12-07 20:43 +0000 [r12445]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd.sysconfig, geninitrd: initramfs as default.
+
+2011-12-07 19:32 +0000 [r12444]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-luks.sh: use awk vars, makes awk part readable
+
+2011-12-05 19:52 +0000 [r12443]  Jacek Konieczny <jajcus/at/pld-linux.org>
+
+       * mod-luks.sh: - look-up crypttab in is_luks() too, active LUKS
+         device is not examined any more (the underlaying device is still
+         checked with 'cryptsetup isLuks')
+
+2011-12-05 19:22 +0000 [r12442]  Jacek Konieczny <jajcus/at/pld-linux.org>
+
+       * mod-luks.sh: - do not try to extract encrypted device name from
+         an active LUKS device – the information is already available in
+         /etc/crypttab
+
+2011-12-05 18:29 +0000 [r12441]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-luks.sh: Tell us what device.
+
+2011-12-05 18:26 +0000 [r12440]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-luks.sh: Don't hardcode device name. Local variables.
+
+2011-12-05 18:20 +0000 [r12439]  Jacek Konieczny <jajcus/at/pld-linux.org>
+
+       * mod-luks.sh: - magic to get the LUKS lower level device name when
+         initialized with old cryptsetup
+
+2011-12-05 08:25 +0000 [r12438]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-luks.sh: Fallback detection if device is crypted.
+
+2011-12-03 20:39 +0000 [r12433]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - release 12432
+
+2011-12-03 20:16 +0000 [r12432]  Artur Frysiak <wiget/at/pld-linux.org>
+
+       * mod-udev.sh: Use only dmsetup with udev support
+
+2011-12-03 19:52 +0000 [r12423-12431]  Artur Frysiak <wiget/at/pld-linux.org>
+
+       * 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), udev-rules/01-ignore.rules
+         (added): Install special udev rules Rules copied from dracut
+
+       * mod-udev.sh: Use udevadm to stop udevd
+
+       * mod-udev.sh: Fix udev coldplug
+
+       * mod-udev.sh: Mount /run (required for udev >= 168)
+
+       * mod-udev.sh: Install udev rules and helpers
+
+       * geninitrd: Don't run ldd on dynamic linker $ ldd
+         /lib64/ld-linux-x86-64.so.2 loader cannot load itself ldd: exited
+         with unknown exit code (127)
+
+       * geninitrd: /run support
+
+       * geninitrd: Use devtmpfs on /dev Mount devtmpfs on /dev and if
+         fail fallback to tmpfs.
+
+       * geninitrd: Mount /dev on initramfs too
+
+2011-12-03 15:13 +0000 [r12422]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Be much more conservative when stripping symbols on
+         kernel modules (so backtraces aren't crap).
+
+2011-11-27 14:03 +0000 [r12415]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-usbkbd.sh, mod-sata.sh: skip empty functions, error in some
+         shells
+
+2011-11-15 10:43 +0000 [r12413]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: check that strip exists before stripping
+
+2011-11-09 19:39 +0000 [r12412]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: No need for separate var (glen).
+
+2011-11-09 18:19 +0000 [r12411]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Use uncompressed module file name.
+
+2011-11-09 07:42 +0000 [r12410]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: let $STRIP be internally path to strip, add
+         --strip=PATH/strip and --strip PATH/strip args
+
+2011-11-08 21:04 +0000 [r12409]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Strip modules by default.
+
+2011-10-26 19:58 +0000 [r12392-12393]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: LC_ALL=C for lspci call in case if someone translates
+         things.
+
+       * functions: Space at the end allways.
+
+2011-10-26 19:52 +0000 [r12391]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * functions: Use lspci only for finding kernel modules. Our shell
+         code was full of bugs. Also try to preserve xhci/ehco/ohci/uhci
+         modules loading order.
+
+2011-10-24 13:35 +0000 [r12390]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * changelog.sh: update changelog with current CVSROOT/users
+
+2011-10-21 20:08 +0000 [r12384-12385]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * Makefile: Release 12385.
+
+       * Makefile: Prepare for new release.
+
+2011-10-20 09:43 +0000 [r12383]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd.sysconfig: more precise desc
+
+2011-10-19 17:51 +0000 [r12382]  Bartłomiej Zimoń <cactus/at/pld-linux.org>
+
+       * geninitrd.sysconfig: - document dash prefix for module name
+
+2011-10-15 14:00 +0000 [r12380]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: make ./geninitrd -v /tmp to produce geninitrd line to
+         generate image to /tmp
+
+2011-10-15 13:54 +0000 [r12377-12379]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-usbkbd.sh: leak less local vars
+
+       * mod-usbkbd.sh: fix svn keywords
+
+       * mod-md.sh: $DEBUGINIRD is initrd runtime var, not gentime var
+
+2011-10-15 08:56 +0000 [r12376]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-usbkbd.sh: Tell us what was found.
+
+2011-10-15 08:27 +0000 [r12375]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-usbkbd.sh: Echo not ls.
+
+2011-10-15 08:21 +0000 [r12373-12374]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-usbkbd.sh (added): USB keyboard modules finding and loading
+         at initrd level.
+
+       * 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>
+
+       * mod-sata.sh: Fix PCI_ANY_ID (it is 0xffffffff (~0) and not
+         0x0000ffff). Change class_mask to always ignore two last digits
+         (as these are "program interface" and we want any program
+         interface). Apply class_mask to classes found by lspci. Some
+         devices (eg. *-hcd) have very specific program interfaces while
+         we want any of these. Venrod matchin PCI_ANY_ID is also fine for
+         us. With these changes finding non sata classes also works eg.
+         finding find_modules_by_class 0c03 (usb) works.
+
+2011-10-02 17:10 +0000 [r12361]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: Warn about missing firmware instead of failing. Some
+         modules specify firmware files for multiple hardware and you
+         don't need all of these.
+
+2011-09-15 18:45 +0000 [r12348]  Artur Frysiak <wiget/at/pld-linux.org>
+
+       * mod-luks.sh: Handle /dev/disk/by-uuid/* devices in /etc/crypttab
+
+2011-09-11 20:04 +0000 [r12345]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: VERSION 12345
+
+2011-08-25 17:53 +0000 [r12335]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-sata.sh: Left side expands to decimal while right side was in
+         hex. Convert right side to decimal.
+
+2011-08-24 19:42 +0000 [r12334]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-md.sh: Show /proc/mdstat contents in debuginitd mode.
+
+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
+         able to umount /initrd later
+
+       * geninitrd: Do not send usage() to stderr, let it be useful for
+         grep(1)-ing or less(1)-ing
+
+2011-08-15 10:24 +0000 [r12325]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: ikconfig: try also /boot/config-$kernel before falling
+         back to extraction from vmlinuz
+
+2011-08-15 10:06 +0000 [r12324]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: in usage, show full path to program and pass on also
+         $verbose opt as samples
+
+2011-08-10 10:21 +0000 [r12301]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - version, .34 find_depmod() return code fix, r12300
+
+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-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
+
+2011-02-19 13:53 +0000 [r12168]  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: 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-fbsplash.sh, mod-udev.sh, mod-multipath.sh, 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: 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-multipath.sh, mod-bootsplash.sh, mod-depmod24.sh,
+         mod-luks.sh, 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: 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-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
+         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
 
        * mod-sata.sh: - test -n won't work without ""
 
-2010-10-22 13:41 +0000 [r11879]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-22 13:41 +0000 [r11879]  shadzik <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>
+2010-10-22 13:19 +0000 [r11878]  shadzik <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>
+2010-10-20 21:36 +0000 [r11873]  shadzik <shadzik/at/pld-linux.org>
 
        * geninitrd: - enable sata mod
 
        * 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>
+2010-10-20 21:12 +0000 [r11871]  shadzik <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>
+2010-10-20 21:05 +0000 [r11870]  shadzik <shadzik/at/pld-linux.org>
 
        * tests/lspci-mod-sata.txt (added): - because glen asked soooooooo
          politely
 
        * tests/find-module-by-pciclass.sh: - lowercase found module
 
-2010-10-20 20:56 +0000 [r11867]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 20:56 +0000 [r11867]  shadzik <shadzik/at/pld-linux.org>
 
        * geninitrd: - missing local
 
-2010-10-20 20:53 +0000 [r11866]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 20:53 +0000 [r11866]  shadzik <shadzik/at/pld-linux.org>
 
        * geninitrd: - show examples for all available kernels
 
 
        * TODO: - target compression detection is done
 
-2010-10-20 20:46 +0000 [r11864]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 20:46 +0000 [r11864]  shadzik <shadzik/at/pld-linux.org>
 
        * mod-sata.sh: - lspci -p
 
          (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>
+2010-10-20 20:42 +0000 [r11862]  shadzik <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
+       * tests/setup-test.sh (added), tests/lvmroot.sh: - setup common
          test base
 
-2010-10-20 17:07 +0000 [r11860]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 17:07 +0000 [r11860]  shadzik <shadzik/at/pld-linux.org>
 
-       * mod-sata.sh (added), mod-xata.sh (removed): - again, rename - use
+       * mod-xata.sh (removed), mod-sata.sh (added): - again, rename - use
          only 0106 class
 
-2010-10-20 17:03 +0000 [r11859]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 17:03 +0000 [r11859]  shadzik <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>
+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
 
-2010-10-20 16:55 +0000 [r11856-11857]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 16:55 +0000 [r11856-11857]  shadzik <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>
+2010-10-20 16:50 +0000 [r11855]  shadzik <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>
+2010-10-20 15:03 +0000 [r11854]  shadzik <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>
+2010-10-20 14:56 +0000 [r11853]  shadzik <shadzik/at/pld-linux.org>
 
        * geninitrd, mod-autodetect.sh (added): - when PREMODS are not set,
          try to autodetect xata/scsi modules
 
 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>
 
 
 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
 
 
 2009-08-15 21:40 +0000 [r10484]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-       * geninitrd, mod-lvm.sh: - create /dev/urandom always
+       * mod-lvm.sh, geninitrd: - create /dev/urandom always
 
 2009-08-15 21:22 +0000 [r10483]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
 
 2009-04-27 09:43 +0000 [r10337]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * mod-blkid.sh, mod-multipath.sh, 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: - 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>
 
        * geninitrd: - load suspend module
 
-       * Makefile, geninitrd, mod-suspend.sh (added): - suspend
+       * geninitrd, mod-suspend.sh (added), Makefile: - suspend
          modularized
 
        * geninitrd.8.xml: - update manual with --initrdfs argument
 
        * geninitrd, mod-dmraid.sh: - USE_DMRAID moved to dmraid module
 
-       * mod-blkid.sh (added), Makefile, geninitrd: - blkid modularized
+       * geninitrd, mod-blkid.sh (added), Makefile: - 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: -
+       * mod-dmraid.sh, mod-md.sh, geninitrd, mod-luks.sh, mod-lvm.sh: -
          handle initrd programs under %{_libdir}/initrd
 
 2009-04-02 20:24 +0000 [r10273]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * geninitrd, geninitrd.8.xml: - reap out --with-insmod-static
+       * geninitrd.8.xml, geninitrd: - reap out --with-insmod-static
 
 2009-03-23 00:18 +0000 [r10231-10232]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 
 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
 
 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>
        * geninitrd: Autoload possibly needed firmware but don't fail if
          it's not found. Warnings are prefixed with WARNING string.
 
-2008-05-27 18:57 +0000 [r9780]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2008-05-27 18:57 +0000 [r9780]  shadzik <shadzik/at/pld-linux.org>
 
        * geninitrd: - glen!! bootsplash doesn't require initramfs, i had
          it on romfs until you broke geninitrd :/ - fixed
 
 2008-04-27 00:12 +0000 [r9727]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * geninitrd, geninitrd.sysconfig: - config to load framebuffer
+       * geninitrd.sysconfig, geninitrd: - config to load framebuffer
          device module
 
 2008-04-26 19:17 +0000 [r9726]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 2007-02-08 18:21 +0000 [r8240]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * Makefile, geninitrd, functions (added): - export functions so
+       * geninitrd, functions (added), Makefile: - 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>
 
 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.
 
 
 2003-04-09 11:40 +0000 [r1257]  Artur Frysiak <wiget/at/pld-linux.org>
 
-       * geninitrd, geninitrd.8.xml: - added --with-insmod-static to allow
+       * geninitrd.8.xml, geninitrd: - added --with-insmod-static to allow
          using /sbin/insmod.static if bsp internal insmod/insmod_ng is
          bugi - use DocBook XML 4.2 for man page - describe
          --with-insmod-static and Linux 2.5.x support - small
 
 2002-01-17 20:14 +0000 [r1224]  Tomasz Pala <gotar/at/pld-linux.org>
 
-       * geninitrd, geninitrd.8: - cosmetics.
+       * geninitrd.8, geninitrd: - cosmetics.
 
 2001-12-15 14:41 +0000 [r1223]  Paweł Gołaszewski <blues/at/pld-linux.org>
 
 
 2001-09-07 13:25 +0000 [r1215]  Artur Frysiak <wiget/at/pld-linux.org>
 
-       * Makefile, geninitrd: Use RCS Id as version number
+       * geninitrd, Makefile: Use RCS Id as version number
 
 2001-09-07 13:02 +0000 [r1214]  Artur Frysiak <wiget/at/pld-linux.org>
 
 
 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
+       * / (added), geninitrd (added), TODO (added), geninitrd.sysconfig
+         (added), geninitrd.8 (added), Makefile (added): Initial revision
 
This page took 0.157256 seconds and 4 git commands to generate.