]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - ChangeLog
Version 12639.
[projects/geninitrd.git] / ChangeLog
index ead0888d9db6a1b159cd4a201cd0badb3fa66f00..ddeb620b68797db561835bff26f2c032def66e67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,473 @@
+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
+         created devices. Add some device nodes.
+
+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.
+
+2013-03-18 11:08 +0000 [r12636]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * Makefile: Version 12635.
+
+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/
+         nodes are correct since recent udev versions leave inherited
+         permissions (thus invalid sometimes eg busybox mdev set /dev/null
+         mode to 660).
+
+2013-03-11 21:57 +0000 [r12631]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * TODO: add some todo items
+
+2013-03-01 11:09 +0000 [r12627]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-usbkbd.sh: Don't fail if driver module doesn't exist (we can
+         run geninitrd for old kernel while running some new kernel that
+         has new drivers).
+
+2013-02-05 16:02 +0000 [r12621]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: alias "debugrd" for "debuginitrd" some broken loaders
+         (i.e refind) parse "debuginitrd=sh" as if "initrd=sh" was passed
+         and then fail to load initrd image at all.
+
+2013-02-05 15:54 +0000 [r12620]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd, mod-multipath.sh: no deprecated egrep
+
+2013-02-05 15:50 +0000 [r12618-12619]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-udev.sh: when using mdev, verify busybox has it present
+
+       * geninitrd: run resume after killing initrd daemons
+
+2013-02-05 15:18 +0000 [r12617]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd.sysconfig: do not disable suspend in default config
+
+2013-01-04 20:33 +0000 [r12612]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd: libcrc32c (kernel 3.8+) needs some crc32 library but
+         it doesn't depend on it directly (since there are different
+         implementations like crc32c-intel or crc32c generic). Simulate
+         dependency for now.
+
+2012-09-17 13:22 +0000 [r12586]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: hook blkid call also after LVM init
+
+2012-09-17 12:45 +0000 [r12584]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: release 12582
+
+2012-09-17 12:32 +0000 [r12583]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: less noisy find_tool
+
+2012-09-17 12:22 +0000 [r12581-12582]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * mod-blkid.sh: do not overwrite $ROOT if blkid fails
+
+       * geninitrd: make internal variables visible when debuginitrd=sh
+
+2012-08-02 16:47 +0000 [r12575]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * geninitrd, mod-udev.sh: Always use mdev (when udev is not in
+         use).
+
+2012-07-05 09:54 +0000 [r12573]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * geninitrd: - add search paths to find_tool() so it will fall back
+         to standard, dynamically linked programs if those specified at
+         command invocation cannot be found
+
+2012-05-15 20:25 +0000 [r12567]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-scsi.sh: Add virio devices.
+
+2012-05-14 08:07 +0000 [r12566]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: fix verbose via -v -v
+
+2012-04-23 15:14 +0000 [r12559-12560]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd, tests/initramfs_switchroot.sh: initramfs switchroot:
+         use awk own function to convert hex to dec (currently dietlibc
+         built awk can't handle hex printf)
+
+       * TODO: update
+
+2012-04-23 08:04 +0000 [r12558]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * tests/initramfs_switchroot.sh, tests/partitions: - test for sda5
+
+2012-04-17 16:50 +0000 [r12552]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * functions: dm_subsystem: ignore dmsetup output if exit code is
+         not zero
+
+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
+         debug and verbose output
+
+2012-04-16 18:14 +0000 [r12549]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: found some explanation of numeric root= params (used
+         by lilo)
+
+2012-04-16 16:02 +0000 [r12548]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * functions: workaround for subsystem being empty on lvm2 2.02.72
+         on 2.6.16 kernel
+
+2012-04-16 15:34 +0000 [r12547]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: make it easy to save initrd debug output to file
+
+2012-04-16 12:45 +0000 [r12546]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * tests/initramfs_switchroot.sh, geninitrd: initramfs switchroot:
+         fix parsing `root=fe00`
+
+2012-04-16 10:51 +0000 [r12545]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * tests/initramfs_switchroot.sh, tests/partitions2 (added):
+         testcase for lilo dm-0 mount
+
+2012-04-16 09:03 +0000 [r12543-12544]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * geninitrd: show also /linuxrc in debug mode
+
+       * geninitrd: show /proc/partitions in debug mode from initrd build
+         time
+
+2012-04-16 08:54 +0000 [r12542]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * tests/initramfs_switchroot.sh: testcase for `root=0edc`
+         http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2012-April/155364.html
+
+2012-04-08 18:58 +0000 [r12541]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * mod-udev.sh: firmware udev binary is builtin in recent udev, so
+         make all these binaries optional.
+
+2012-03-30 16:31 +0000 [r12532]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * Makefile: Version 12531.
+
+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>
+
+       * mod-ide.sh, mod-scsi.sh, geninitrd: 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, geninitrd.sysconfig: 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>
+
+       * 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
+
+       * 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-sata.sh, mod-usbkbd.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
        * mod-usbkbd.sh (added): USB keyboard modules finding and loading
          at initrd level.
 
-       * Makefile, mod-sata.sh, geninitrd, functions: USB keyboard modules
+       * functions, Makefile, mod-sata.sh, geninitrd: USB keyboard modules
          finding and loading at initrd level.
 
 2011-10-15 07:38 +0000 [r12372]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
 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-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,
-         mod-bootsplash.sh, mod-depmod24.sh, mod-luks.sh, mod-suspend.sh:
-         each module their own rcsid var
+         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-blkid.sh, mod-nfs.sh, mod-sata.sh, mod-uvesafb.sh,
+       * 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,
-         mod-bootsplash.sh, mod-depmod24.sh, mod-luks.sh, mod-suspend.sh:
-         truncate the date to cut out locale formats
+         mod-fbsplash.sh, mod-udev.sh, mod-multipath.sh: truncate the date
+         to cut out locale formats
 
 2011-02-19 08:38 +0000 [r12167]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 
 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-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, mod-depmod24.sh,
-         mod-bootsplash.sh, mod-luks.sh, mod-suspend.sh: you need
-         svn:keywords on each file for those to get expanded
+         mod-udev.sh, mod-multipath.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>
 
 
 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
+       * functions, mod-ide.sh: 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-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.
+         functions, mod-blkid.sh, mod-nfs.sh, mod-sata.sh: Report RCSID
+         for loaded modules, too.
 
 2011-02-17 22:16 +0000 [r12159]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
 
 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
+       * 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>
 
 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
+       * tests/modules.pcimap-2.6.33.4-1 (added),
+         tests/find-module-by-pciclass.sh: - test possible lspci modes
 
 2010-10-20 21:12 +0000 [r11871]  shadzik <shadzik/at/pld-linux.org>
 
 
 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 (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
+         (added), tests/sysfs/bus/pci/devices/0000:00:1f.2 (added),
+         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): - lame test for sysfs
+         scanning for 0x0101 devices
 
 2010-10-20 20:42 +0000 [r11862]  shadzik <shadzik/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-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-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-udev.sh, mod-blkid.sh, mod-multipath.sh, mod-uvesafb.sh,
+         mod-condecor.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>
 
 2009-04-06 22:55 +0000 [r10320]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * geninitrd, geninitrd.sysconfig: - lzma/bzip/gzip compressors -
+       * geninitrd.sysconfig, geninitrd: - 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>
 
 2009-04-02 23:07 +0000 [r10293]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * Makefile, mod-uvesafb.sh (added), geninitrd: - uvesafb (v86d)
+       * geninitrd, Makefile, mod-uvesafb.sh (added): - uvesafb (v86d)
          modularized
 
 2009-04-02 22:59 +0000 [r10292]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 2009-04-02 22:52 +0000 [r10289-10290]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * Makefile, geninitrd: - condecor modularized
+       * geninitrd, Makefile: - condecor modularized
 
-       * Makefile, geninitrd, mod-fbsplash.sh (added): - fbsplash
+       * mod-fbsplash.sh (added), Makefile, geninitrd: - fbsplash
          modularized
 
 2009-04-02 22:44 +0000 [r10288]  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: - load tuxonice mod
 
-       * Makefile, geninitrd, mod-tuxonice.sh (added): - tuxonice
+       * geninitrd, mod-tuxonice.sh (added), Makefile: - tuxonice
          modularized
 
        * mod-udev.sh: - typo
 
 2009-04-02 22:18 +0000 [r10280]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * mod-blkid.sh, mod-multipath.sh, geninitrd, mod-luks.sh,
-         mod-lvm.sh, mod-dmraid.sh, mod-md.sh, mod-udev.sh: - setup
+       * 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
 
 2009-04-02 21:49 +0000 [r10279]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * Makefile, geninitrd, mod-udev.sh (added): - udev modularized
+       * mod-udev.sh (added), Makefile, geninitrd: - 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-blkid.sh, mod-lvm.sh, mod-md.sh: - quote pathnames in feature
+       * mod-lvm.sh, mod-md.sh, mod-blkid.sh: - quote pathnames in feature
          test
 
 2009-04-02 21:29 +0000 [r10275-10276]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 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>
 
 2008-12-10 15:34 +0000 [r10032]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * Makefile, geninitrd, mod-ide.sh (added): - modularize ide
+       * geninitrd, mod-ide.sh (added), Makefile: - modularize ide
          component
 
 2008-12-10 15:22 +0000 [r10031]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 2008-11-24 00:17 +0000 [r10003]  Elan Ruusamäe <glen/at/pld-linux.org>
 
-       * Makefile, geninitrd, mod-dmraid.sh (added): - modularize dmraid
+       * mod-dmraid.sh (added), Makefile, geninitrd: - modularize dmraid
 
 2008-11-18 15:03 +0000 [r10000]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 
        * functions: - fix flow
 
-       * geninitrd, functions: - nfsroot patch from wolverine
+       * functions, geninitrd: - nfsroot patch from wolverine
 
 2007-12-26 01:13 +0000 [r9161]  Elan Ruusamäe <glen/at/pld-linux.org>
 
 
        * functions: - correct comment
 
-       * geninitrd, functions: - find_root() will return lvm2 nodes in
+       * functions, geninitrd: - find_root() will return lvm2 nodes in
          form /dev/VG/LV
 
 2007-02-08 18:26 +0000 [r8241-8242]  Elan Ruusamäe <glen/at/pld-linux.org>
 
        * Makefile: - include functions in tarball
 
-       * geninitrd, functions: - allow setting prefix for function
+       * functions, geninitrd: - allow setting prefix for function
          messages via $PROGRAM global
 
 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.
 
 
 2004-01-30 21:53 +0000 [r3228]  Artur Frysiak <wiget/at/pld-linux.org>
 
-       * geninitrd, geninitrd.8.xml: - write usage message to stdin not
+       * geninitrd.8.xml, geninitrd: - write usage message to stdin not
          stderr - check version of LVM tools not LVM volumen format -
          added --lvmversion options
 
 
 2003-12-25 18:24 +0000 [r3074]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-       * geninitrd, geninitrd.8.xml: Use insmod instead of insmod_ng for
+       * geninitrd.8.xml, geninitrd: Use insmod instead of insmod_ng for
          2.6 kernels, too. Fix docummentation to describe that.
 
 2003-10-02 20:34 +0000 [r1403]  Artur Frysiak <wiget/at/pld-linux.org>
 
 2000-12-15 16:05 +0000 [r1170]  Michał Moskal <malekith/at/pld-linux.org>
 
-       * geninitrd, geninitrd.sysconfig: Updated to use bsp.
+       * geninitrd.sysconfig, geninitrd: Updated to use bsp.
 
 2000-12-06 19:36 +0000 [r1168-1169]  kloczek <kloczek/at/pld-linux.org>
 
 
 2000-11-14 14:19 +0000 [r1156]  Artur Frysiak <wiget/at/pld-linux.org>
 
-       * geninitrd, geninitrd.8: - added cramfs support (untested)
+       * geninitrd.8, geninitrd: - added cramfs support (untested)
 
 2000-11-14 13:33 +0000 [r1155]  Artur Frysiak <wiget/at/pld-linux.org>
 
This page took 0.10679 seconds and 4 git commands to generate.