[projects/geninitrd] don't track ChangeLog
draenog
draenog at pld-linux.org
Sat Nov 2 23:58:26 CET 2013
commit 281cd555db119cd089d1b77a22d61185b3d6e25b
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Sat Nov 2 23:54:04 2013 +0100
don't track ChangeLog
It is generated from scratch during every release process so there is no
sense to track it in git.
.gitignore | 1 +
ChangeLog | 4121 ------------------------------------------------------------
2 files changed, 1 insertion(+), 4121 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f82e7d3..b4057c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
+ChangeLog
geninitrd-*.tar.gz
geninitrd.8
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index d28dc4d..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,4121 +0,0 @@
-2013-05-30 23:14 +0000 [r12685] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: umount_all: try to move pseudo filesystems to newroot
- if possible thus preserving the mounts
-
-2013-04-25 07:20 +0000 [r12655] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * functions: Load ehci_platform, too. Load xhci as last (follow
- dracut way).
-
-2013-04-25 07:02 +0000 [r12654] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * functions: Handle ehci_pci module, too (this whole function is
- crap).
-
-2013-04-23 12:18 +0000 [r12653] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Load virtio_pci and virtio_mmio bus drivers when
- virtio_blk or virtio_scsi is requested.
-
-2013-04-13 22:09 +0000 [r12652] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: debuginitrd: Show proc partitions if our awk magic
- fails.
-
-2013-04-13 21:57 +0000 [r12651] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Show last 20 dmesg lines just before switch_root when
- using debuginitrd.
-
-2013-03-28 12:34 +0000 [r12642] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * mod-suspend.sh: Warn if 'resume device' option doesn't exist in
- /etc/suspend.conf.
-
-2013-03-21 07:53 +0000 [r12640] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * Makefile: Version 12639.
-
-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>
-
- * geninitrd, mod-lvm.sh, mod-md.sh, mod-nfs.sh, mod-suspend.sh,
- mod-uvesafb.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>
-
- * geninitrd, mod-udev.sh: 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>
-
- * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
- mod-fbsplash.sh, mod-ide.sh, mod-luks.sh, mod-lvm.sh, mod-md.sh,
- mod-multipath.sh, mod-nfs.sh, mod-sata.sh, mod-scsi.sh,
- mod-suspend.sh, mod-udev.sh, mod-usbkbd.sh, mod-uvesafb.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>
-
- * geninitrd, tests/initramfs_switchroot.sh: 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>
-
- * geninitrd, tests/initramfs_switchroot.sh: 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, 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, mod-udev.sh, udev-rules (added),
- udev-rules/01-ignore.rules (added), udev-rules/11-dm.rules
- (added), udev-rules/59-persistent-storage.rules (added),
- udev-rules/61-persistent-storage.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
- 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.
-
- * Makefile, functions, geninitrd, 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>
-
- * geninitrd, mod-uvesafb.sh: 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>
-
- * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
- mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh, mod-ide.sh,
- mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh, mod-nfs.sh,
- mod-sata.sh, mod-scsi.sh, mod-suspend.sh, mod-tuxonice.sh,
- mod-udev.sh, mod-uvesafb.sh: each module their own rcsid var
-
-2011-02-19 13:53 +0000 [r12168] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
- mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh, mod-ide.sh,
- mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh, mod-nfs.sh,
- mod-sata.sh, mod-scsi.sh, mod-suspend.sh, mod-tuxonice.sh,
- mod-udev.sh, mod-uvesafb.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-bootsplash.sh, mod-condecor.sh,
- mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh, mod-ide.sh,
- mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh, mod-nfs.sh,
- mod-sata.sh, mod-scsi.sh, mod-suspend.sh, mod-tuxonice.sh,
- mod-udev.sh, mod-uvesafb.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>
-
- * functions, mod-ide.sh: Revert, this wasn't meant to be in
- previous commit.
-
- * functions, geninitrd, mod-blkid.sh, mod-bootsplash.sh,
- mod-condecor.sh, mod-depmod24.sh, mod-dmraid.sh, mod-fbsplash.sh,
- mod-ide.sh, mod-luks.sh, mod-lvm.sh, mod-md.sh, mod-multipath.sh,
- mod-nfs.sh, mod-sata.sh, mod-scsi.sh, mod-suspend.sh,
- mod-tuxonice.sh, mod-udev.sh, mod-uvesafb.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>
-
- * geninitrd, mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh,
- mod-dmraid.sh, mod-fbsplash.sh, mod-luks.sh, mod-lvm.sh,
- mod-md.sh, mod-multipath.sh, mod-nfs.sh, mod-suspend.sh,
- mod-tuxonice.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>
-
- * functions, geninitrd: 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] shadzik <shadzik/at/pld-linux.org>
-
- * mod-sata.sh: - 15:36 < arekm> bs: ! -z == -n
-
-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] shadzik <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] 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] shadzik <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] shadzik <shadzik/at/pld-linux.org>
-
- * geninitrd: - missing local
-
-2010-10-20 20:53 +0000 [r11866] shadzik <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] shadzik <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/find-module-by-pciclass.sh (added), tests/sysfs (added),
- tests/sysfs/bus (added), tests/sysfs/bus/pci (added),
- tests/sysfs/bus/pci/devices (added),
- tests/sysfs/bus/pci/devices/0000:00:1f.1 (added),
- tests/sysfs/bus/pci/devices/0000:00:1f.1/class (added),
- tests/sysfs/bus/pci/devices/0000:00:1f.1/driver (added),
- tests/sysfs/bus/pci/devices/0000:00:1f.2 (added),
- tests/sysfs/bus/pci/devices/0000:00:1f.2/class (added),
- tests/sysfs/bus/pci/devices/0000:00:1f.2/driver (added): - lame
- test for sysfs scanning for 0x0101 devices
-
-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
- test base
-
-2010-10-20 17:07 +0000 [r11860] shadzik <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] shadzik <shadzik/at/pld-linux.org>
-
- * mod-xata.sh: - check for lspci
-
-2010-10-20 16:59 +0000 [r11858] shadzik <shadzik/at/pld-linux.org>
-
- * 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] 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] shadzik <shadzik/at/pld-linux.org>
-
- * geninitrd: - this should be done in an other way, arekm says
-
-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] shadzik <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>
-
- * 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>
-
- * 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>
-
- * mod-lvm.sh, tests (added), tests/lvmroot.sh (added): - 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
-
-2009-08-15 21:22 +0000 [r10483] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * mod-lvm.sh: - create urandom device on initrd; - mount sysfs for
- lvm.static
-
-2009-08-15 09:04 +0000 [r10481] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - check if proc is mounted before setting up mods,
- otherwise geninitrd will complain about not being able to
- determine lvm version
-
-2009-08-11 12:21 +0000 [r10470-10471] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * Makefile: - 10000.15
-
- * mod-uvesafb.sh: - fix uvesafb module detection
-
-2009-08-10 19:54 +0000 [r10467-10468] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - fix revision expand
-
- * geninitrd: - use Revision and Date
-
-2009-07-16 12:37 +0000 [r10418] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-lvm.sh: - use only lvm2-initrd package tools.
-
-2009-07-01 21:33 +0000 [r10414-10415] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 10000.14
-
- * mod-multipath.sh: - we like tabs
-
-2009-07-01 12:10 +0000 [r10413] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-multipath.sh: - process hwhandler in newer multipath tools
- manner
-
-2009-07-01 11:47 +0000 [r10412] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, mod-multipath.sh: - add --with-multipath=DEVPATH
- support
-
-2009-07-01 08:44 +0000 [r10411] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd.sysconfig: - usb keyboard modules sample
-
-2009-07-01 07:43 +0000 [r10410] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-multipath.sh: - better error message for dm export failure
-
-2009-07-01 04:22 +0000 [r10406] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - ramdisk size should be calculated on (at least)
- unpacked directory
-
-2009-07-01 04:10 +0000 [r10403] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - release 10000.13
-
-2009-06-17 20:45 +0000 [r10395-10396] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-multipath.sh: - uups. remove foced devpaths
-
- * mod-multipath.sh: - update to parse
- multipath-tools-0.4.8-9.x86_64 output and handle
- udev-core-141-1.x86_64
-
-2009-05-11 06:04 +0000 [r10357] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-tuxonice.sh: - emes said docs say echo 1 should be used
-
-2009-05-10 13:05 +0000 [r10355] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - release 10000.12
-
-2009-05-03 17:56 +0000 [r10353] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - prefer versioned firmware first
-
-2009-05-03 08:30 +0000 [r10350] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
-
- * geninitrd: - /lib/firmware/`uname -r`/ files support
-
-2009-04-28 11:50 +0000 [r10340] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - full path for compressor for -x test
-
-2009-04-28 07:01 +0000 [r10339] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-bootsplash.sh, mod-condecor.sh, mod-fbsplash.sh: - cosmetics
- and setup like other mods
-
-2009-04-27 09:43 +0000 [r10337] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-blkid.sh, mod-bootsplash.sh, mod-condecor.sh, mod-dmraid.sh,
- mod-fbsplash.sh, mod-luks.sh, mod-lvm.sh, mod-md.sh,
- mod-multipath.sh, mod-suspend.sh, mod-tuxonice.sh, mod-udev.sh,
- mod-uvesafb.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, mod-md.sh: - drop USERAIDSTART (autodetected)
-
-2009-04-16 00:30 +0000 [r10329] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - ver 10000.11
-
-2009-04-12 04:17 +0000 [r10326] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-lvm.sh: - check LVM tools version only if lvm is enabled.
- lp#359718
-
-2009-04-07 16:05 +0000 [r10324] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - just in case quote init args
-
-2009-04-07 15:59 +0000 [r10323] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - pass kernel cmd line args to init (found by baggins)
-
-2009-04-06 22:55 +0000 [r10320] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, geninitrd.sysconfig: - 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>
-
- * geninitrd: - allow non-root to see usage
-
-2009-04-06 22:00 +0000 [r10318] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - System.map symbols
-
-2009-04-06 21:50 +0000 [r10317] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - correct
-
-2009-04-06 15:11 +0000 [r10314] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-condecor.sh (added): - add missing file
-
-2009-04-06 15:05 +0000 [r10312] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - new release supporting %{_libdir}/initrd
-
-2009-04-06 13:24 +0000 [r10311] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-uvesafb.sh: - find v86d from initrd dir
-
-2009-04-03 08:45 +0000 [r10303] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - simplified obsolete --fs* options handling
-
-2009-04-03 07:06 +0000 [r10301] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - lzma/bzip2 compress methods todo
-
-2009-04-02 23:36 +0000 [r10300] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-suspend.sh: - support resume from initrd_dir
-
-2009-04-02 23:32 +0000 [r10297-10299] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - verbosity
-
- * mod-suspend.sh: - verbosity
-
- * mod-nfs.sh: - fix nfsroot detection
-
-2009-04-02 23:21 +0000 [r10295-10296] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - fix make install
-
- * Makefile, geninitrd, mod-scsi.sh (added): - scsi modularized
-
-2009-04-02 23:13 +0000 [r10294] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd, mod-nfs.sh (added): - nfs modularized
-
-2009-04-02 23:07 +0000 [r10293] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd, mod-uvesafb.sh (added): - uvesafb (v86d)
- modularized
-
-2009-04-02 22:59 +0000 [r10292] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - formatting cosmetics
-
-2009-04-02 22:56 +0000 [r10291] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd, mod-bootsplash.sh (added): - bootsplash
- modularized
-
-2009-04-02 22:52 +0000 [r10289-10290] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd: - condecor modularized
-
- * Makefile, geninitrd, mod-fbsplash.sh (added): - fbsplash
- modularized
-
-2009-04-02 22:44 +0000 [r10288] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - shorten MODS definition
-
-2009-04-02 22:39 +0000 [r10285-10287] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - load suspend module
-
- * Makefile, geninitrd, mod-suspend.sh (added): - suspend
- modularized
-
- * geninitrd.8.xml: - update manual with --initrdfs argument
-
-2009-04-02 22:32 +0000 [r10282-10284] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - load tuxonice mod
-
- * Makefile, geninitrd, mod-tuxonice.sh (added): - tuxonice
- modularized
-
- * mod-udev.sh: - typo
-
-2009-04-02 22:24 +0000 [r10281] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cosmetics, deprecated options are now fatal
-
-2009-04-02 22:18 +0000 [r10280] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, mod-blkid.sh, mod-dmraid.sh, mod-luks.sh, mod-lvm.sh,
- mod-md.sh, mod-multipath.sh, mod-udev.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
-
-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
- test
-
-2009-04-02 21:29 +0000 [r10275-10276] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, mod-dmraid.sh: - USE_DMRAID moved to dmraid module
-
- * Makefile, geninitrd, mod-blkid.sh (added): - blkid modularized
-
-2009-04-02 21:19 +0000 [r10274] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, mod-dmraid.sh, mod-luks.sh, mod-lvm.sh, mod-md.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
-
-2009-03-23 00:18 +0000 [r10231-10232] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-md.sh: - USEMDADMSTATIC unused
-
- * mod-md.sh (added): - modularize mdadm
-
-2009-03-23 00:14 +0000 [r10230] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd: - modularize mdadm
-
-2009-03-22 14:33 +0000 [r10229] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: Sometime mdadm --detail are better that mdadm
- --examine (eg. LVM on arrays with custom names) (#:~) mdadm
- --examine --scan --brief -v --config=/etc/mdadm.conf ARRAY
- /dev/md/s250 level=raid1 metadata=1.1 num-devices=2
- UUID=7a2ccca1:079b02b3:4a413594:fcda5731 name=s250
- devices=/dev/sda2 (#:~) mdadm --detail --scan --brief -v
- --config=/etc/mdadm.conf ARRAY /dev/md127 level=raid1
- num-devices=2 metadata=1.01 name=s250
- UUID=7a2ccca1:079b02b3:4a413594:fcda5731 devices=/dev/sda2
-
-2009-03-19 11:42 +0000 [r10219] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
-
- * geninitrd.sysconfig: - added BOOT_SPLASH option
-
-2009-03-18 22:10 +0000 [r10217] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-luks.sh: - fixed path (be consistent)
-
-2009-03-16 11:38 +0000 [r10215] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-lvm.sh: - shorter lvm version detect
-
-2009-03-09 23:15 +0000 [r10187] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 10000.3
-
-2009-03-03 12:34 +0000 [r10171] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - remove manual pluto,fcal -> fc4+soc module
- dependency (they're present since initial import 8 years ago,
- likely some ugly hack)
-
-2009-03-03 10:35 +0000 [r10169-10170] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-dmraid.sh, mod-ide.sh, mod-luks.sh, mod-lvm.sh,
- mod-multipath.sh: - findmodule -> find_module - pack_version ->
- kernel_version
-
- * geninitrd: - fix die() stderr redirection - simplify find_depmod
- by using only modprobe - skip errors logic moved to find_depmod
- from findmodule - rename findmodule -> find_module for
- consistency
-
-2009-03-03 10:05 +0000 [r10167-10168] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - support for generating images on running 2.4 kernel
- for 2.6 kernel
-
- * geninitrd: - pack_version -> kernel_version to avoid confusion
- what the variable is
-
-2009-03-03 09:43 +0000 [r10166] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-depmod24.sh (added): - old depmod finding code from
- geninitrd at 9271
-
-2009-03-03 09:32 +0000 [r10165] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd: - 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>
-
- * Makefile: - 10000.2, package mod-lvm.sh
-
-2009-03-02 15:43 +0000 [r10160] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - update
-
-2009-02-27 17:29 +0000 [r10157] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-lvm.sh: - use vgs/lvs
-
-2009-02-27 17:25 +0000 [r10156] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, mod-multipath.sh: - dm_export is internal to
- mod-multipath - dm_deps unused2H
-
-2009-02-27 17:19 +0000 [r10154] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - no modules are to be found from directories
-
-2009-02-27 17:14 +0000 [r10153] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, mod-lvm.sh (added): - modularize lvm
-
-2009-02-27 16:58 +0000 [r10152] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - handle LVM PV consisting colon in path:
- /dev/block/104:2
-
-2009-02-27 16:45 +0000 [r10151] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * mod-luks.sh: - skip is_luks if USE_LUKS is disabled - full path
- to cryptsetup
-
-2009-02-27 15:38 +0000 [r10148] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - display geninitrd version in verbose mode
-
-2009-02-25 15:05 +0000 [r10147] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * geninitrd: - revert last commit, udev-initrd works now
-
-2009-02-22 22:22 +0000 [r10145] Patryk Zawadzki <patrys/at/pld-linux.org>
-
- * geninitrd: - use regular udev, not its broken cousin (fixed 180
- sec hang during boot)
-
-2009-02-19 10:29 +0000 [r10131] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.sysconfig: udev on initrd is too broken
-
-2009-02-17 08:44 +0000 [r10126] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - take only insmod lines, ignore install lines when
- processing module dependencies, thus effectively ignoring
- modprobe extra configs ...
- http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg22351.html
-
-2009-02-11 07:12 +0000 [r10118] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - do not accept -1 for min/maj of dev nodes
-
-2009-02-10 10:13 +0000 [r10117] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * mod-ide.sh: - ide-gd_mod not ide-gd_disk
-
-2009-02-10 10:05 +0000 [r10116] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * mod-ide.sh: ide-disk is ide-gd_disk in newer kernels
-
-2008-12-10 15:39 +0000 [r10033] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - show minimum ramdisk_size one could use for produced
- image :), just for statistics
-
-2008-12-10 15:34 +0000 [r10032] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd, mod-ide.sh (added): - modularize ide
- component
-
-2008-12-10 15:22 +0000 [r10031] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - more specific /dev/hd* match (according to dev-3.4-1
- /dev/hda[a-l] are used) to avoid /dev/hdoc being recognized as
- IDE not LVM
-
-2008-11-29 19:23 +0000 [r10013] Paweł Zuzelski <pawelz/at/pld-linux.org>
-
- * geninitrd: - fixed parsing of lvmtoolsversion argument
-
-2008-11-24 00:22 +0000 [r10005] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cosmetics
-
-2008-11-24 00:17 +0000 [r10003] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd, mod-dmraid.sh (added): - modularize dmraid
-
-2008-11-18 15:03 +0000 [r10000] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - release 10000 ;)
-
-2008-11-16 19:33 +0000 [r9995] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile, geninitrd, mod-multipath.sh (added): - multipath as mod
-
-2008-11-16 19:19 +0000 [r9994] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - silence errors from modinfo, as we will fallback to
- aliases lookup
-
-2008-11-16 19:06 +0000 [r9993] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - kill udevd as last, so cryptsetup doesn't get
- timeouts
-
-2008-11-16 18:22 +0000 [r9992] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - uclibc linked udev needs it's libs from
- /usr/%{_target_cpu}-linux-uclibc/lib
-
-2008-11-13 17:24 +0000 [r9990] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Update for new way to call udev trigger and settle.
-
-2008-11-12 23:44 +0000 [r9986-9987] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.17 release
-
- * Makefile, geninitrd, mod-luks.sh (added): - put cryptsetup luks
- related files into separate file
-
-2008-11-12 23:07 +0000 [r9984] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cleanup: do not need LUKSNAME to pass around
-
-2008-11-12 21:24 +0000 [r9983] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - luks: add keyfile sypport - luks: process lukstab by
- device name not LUKSNAME as these might not match - luks: load
- aes and cbc modules
-
-2008-11-12 20:55 +0000 [r9982] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - move ramfs rootdev finding and mounting to
- initrd_gen_initramfs_switchroot function
-
-2008-11-10 10:26 +0000 [r9981] Paweł Sikora <pluto/at/pld-linux.org>
-
- * geninitrd: - do not touch linux-vdso gate.
-
-2008-11-10 02:36 +0000 [r9979] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - use /bin/cryptsetup on initrd
-
-2008-11-10 01:25 +0000 [r9977-9978] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - find_depmod: if module is not present, look into
- aliases (can be aliases from modules themselves or
- modprobe.conf): $ modprobe -c --set-version 2.6.25.18-1 | awk
- -vm=aes '$1 == "alias" && $2 == m { print $3 }' aes_generic,
- aes_i586, padlock_aes
-
- * geninitrd: - modprobe.conf for target, not current kernel
-
-2008-11-10 01:04 +0000 [r9975-9976] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add cryptsetup luks support on rootfs
-
- * geninitrd: - use inst_exec when installing executables
-
-2008-10-23 22:22 +0000 [r9914] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - blah, no changelog update for release?
-
-2008-10-23 21:56 +0000 [r9913] Paweł Kwiatkowski <qwiat/at/pld-linux.org>
-
- * Makefile: - 9000.16
-
-2008-09-05 21:48 +0000 [r9867] Patryk Zawadzki <patrys/at/pld-linux.org>
-
- * changelog.sh: - current changelog - find CVSROOT in ~/rpm
-
-2008-09-05 21:42 +0000 [r9865] Patryk Zawadzki <patrys/at/pld-linux.org>
-
- * geninitrd: - create device directory if needed - patch from Paweł
- Kwiatkowski (qwiat)
-
-2008-08-07 06:58 +0000 [r9858] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * geninitrd: - don't duplicate "WARNING", use warn()
-
-2008-08-07 06:38 +0000 [r9857] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - inst() already handles $DESTDIR
-
-2008-08-06 23:37 +0000 [r9856] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - avoid WARNING: ERROR: prefixes
-
-2008-08-06 08:51 +0000 [r9853-9854] Marcin Król <hawk/at/pld-linux.org>
-
- * Makefile: - 9000.15
-
- * geninitrd: - /dev/rd -> /dev/rd/, /dev/ida -> /dev/ida/, fixes
- initrd generation on these arrays (they were treated as LVM)
-
-2008-07-18 19:09 +0000 [r9848] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Use xargs when finding devices in mdadm.conf. Will
- avoid finding 'partitions ' (with space).
-
-2008-07-15 12:27 +0000 [r9843] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Lilo always passes root=XYZ where XYZ is major/minor
- of the device. In lvm case this is useless. We use hardcoded
- ROOTDEV then unless user specifies own root=/some/cool/device
- from cmdline (and not from lilo).
-
-2008-07-15 08:27 +0000 [r9842] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Always force firmware install.
-
-2008-07-05 22:06 +0000 [r9840] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * Makefile, geninitrd: inst_d already handles destdir.
-
-2008-07-05 20:27 +0000 [r9839] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * geninitrd: - don't try to put devices that are in directories
- into main /dev directory. WARNING - it can break some strange
- setups but is needed for hardware raid like cciss.
-
-2008-07-05 10:45 +0000 [r9836] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * Makefile, TODO, geninitrd: 9000.13; firmware in subdir support,
- DESTDIR fix.
-
-2008-07-05 10:39 +0000 [r9835] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * TODO: New entry (firmware in subdirs handling).
-
-2008-07-05 10:36 +0000 [r9833-9834] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * Makefile: Updated procedure and version.
-
- * RELEASE: Updated procedure and version.
-
-2008-06-25 15:56 +0000 [r9823] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - splash_geninitramfs_bin used to be in /usr/bin,
- support it
-
-2008-06-05 10:46 +0000 [r9795] Arkadiusz Miśkiewicz <arekm/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] shadzik <shadzik/at/pld-linux.org>
-
- * geninitrd: - glen!! bootsplash doesn't require initramfs, i had
- it on romfs until you broke geninitrd :/ - fixed
-
-2008-05-26 20:06 +0000 [r9779] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - revert r9775 - /usr/sbin/splash_geninitrams is a
- proper path for splashutils at HEAD (thx glen)
-
-2008-05-26 19:36 +0000 [r9778] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - undo bad commit from r9776
-
-2008-05-26 18:58 +0000 [r9775-9777] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - small optimization - less add_linuxrc() calls in
- initrd_gen_nfs()
-
- * geninitrd: - some basic idea on modular uvesafb support, needs
- some parameters (can be passed through /etc/modprobe.conf)
-
- * geninitrd: - proper path to splash_geninitramfs in
- initrd_gen_fbcondecor()
-
-2008-05-26 17:43 +0000 [r9772] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.11
-
-2008-05-26 16:53 +0000 [r9771] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - typos
-
-2008-05-24 11:01 +0000 [r9766] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.10
-
-2008-05-14 19:03 +0000 [r9754] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - safer code for grabbing vg for resume
-
-2008-05-14 18:58 +0000 [r9752-9753] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - some nodes could be already in /dev, ie resume_dev
-
- * geninitrd: - simple code to avoid activating VG twice
-
-2008-05-14 18:53 +0000 [r9751] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - code changes to allow resume dev from lvm.
-
-2008-05-14 17:57 +0000 [r9750] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - notify if lvm2 is not present - copy resume dev with
- complete path
-
-2008-05-14 17:38 +0000 [r9749] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - allow disabling resume by running resume only if
- kernel commandline arg is present
-
-2008-05-01 13:00 +0000 [r9743] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - fix pdkshism, bug 146
-
-2008-04-27 21:58 +0000 [r9736] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.9
-
-2008-04-27 00:12 +0000 [r9727] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, geninitrd.sysconfig: - config to load framebuffer
- device module
-
-2008-04-26 19:17 +0000 [r9726] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - disable splashes early if initramfs is not used
-
-2008-04-22 15:19 +0000 [r9717] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add --with-fbcondecor - let different different
- splashes and suspend be added to initrd. results are unexpected
- but all is possible
-
-2008-04-22 14:41 +0000 [r9716] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - let splash_geninitramfs be in /usr/sbin too
-
-2008-04-09 21:45 +0000 [r9709] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - just use $resume var to avoid confusion with
- tuxonice/suspend2
-
-2008-04-09 21:36 +0000 [r9708] Kacper Kornet <draenog/at/pld-linux.org>
-
- * geninitrd: - kernels with tuxonice use option resume
-
-2008-04-02 14:14 +0000 [r9691] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.8
-
-2008-04-02 11:53 +0000 [r9690] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - Look up one device that matches the search parameter
- with blkid
-
-2008-03-23 17:39 +0000 [r9656] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - fix setdhcp script generation (only the second part
- was used)
-
-2008-03-22 22:44 +0000 [r9650] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - /proc is known to exist, no need to mkdir it once
- more in initrd_gen_nfs
-
-2008-03-11 22:56 +0000 [r9599-9600] Marcin Król <hawk/at/pld-linux.org>
-
- * Makefile: - release 9000.7
-
- * geninitrd: - default /boot/initrd is a symlink to
- /boot/initrd-kernelversion.gz, prevent killing this symlink with
- mv by changing destination file to symlink target
-
-2008-03-11 21:56 +0000 [r9596] Marcin Król <hawk/at/pld-linux.org>
-
- * geninitrd: - fixed creating udevsettle and udevtrigger symlinks
-
-2008-03-11 14:26 +0000 [r9587] Marcin Król <hawk/at/pld-linux.org>
-
- * Makefile: - 9000.6
-
-2008-03-11 11:18 +0000 [r9586] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - shorter symlinks
-
-2008-03-11 09:57 +0000 [r9585] Marcin Król <hawk/at/pld-linux.org>
-
- * geninitrd: - killed PROBESTATICMODULES variable, we should always
- populate /dev using udevsettle and udevtrigger same way we do in
- our rc.sysinit, otherwise nodes for devices initiated before
- starting udevd will not be created at all and system will not
- boot
-
-2008-03-10 23:32 +0000 [r9581-9582] Marcin Król <hawk/at/pld-linux.org>
-
- * geninitrd: - /sbin/udevadm must be included in initrd if
- PROBESTATICMODULES=yes
-
- * geninitrd: - typo
-
-2008-03-03 21:46 +0000 [r9561] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: debuginitrd for lvm.
-
-2008-03-02 21:21 +0000 [r9559] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: debugshell is potential security weakness so make it
- dependant on sysconfig/system:RUN_SULOGIN_ON_ERR
-
-2008-03-02 21:14 +0000 [r9557] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Always tell what type of image is being generated.
-
-2008-02-12 19:44 +0000 [r9312-9315] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.5
-
- * geninitrd: - pass kernelversion to modinfo
-
- * geninitrd: - code cosmetics
-
-2008-02-09 18:53 +0000 [r9272] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - drop old code, optimize modules_add_linuxrc with
- shell code
-
-2008-02-09 18:37 +0000 [r9271] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: FIXME: support DEVICE partitions for mdadm
-
-2008-02-09 18:21 +0000 [r9265-9267] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.4
-
- * geninitrd: - do not treat module options as another module. bug
- #102
-
- * geninitrd: - fix output formatting
-
-2008-02-08 20:35 +0000 [r9250] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.3
-
-2008-02-08 20:12 +0000 [r9249] Arkadiusz Patyk <areq/at/pld-linux.org>
-
- * geninitrd: - typo in /dev/cciss/
-
-2008-01-28 22:51 +0000 [r9208] Andrzej Dopierała <undefine/at/pld-linux.org>
-
- * geninitrd: - use blkid by default when blkid binary detected
-
-2008-01-28 10:12 +0000 [r9205-9206] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - rename initrd_gen_procdata->initrd_gen_setrootdev
-
- * geninitrd: - small optimize for root=
-
-2008-01-28 00:27 +0000 [r9204] Andrzej Dopierała <undefine/at/pld-linux.org>
-
- * geninitrd: - parse CMDLINE for root=something once and put it
- into ROOT - when blkid is used and in ROOT is something like UUID
- or LABEL - put into ROOT real device (detected by blkid)
-
-2008-01-27 22:08 +0000 [r9203] Andrzej Dopierała <undefine/at/pld-linux.org>
-
- * geninitrd: - fixed indentation
-
-2008-01-27 13:37 +0000 [r9202] Andrzej Dopierała <undefine/at/pld-linux.org>
-
- * geninitrd: - --with-blkid support to allow use
- root=LABEL=somewhere - disabled by default
-
-2008-01-20 05:44 +0000 [r9188] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - nfs root patch from wolvverine, with spelling fixes
-
-2008-01-19 19:49 +0000 [r9184-9186] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.2 would be next version
-
- * functions: - fix flow
-
- * functions, geninitrd: - nfsroot patch from wolverine
-
-2007-12-26 01:13 +0000 [r9161] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - find_depmod() implemented using modprobe info -
- shell constructs where possible
-
-2007-11-29 07:56 +0000 [r9123] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * make-tag.sh: - take version from Makefile
-
-2007-11-28 21:40 +0000 [r9119-9120] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - 9000.1
-
- * RELEASE: - version is now manual
-
-2007-11-27 17:12 +0000 [r9109-9110] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - seems like /proc is mounted with initramfs 2.6.22.14
- kernel (could someone clarify this with lkml or other link?)
-
- * geninitrd: - need root to access files and make /dev nodes on
- initrd
-
-2007-11-26 18:09 +0000 [r9095] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - reuse $CMDLINE
-
-2007-11-19 18:07 +0000 [r9071] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - optional features like suspend and flash conflicts
- aren't fatal. #70
-
-2007-11-19 18:02 +0000 [r9070] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - typo
-
-2007-11-19 17:02 +0000 [r9069] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - gensplash also requires initramfs - made both
- splashes more standalone (moved their stuff together)
-
-2007-11-18 12:33 +0000 [r9066] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - typo
-
-2007-11-14 14:24 +0000 [r9054] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - mpath bindings moved to /etc/multipath/bindings
-
-2007-11-14 00:49 +0000 [r9051] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - perhaps better messages from lvm on initrd
-
-2007-11-13 23:56 +0000 [r9049] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - can extract WWID directly from DM_UUID, no need to
- solve deps
-
-2007-11-13 23:48 +0000 [r9047] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - allow using user_friendly_names in multipath.conf
- and still use wwid in initrd - mpath_wwid= option can override
- mpath wwwid to activate in initrd
-
-2007-11-13 22:01 +0000 [r9044] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - MULTIPATH_ID -> MULTIPATH_WWID
-
-2007-11-13 18:51 +0000 [r9042] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - suffix dm-multipath partitions with pN - allow wwid=
- kernel commandline parameter to specify which multipath wwid to
- activate
-
-2007-11-13 16:22 +0000 [r9041] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - parse root=/dev/sys/rootfs from kernel commandline
- for lvm2
-
-2007-11-07 13:08 +0000 [r9011] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Don't duplicate program name prefix.
-
-2007-11-07 12:08 +0000 [r9009-9010] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Mention where root= option is to be found.
-
- * geninitrd: msg->warn. Little tweaks.
-
-2007-11-07 11:55 +0000 [r9008] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Introduce msg() for messages. Use everywhere.
-
-2007-11-06 13:06 +0000 [r9003] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - skip pointless another temporary dir - beautify
- debug messages - avoid race for initrd compression
-
-2007-11-06 02:10 +0000 [r9002] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: - new manual versioning schema
-
-2007-11-06 02:00 +0000 [r8999-9000] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - typo
-
- * geninitrd: - use $DESTDIR, as it's more common - always create
- /var/lib/multipath/bindings file for dm-multipath
-
-2007-11-06 01:35 +0000 [r8997-8998] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - well update inst_exec() too then to follow adamg
-
- * geninitrd: - use "read" to get line for /proc files
-
-2007-11-06 01:22 +0000 [r8995-8996] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - cleanup (kill pointless and done things)
-
- * lvm.todo (removed): - outdated (implemented)
-
-2007-11-05 21:09 +0000 [r8994] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - check for /boot mount (is this ppc compatible?)
-
-2007-11-05 21:05 +0000 [r8993] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - move functions start of the script
-
-2007-11-05 08:15 +0000 [r8990] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - less deeper conditions
-
-2007-11-04 20:46 +0000 [r8985] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * TODO, geninitrd: Unbreak softraid detection.
-
-2007-11-03 15:41 +0000 [r8983] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - bug found
-
-2007-11-03 14:34 +0000 [r8980] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - create /proc, /sys, /etc only once
-
-2007-11-03 14:29 +0000 [r8979] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - proper usage for inst() and inst_d() functions
-
-2007-11-03 14:26 +0000 [r8978] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - call mount_proc only once
-
-2007-11-02 18:59 +0000 [r8973] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - leave rcs id for generated linuxrc
-
-2007-11-02 17:58 +0000 [r8971] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - avoid packing initramfs twice for fbsplash, now
- symlinks are preserved too
-
-2007-11-02 17:16 +0000 [r8969] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - splash generations moved to function - create only
- /init on initramfs due need to keep pid=1
-
-2007-11-02 01:02 +0000 [r8956] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - another fix to avoid lvdisplay failure to kill
- /linuxrc
-
-2007-11-01 22:49 +0000 [r8952] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - parse CMDINE using shell constructs
-
-2007-11-01 17:30 +0000 [r8951] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - more information why lvdisplay failed to resolve lvm
- name
-
-2007-11-01 03:02 +0000 [r8943] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - typo
-
-2007-11-01 02:21 +0000 [r8936] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - one more lvm.static - give admin chance to figure
- out problem at initrd
-
-2007-10-31 18:10 +0000 [r8917] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - lvm needs to be called lvm.static otherwise it will
- re-execute itself via /sbin/lvm
-
-2007-10-31 17:44 +0000 [r8916] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - avoid lvdisplay errors killing whole /linuxrc
-
-2007-10-30 21:45 +0000 [r8908] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - debugshell before final unmount and initrd exit
-
-2007-10-30 21:25 +0000 [r8907] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - new functions: mount_{dev,sys,proc,tmp} to mount
- those filesystems and use them
-
-2007-10-30 20:51 +0000 [r8906] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - rpm -E is unreliable as it requires rpm-build macros
- present - use $_lib when installing with inst_exec()
-
-2007-10-30 20:17 +0000 [r8905] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - always load dm-mirror for dmraid
-
-2007-10-30 15:53 +0000 [r8900] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - really commit debuginitrd=sh functionality
-
-2007-10-30 15:08 +0000 [r8898-8899] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add function add_linuxrc() and generate all output
- via that function - add debuginitrd=sh possibility to invoke
- shell at some points in initrd
-
- * functions: - more detailed error messages when processing fstab
- and lvm
-
-2007-10-28 22:07 +0000 [r8896] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - do not assume user has booted from suspend enabled
- kernel when generating initrd for suspend
-
-2007-10-28 18:19 +0000 [r8895] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - alias romfs,cramfs
-
-2007-10-28 18:10 +0000 [r8894] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - $CMDLINE available globally per /linuxrc
-
-2007-10-28 12:27 +0000 [r8882] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - disable tuxonice by default (conflicts with suspend)
-
-2007-10-28 10:53 +0000 [r8880] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Install resume from new location. Temporaily leave
- /usr/sbin/resume handling for backward compat.
-
-2007-10-26 20:10 +0000 [r8879] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - lvm too
-
-2007-10-26 11:34 +0000 [r8877] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - dmsetup todo
-
-2007-10-25 16:31 +0000 [r8874] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - install all shared libs to /lib - install
- /var/lib/multipath/bindings for dm-multipath if present
-
-2007-10-25 15:07 +0000 [r8873] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - fix finding scsi modules
-
-2007-10-25 14:17 +0000 [r8871-8872] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cosmeticis
-
- * geninitrd: - fix inst_exec() using inst()
-
-2007-10-25 09:59 +0000 [r8870] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - try activating only dm-multipath rootfs is on -
- inst_exec: install execs to $dest and libraries to $libdir -
- inst() debug is back
-
-2007-10-25 08:56 +0000 [r8869] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add inst_exec() to copy executable and it's shared
- libs - use it in initrd_gen_multipath
-
-2007-10-25 08:15 +0000 [r8868] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cosmetics - take modprobe -c as modules source by
- default (you can now use include statement there)
-
-2007-10-25 07:46 +0000 [r8867] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - optimize, cosmetics
-
-2007-10-25 07:26 +0000 [r8866] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - optimize, cosmetics
-
-2007-10-25 07:22 +0000 [r8865] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - typo
-
-2007-10-24 19:56 +0000 [r8861] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - typo
-
-2007-10-24 19:13 +0000 [r8860] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add dm-multipath component devices to lvm2 ignore
- list
-
-2007-10-24 18:45 +0000 [r8859] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - typo (multipath part was always generated) -
- find_modules_dmraid() moved to function - $have_dmraid variable
- to denote dmraid status
-
-2007-10-24 18:31 +0000 [r8858] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - optimize little dmraid part
-
-2007-10-24 18:20 +0000 [r8857] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - moved dm-multipath handling to function
-
-2007-10-24 18:09 +0000 [r8856] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - unify some more internal variables
-
-2007-10-24 18:03 +0000 [r8855] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - unify some internal variables
-
-2007-10-24 17:58 +0000 [r8854] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - detect physical devices for dm-multipath
-
-2007-10-24 17:26 +0000 [r8853] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cvs detect multipath
-
-2007-10-24 15:55 +0000 [r8851-8852] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - rename find_modules_for() ->
- find_modules_for_device() to avoid confusion
-
- * geninitrd: - find_modules_for(): allow fallback if primary
- condition succeeded
-
-2007-10-24 14:46 +0000 [r8850] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - initial dm-multpath hooks
-
-2007-10-23 19:39 +0000 [r8844] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - handle /dev/mapper/* also properly
-
-2007-10-23 19:30 +0000 [r8843] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - we can grab the proper lvm path from lvdisplay
- output
-
-2007-10-23 16:47 +0000 [r8842] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - bugfixes
-
-2007-10-23 15:16 +0000 [r8841] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add inst_d() utility function to make dirs
-
-2007-10-23 15:08 +0000 [r8839-8840] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - kill excess quoting
-
- * geninitrd: - inst() adds now $MNTIMAGE automatically
-
-2007-10-22 17:25 +0000 [r8837-8838] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - use dmsetup from device-mapper pkg not devmap_name
- from multipath-tools
-
- * functions: - more consistent lookup of long device-mapper name
-
-2007-10-16 16:24 +0000 [r8819] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - fix typo
-
-2007-10-12 15:07 +0000 [r8815] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - USE_TUXONICE=$USE_SUSPEND2 if set in config
-
-2007-10-12 14:37 +0000 [r8814] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - /sys/power/tuxonice/do_resume support (not tested)
-
-2007-10-12 13:39 +0000 [r8813] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd, geninitrd.sysconfig: - suspend2->tuxonice rename
- internally (old option preserved)
-
-2007-10-11 15:30 +0000 [r8812] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - use dmraid devices only for rootfs - generate dmraid
- portion only if dmraid devices are found
-
-2007-10-11 15:22 +0000 [r8811] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - debug remove
-
-2007-10-11 15:18 +0000 [r8807-8810] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - debug remove
-
- * geninitrd: - debug remove
-
- * geninitrd: - remove dumping linuxrc and lvm.conf
-
- * functions, geninitrd: - rootfs on lvm and dmraid hooks
-
-2007-10-05 22:51 +0000 [r8792] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cosmetics
-
-2007-10-05 22:47 +0000 [r8791] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - library functions shouldn't exit
-
-2007-10-05 22:38 +0000 [r8788-8790] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - no extra 512b needed for romfs
-
- * geninitrd: - more $PROGRAM usage
-
- * geninitrd: - add device-mapper to lvm types when using dmraid
-
-2007-10-05 15:27 +0000 [r8785-8786] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - check produced romfs image size
-
- * geninitrd: - add dm-mirror module for dmraid setups - generate
- /dev nodes from /proc/partitions also for dmraid
-
-2007-10-05 13:39 +0000 [r8783-8784] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - no need to interpolate vars in gen_devices()
-
- * geninitrd: - create /dev entries also for dmraid - made
- initrd_gen_devices() as function
-
-2007-10-05 12:53 +0000 [r8781-8782] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - kill trailing space
-
- * geninitrd: - make /sys for dmraid setup
-
-2007-10-04 21:23 +0000 [r8779-8780] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - cosmetics
-
- * geninitrd: - spelling
-
-2007-10-04 15:24 +0000 [r8775-8777] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - make initrd_gen_tmpfs_dev() callable multiple times
-
- * geninitrd: - fool vim
-
- * geninitrd: - use die() calls
-
-2007-10-04 15:10 +0000 [r8773-8774] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - use just tmpfs for dmraid - globally umount tmpfs
- /dev if used (dmraid/lvm2 mixture possible)
-
- * geninitrd: - die() function for generic exit
-
-2007-09-03 14:27 +0000 [r8711-8712] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - can't guess is the parameter added or not, so adjust
- message
-
- * geninitrd: - require switch_root applet when needed
-
-2007-09-03 12:41 +0000 [r8710] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - prefix errors with Error:
-
-2007-08-31 22:10 +0000 [r8709] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - quiet cpio
-
-2007-08-31 15:45 +0000 [r8704-8706] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * make-tag.sh: - bugfixes
-
- * RELEASE (added), make-tag.sh (added): - helpful for making
- release
-
-2007-08-30 10:00 +0000 [r8702] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - --with/without options for
- bootsplash,fbsplash,suspend and suspend2 - ready for
- kernel-desktop
-
-2007-07-16 14:48 +0000 [r8682] Marcin Król <hawk/at/pld-linux.org>
-
- * geninitrd: - cosmetics to bump revision number in order to change
- version number (does svn has equivalent of cvs commit -f?)
-
-2007-07-16 14:22 +0000 [r8681] Marcin Król <hawk/at/pld-linux.org>
-
- * functions: - check /dev/dm-*, /dev/mapper/* after checking
- LABEL=*, UUID=*
-
-2007-07-16 12:31 +0000 [r8678] Marcin Król <hawk/at/pld-linux.org>
-
- * functions: - check /dev/mapper/* too while testing if rootdev is
- LVM
-
-2007-07-09 07:41 +0000 [r8667-8668] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd: - Jacek Konieczny's geninitrd-rootdev.patch applied
- (http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2007-May/018983.html)
-
- * geninitrd: - Jacek Konieczny's geninitrd-lvm_initramfs.patch
- applied
- (http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2007-May/018983.html)
-
-2007-07-09 07:27 +0000 [r8666] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: inst() takes only two arguments, no more. Print usage
- for inst() on stderr.
-
-2007-06-24 20:37 +0000 [r8648] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Try to load raidX and raid456 modules.
-
-2007-05-29 10:18 +0000 [r8628] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - use shell construct instead of `dirname`
-
-2007-05-29 09:19 +0000 [r8627] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - Revision 8368 makes use of dirname in initrd.
- require it
-
-2007-05-29 09:16 +0000 [r8626] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - workaround for BusyBox v1.1.3 (currently in AC)
-
-2007-05-16 06:55 +0000 [r8560] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - my mistake; uncommented the version checks
-
-2007-05-16 06:51 +0000 [r8559] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - updated device matching rules for ceases like
- Patrys's fe 00
-
-2007-04-03 10:18 +0000 [r8409] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * functions, geninitrd: Create additional devices like xfs logdev.
- Verbose copying of devices.
-
-2007-03-20 14:13 +0000 [r8390-8391] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - do not redirect output from function, output could
- be unpredictable
-
- * geninitrd: - add busybox_applet() which checks if busybox has
- required applet present
-
-2007-03-20 11:27 +0000 [r8385] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - fixed typo and bug from arekm change
-
-2007-03-17 12:46 +0000 [r8381] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - umount /dev also for udev. fixes radek bug
-
-2007-03-09 14:34 +0000 [r8370] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: debuginitrd option in /proc/cmdline handled.
-
-2007-03-09 14:11 +0000 [r8369] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Read /proc file using cat which makes buffering for
- us. 2.4 /proc/partitions contains more data after device name -
- skip these.
-
-2007-03-09 13:24 +0000 [r8368] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Handle devfs cases like
- scsi/host0/bus0/target2/lun0/disc.
-
-2007-03-07 10:24 +0000 [r8366] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: - correct comment
-
-2007-03-07 10:18 +0000 [r8363] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: - allow outdated users file
-
-2007-03-07 07:54 +0000 [r8361] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * changelog.sh: Support async scsi bus scanning. Update ChangeLog.
-
-2007-03-07 07:49 +0000 [r8360] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: We need to ensure that scsi bus probbing finished on
- kernels with CONFIG_SCSI_SCAN_ASYNC=y (like our 2.6.20).
-
-2007-03-05 12:35 +0000 [r8359] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: More crapolla by czarny.
-
-2007-02-21 13:01 +0000 [r8286] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - fixed urandom minor
-
-2007-02-08 19:06 +0000 [r8245] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - outputs nothing actually as it sets two parameters
-
-2007-02-08 18:38 +0000 [r8243-8244] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * functions: - correct comment
-
- * 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
-
- * 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, functions (added), geninitrd: - 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>
-
- * geninitrd: - drop $orig_rootdev, as $rootdev is the same variable
- now
-
- * geninitrd: - do not use variable when it's value is something
- different
-
-2007-02-07 10:51 +0000 [r8235] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - use only blkid to resolve UUID and LABEL, so now it
- works with any fs not just xfs,ext{2,3} - cleanup find_root()
- function
-
-2007-02-07 10:33 +0000 [r8234] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - rc-scripts functions sets default PATH - make
- example in usage() more actual
-
-2007-02-07 10:12 +0000 [r8233] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Revert, conflicts seems more sane way.
-
-2007-02-07 10:07 +0000 [r8232] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Compat symlink.
-
-2007-02-07 09:46 +0000 [r8231] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Make it backward compatible with previous udev
- versions.
-
-2007-02-06 17:11 +0000 [r8227-8229] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd.8.xml: - ps svn:keywords Date
-
- * geninitrd.8.xml: - ps svn:keywords Id
-
- * geninitrd.8.xml: - fix encoding for czarny name
-
-2007-02-06 17:03 +0000 [r8226] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - ignore errors from pvdisplay when it can't access
- devices (emc for example)
-
-2007-02-06 16:59 +0000 [r8225] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO, geninitrd: - use blkid optionally (but preferred) to
- resolve UUID= and LABEL= at initrd generation time
-
-2007-02-06 16:26 +0000 [r8224] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - use xfs_admin to get label of xfs filesystem
-
-2007-02-03 10:40 +0000 [r8220] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - revert: force people with Th to test initramfs
-
-2007-02-02 12:59 +0000 [r8219] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - don't use "initramfs" as default in kernels 2.5+,
- there are too many people crying...
-
-2007-02-01 10:26 +0000 [r8218] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - maybe this way ?
-
-2007-02-01 10:20 +0000 [r8217] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - reverted last two changes, szhould work but it
- requires new busybox - won't work with old one, need some check
- for that
-
-2007-02-01 09:38 +0000 [r8216] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - there is no way to pass init application to
- switchroot, there is no need to do so anyway
-
-2007-02-01 09:05 +0000 [r8215] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - typo: switch_root -> switchroot
-
-2007-01-29 22:24 +0000 [r8212] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Drop spares=X from initrd mdadm.conf.
-
-2007-01-27 19:01 +0000 [r8203] Przemysław Iskra <sparky/at/pld-linux.org>
-
- * geninitrd: - simplified mknod script in initramfs
-
-2007-01-27 18:34 +0000 [r8202] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - semicolon fixed - dobule 0 adding fixed (really?)
-
-2007-01-27 16:59 +0000 [r8201] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - format description added
-
-2007-01-27 16:56 +0000 [r8200] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - resolved bug with lilio (root=806 instead of
- root=0806) - used parameter more thorough
-
-2007-01-27 14:34 +0000 [r8199] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - using udevd instead of legacy udev - killing daemon
- afterwards
-
-2007-01-27 14:05 +0000 [r8198] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - switched initrd-udev => initrd-udevd, as new udev
- doesn't build udev bin (only udevd)
-
-2007-01-26 23:51 +0000 [r8197] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Copy device only if it doesn't exist.
-
-2007-01-11 13:55 +0000 [r8142] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Unmount /dev running on tmpfs when LVM2 init is done
-
-2006-12-19 20:59 +0000 [r8112] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd: - while using initramfs, rootfs mounter ro instaed rw
-
-2006-12-14 19:50 +0000 [r8106-8109] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd.8.xml: Fix encoding
-
- * Makefile: Add make clean.
-
- * Makefile: Do not make install by default. Some cleanups and
- stuff.
-
- * geninitrd.8.xml: - add me, and the list is in no way alphabetic
-
-2006-12-14 17:15 +0000 [r8104-8105] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: Some note
-
- * changelog.sh: - pass --users-charset=ISO8859-2, needs svn2log >
- 0.1-2
-
-2006-12-14 16:03 +0000 [r8103] Cezary Krzyżanowski <czarny/at/pld-linux.org>
-
- * geninitrd, geninitrd.8.xml, geninitrd.sysconfig: - merged from
- branches/devel - tweaked geninitrd.sysconfig for default options
- - some documentation added
-
-2006-12-02 15:14 +0000 [r8028] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * geninitrd: - it is not only my code :-)
-
-2006-11-18 13:57 +0000 [r7982] Łukasz Maśko <lmasko/at/pld-linux.org>
-
- * geninitrd: - Suspend2 can have its directory in /proc/suspend2 or
- /sys/power/suspend2, depending on kernel version, initrd must
- support both.
-
-2006-10-27 14:27 +0000 [r7899] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add one 512b for ext2 fs (room for filesystem
- header)
-
-2006-10-20 18:22 +0000 [r7888] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: Add blkid todo
-
-2006-10-20 16:30 +0000 [r7887] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: echo not execute (typo fix)
-
-2006-10-20 16:18 +0000 [r7884-7886] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: Propset Id.
-
- * geninitrd: Cosmetics.
-
-2006-10-20 16:05 +0000 [r7880-7883] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Resolve /dev/dm-0 to LVM names (/dev/sys/rootfs) which
- we get when using LABEL or UUID.
-
- * geninitrd: Depend on xfs_admin due that.
-
- * geninitrd: Use xfs_admin to get xfs filesystem UUID and trim it
- for spaces.
-
- * geninitrd: Typo.
-
-2006-10-19 16:23 +0000 [r7879] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Less noise when initializing LVM2.
-
-2006-10-19 13:44 +0000 [r7877] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Round ext2 imagesize up to 1024 blocks.
-
-2006-10-19 13:38 +0000 [r7876] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Make ext2 image size dynamic -- calculated at building
- time.
-
-2006-10-19 12:40 +0000 [r7874] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Legacy junk.
-
-2006-10-19 12:24 +0000 [r7873] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: $IMAGESIZE is used only for ext2 rootfs.
-
-2006-10-19 12:01 +0000 [r7872] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: busybox initrd version exename is /bin/initrd-busybox.
-
-2006-10-18 02:06 +0000 [r7866] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Always make /dev on tmpfs for LVM2
-
-2006-10-17 23:19 +0000 [r7865] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Typo in sysfs fstype naming.
-
-2006-10-17 22:46 +0000 [r7862-7864] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: $UDEV_TMPFS dropped, $tmpfs_dev indicates that /dev is
- with tmpfs.
-
- * geninitrd: More cosmetics.
-
- * geninitrd: - add --with-udev
-
-2006-10-17 22:33 +0000 [r7861] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: udev needs /sys, i'm almost sure of that.
-
-2006-10-17 22:25 +0000 [r7858-7860] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Cosmetics.
-
- * geninitrd: No need for /bin/initrd-busybox on initrd.
-
- * geninitrd: Drop my_dirname (pointless).
-
-2006-10-17 21:54 +0000 [r7857] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd.sysconfig: Do not disable udev in config by default
- (udev-initrd package must be installed anyway for udev being
- used).
-
-2006-09-15 18:05 +0000 [r7756] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Make for ext2 the imagesize bigger by 2M.
-
-2006-08-20 14:47 +0000 [r7677] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Add bin/initrd-busybox symlink.
-
-2006-08-17 09:06 +0000 [r7674] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.sysconfig: SLEEP/FIRMWARE examples.
-
-2006-08-17 08:44 +0000 [r7673] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Create proc and sys directories when firwmare is
- needed.
-
-2006-08-17 08:41 +0000 [r7672] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Simplify firmware loader script.
-
-2006-08-17 08:30 +0000 [r7671] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Properly echo firmware.sh to /proc/../hotplug.
-
-2006-08-14 09:30 +0000 [r7669] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Initial firmware loading capabilities.
-
-2006-08-14 08:56 +0000 [r7668] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: display some warning
-
-2006-06-24 21:01 +0000 [r7483] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.sysconfig: Some variables are not used by geninitrd at
- all.
-
-2006-06-03 20:43 +0000 [r7466] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: More options for ext2 based initrd. echo y hack
- dropped (unneccessary).
-
-2006-06-03 13:39 +0000 [r7465] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Use cat and <<EOF. Redirect 2>/dev/null is only
- neccessary for vgchange.
-
-2006-06-03 13:03 +0000 [r7464] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Output verbose message when activating dmraid and lvm
- volumes. Drop making nodes on readonly /dev and the error
- messages failing to do so.
-
-2006-05-28 19:12 +0000 [r7456-7458] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile: Generate changelog.sh in "make dist" target.
-
- * changelog.sh (added): ChangeLog generation script (based on
- rc-scripts).
-
-2006-05-28 15:54 +0000 [r7452-7453] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Tabs.
-
- * geninitrd: Add 100k more to ext2 based images.
-
-2006-05-26 09:06 +0000 [r7446] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Reindent code with tabs and ts=4.
-
-2006-05-26 08:42 +0000 [r7445] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Use 'EOF' heredocs.
-
-2006-05-26 08:39 +0000 [r7444] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Parse nfsroot= from /proc/cmdline for NFS root
- installs. Patch by Urmas Undusk
-
-2006-05-22 14:11 +0000 [r7430] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Detect broken tool (lvdisplay) and fail early instead
- of generating invalid initrd
-
-2006-05-06 18:42 +0000 [r7386] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Keep suspends in sync.
-
-2006-05-06 18:33 +0000 [r7385] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * geninitrd: - turn suspend2 on by default - load required module
- for suspend2
-
-2006-04-27 20:57 +0000 [r7371] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Update support for recent suspend2 versions (Bartosz
- Świątek).
-
-2006-04-09 21:09 +0000 [r7340] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.sysconfig: Correct suspend1 var.
-
-2006-04-09 19:08 +0000 [r7339] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Correct suspend variables.
-
-2006-04-09 13:33 +0000 [r7338] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.sysconfig: Updated config.
-
-2006-04-09 13:01 +0000 [r7337] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Mainline suspend support. Suspend 2 renamed. Both
- suspends turned off by default.
-
-2006-04-09 12:28 +0000 [r7336] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd, geninitrd.sysconfig: Suspend 2 stuff renamed to
- suspend2 (it's old anyway).
-
-2006-03-25 21:30 +0000 [r7319] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Hacky initramfs support (and of course not working
- yet).
-
-2006-02-22 18:20 +0000 [r6998] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lvm.todo: Few language fixes.
-
-2006-02-22 18:11 +0000 [r6997] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Avoid duplicate device copying when LVM on RAID
-
-2006-02-22 17:17 +0000 [r6996] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: Fix mdadm output grabbing when there are N>0 spare
- disks
-
-2006-01-28 13:40 +0000 [r6894] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Always use mdassemble. By default put UUID based
- config (so devices can now change without affecting an array).
- Copy all devices matching /etc/mdadm.conf in case when disks
- layout is modified in system.
-
-2006-01-28 13:16 +0000 [r6893] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd, geninitrd.8.xml: Old raidtools no longer supported.
-
-2006-01-27 23:37 +0000 [r6892] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Allow raid6 and raid10.
-
-2006-01-18 16:57 +0000 [r6854] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd.8.xml: - english
-
-2006-01-17 22:11 +0000 [r6838] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * geninitrd: - add dmraid support, needs udev as it creates nodes
- on /dev - probably udev support should be improved to copy config
- to initrd so the nodes correspond to ones configured in host
- currently customised udev in host has no effect on initrd
-
-2006-01-17 21:29 +0000 [r6833] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Generate rootfs finding stuff when using raid, too.
- (glen)
-
-2006-01-17 21:24 +0000 [r6832] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.8.xml: Manual fix. (ankry).
-
-2006-01-17 21:14 +0000 [r6831] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Add missing parenthesis. (Robert Jaros) Properly copy
- /dev files when using lvm. (Robert Jaros)
-
-2005-11-26 15:35 +0000 [r6569] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: In case of module with - in name we use _ in variables
- like ide-core -> MODULE_ide_core_USLEEP.
-
-2005-11-17 13:04 +0000 [r6539] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: USLEEP not SLEEP + small fixes.
-
-2005-11-17 12:56 +0000 [r6538] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Sleeping after module load support.
-
-2005-11-17 07:32 +0000 [r6537] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Copy pvdevice nodes to initrd when not using udev.
-
-2005-11-01 15:33 +0000 [r6509] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Revert, doesn't make sense for udev case.
-
-2005-11-01 15:10 +0000 [r6508] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Always create /dev/mapper/control for our sake.
-
-2005-09-23 23:14 +0000 [r6406] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Create mapper control device only when not using udev.
-
-2005-06-27 06:25 +0000 [r6191] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Fix for mdadm >= v1.12.0. Version >= v1.12.0 is now
- required.
-
-2005-06-09 22:03 +0000 [r6057] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Use 3000 initrd as size for ia64|amd64|x86_64|sparc64
- arches.
-
-2005-04-04 16:29 +0000 [r5716] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Nicer warnings.
-
-2005-02-23 13:14 +0000 [r5559] Witek Kręcicki <adasi/at/pld-linux.org>
-
- * TODO: - new entry (add dmraid support)
-
-2004-12-10 15:36 +0000 [r5369] Marcin Doliński <averne/at/pld-linux.org>
-
- * geninitrd: - added /dev/mapper/control
-
-2004-12-06 20:19 +0000 [r5367] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * geninitrd, geninitrd.sysconfig: - display info that it is
- possible to disable software suspend
-
-2004-09-25 22:41 +0000 [r4657-4658] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Really mount/umount /proc for udev.
-
- * geninitrd: Fix passing hotplug binary into kernel. Drop devfs
- mount for lvm2.
-
-2004-09-25 16:58 +0000 [r4653] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd, geninitrd.sysconfig: Updated udev support.
-
-2004-09-25 13:19 +0000 [r4648] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Support for /dev managing by udev.
-
-2004-09-19 20:50 +0000 [r4624] Sergiusz Pawłowicz <serek/at/pld-linux.org>
-
- * TODO: - extending todo list.
-
-2004-09-17 21:24 +0000 [r4605] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Umount /proc in initrd_gen_procdata().
-
-2004-09-16 16:50 +0000 [r4600] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Make root=/dev/XYZ work with grub, too.
-
-2004-09-16 12:45 +0000 [r4599] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Convert generation of nfs/softraid/lvm/suspend stuff
- into functions (initrd_gen_XXX).
-
-2004-09-16 10:57 +0000 [r4598] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Typo fixed.
-
-2004-09-16 10:54 +0000 [r4597] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Put information which devices belong to which array
- when having multiple raid arrays. Don't call mdassemble twice in
- such case since once is enough.
-
-2004-09-01 16:38 +0000 [r4453] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: modulefile checking is done only once now (duplicates
- removed).
-
-2004-08-30 18:53 +0000 [r4448] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Display error and exit if raid data is not found when
- trying to find softraid modules.
-
-2004-08-09 00:02 +0000 [r4420] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Use suspend_bootsplash instead of suspend_text when
- bootsplash is in use.
-
-2004-08-08 16:16 +0000 [r4418] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - add support for swsusp2 2.0.0.103 (text mode)
-
-2004-08-01 22:37 +0000 [r4413] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Finish software suspend2 support (and enable it by
- default).
-
-2004-07-31 09:36 +0000 [r4412] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Softsuspend fixes, still disabled by default.
-
-2004-07-31 01:26 +0000 [r4411] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Software suspend 2 support added (untested).
-
-2004-07-17 19:39 +0000 [r4358] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Fix handling of module options.
-
-2004-07-02 20:08 +0000 [r4294] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Well, back to romfs, initramfs fixes.
-
-2004-07-02 19:46 +0000 [r4293] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.sysconfig: Keep INITRDFS unconfigured so geninitrd
- script will decide which use as default.
-
-2004-07-02 19:36 +0000 [r4292] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: initramfs support, use it by default for kernel >
- 2.5.0.
-
-2004-06-26 23:19 +0000 [r4250] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Test checking if rootfs is on LVM was broken for LVM1
- case - fixed.
-
-2004-06-26 21:12 +0000 [r4249] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * TODO: Updated (few questions).
-
-2004-06-26 21:04 +0000 [r4248] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: In most cases broken fstab causes problems - enhance
- error message for find_modules_for() parameters checking.
-
-2004-06-24 20:01 +0000 [r4242] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: LVM2: wipe out mount && pivot_root and welcome
- /proc/sys/kernel/real-root-dev.
-
-2004-06-24 15:09 +0000 [r4241] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Mount LVM2 rootfs read-only; few cleanups.
-
-2004-06-24 13:26 +0000 [r4240] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Preffer /sbin/chroot over /usr/sbin/chroot.
-
-2004-06-24 13:22 +0000 [r4239] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Mention proper kernel cmdline setup for root on
- nfs/lvm2 configurations.
-
-2004-06-24 13:12 +0000 [r4238] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Print warning when /proc is not mounted since too many
- things depend on this.
-
-2004-06-24 13:09 +0000 [r4237] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Working rootfs on LVM2 support (tested).
-
-2004-06-23 12:20 +0000 [r4233] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: lvm2: do not restrict to sysfs devices only (since we
- even do not mount syfs).
-
-2004-06-23 02:14 +0000 [r4232] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: For LVM use system configured devs filtering + avoid
- locking instead of ignoring errors.
-
-2004-06-09 20:43 +0000 [r4159] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Use posix,wsize=8192,rsize=8192 options for NFS
- mounts.
-
-2004-06-09 18:11 +0000 [r4158] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: For rootfs on NFS create /dev/urandom on initrd - used
- by dhcp client.
-
-2004-06-06 00:01 +0000 [r4149] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Make nfs root case minimal + add very important
- comment.
-
-2004-06-05 22:19 +0000 [r4148] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: rootfs on nfs works with funny things like kernel
- swapper doing init job/
-
-2004-06-05 19:32 +0000 [r4147] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: (Almost) working root on NFS support.
-
-2004-06-05 15:33 +0000 [r4146] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Initial support for rootfs on NFS.
-
-2004-04-22 09:36 +0000 [r3977] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Fix typo in do_mdassemble variable (noted by Piotr
- Pawłow <pp/at/siedziba.pl>)
-
-2004-04-10 11:34 +0000 [r3918] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: We do not support min/max kernel version settings in
- pci database, so remove that code.
-
-2004-04-03 01:01 +0000 [r3865] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Run only one, rootfs VG when using LVM.
-
-2004-04-02 23:17 +0000 [r3862-3864] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Ups, debugging left - removed.
-
- * geninitrd: Print warning when ide-generic is used as fallback.
-
- * geninitrd: Load ide-generic if no other IDE related modules
- found.
-
-2004-04-02 22:09 +0000 [r3861] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Support for LVM on top of SoftRAID.
-
-2004-03-31 18:05 +0000 [r3850] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * lvm.todo: Mention LVM on top of SOFTRAID case.
-
-2004-03-31 17:47 +0000 [r3849] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd, geninitrd.8.xml: Change --lvmversion to
- --lvmtoolsversion (same with LVMVERSION->LVMTOOLSVERSION) to
- avoid confusion.
-
-2004-03-31 17:39 +0000 [r3848] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Fix creation of subdirectiories needed on in /dev on
- initrd image.
-
-2004-03-31 17:29 +0000 [r3847] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Support devfs like names for softraid detection.
-
-2004-03-31 17:20 +0000 [r3846] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Fix LVMVERSION detection when lvm1 tools are in use.
-
-2004-03-31 16:33 +0000 [r3844] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Check for /sbin/lvdisplay and /sbin/pvdisplay
- existence instead of /sbin/lvm (part of lvm2 package).
-
-2004-03-08 14:36 +0000 [r3427] Artur Frysiak <wiget/at/pld-linux.org>
-
- * Makefile: - added ChangeLog to distributed package
-
-2004-03-08 14:28 +0000 [r3425] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: - more things done
-
-2004-03-05 08:10 +0000 [r3416] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - redirect error message to stderr - fix displaing
- modules names in verbose mode - use --ignorelockfailure in lvm2
- invocation (/var isn't mounted now)
-
-2004-02-01 23:48 +0000 [r3241] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - finished LVM2 support (I hope, I don't break LVM1
- support) - fix printing modules names on 2.6.x kernels
-
-2004-01-30 21:53 +0000 [r3228] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd, geninitrd.8.xml: - write usage message to stdin not
- stderr - check version of LVM tools not LVM volumen format -
- added --lvmversion options
-
-2004-01-30 00:35 +0000 [r3226] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Try to load only required LVM module (needs testing
- with LVM1 tools and LVM2 tools using lvm1 metadata)
-
-2004-01-29 12:34 +0000 [r3225] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Test for LVM using lvdisplay (old way left for
- compatibility in some weird cases).
-
-2004-01-29 12:15 +0000 [r3224] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Local geninitrd configuration for LVM is more
- important than automatic searching. Give it chance to work with
- LVM1 tools (should work fine).
-
-2004-01-29 12:04 +0000 [r3223] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Implement searching for LVM devices using LVM2 tools.
- No idea whether is works with LVM1 tools but these are obsolete
- anyway.
-
-2004-01-23 23:38 +0000 [r3219] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Proper message.
-
-2004-01-23 19:54 +0000 [r3218] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: If /sbin/initrd-mdassemble is available then use it
- instead of mdadm.
-
-2004-01-17 20:12 +0000 [r3196] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - drop support for raid using raid_start in busybox,
- it's broken - use initrd-mdadm
-
-2003-12-28 18:56 +0000 [r3089] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.sysconfig: Remove obsolete bsp options.
-
-2003-12-25 21:08 +0000 [r3080] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Display information message when
- BOOT_SPLASH_RESOLUTIONS is empty.
-
-2003-12-25 19:14 +0000 [r3079] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd.8.xml: Comment now in utf.
-
-2003-12-25 18:37 +0000 [r3075] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: Merged bootsplash branch.
-
-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
- 2.6 kernels, too. Fix docummentation to describe that.
-
-2003-10-02 20:34 +0000 [r1403] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd.8.xml: - emails update
-
-2003-09-18 22:54 +0000 [r1354] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - make rootdev local variable inside find_modules_ide
- (should fix problems with raid support)
-
-2003-09-18 22:17 +0000 [r1352] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - set svn:keywords property
-
-2003-09-13 12:57 +0000 [r1321] Artur Frysiak <wiget/at/pld-linux.org>
-
- * /, .cvsignore (removed): post cvs2svn cleanup - removed unused
- tags and branches - .cvsignore -> prop svn:ignore
-
-2003-08-24 22:20 +0000 [r1317] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - by default load all found IDE devices unless
- --ide-root-only option specified - when ide=reverse specified
- sort drivers in reverse order
-
-2003-08-24 12:14 +0000 [r1315] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - add busybox -> sh symlink
-
-2003-08-23 20:13 +0000 [r1313] Arkadiusz Patyk <areq/at/pld-linux.org>
-
- * geninitrd: - now pci.ide format is: PCI_ids module_name
- vendor_name|device_name
-
-2003-08-23 19:54 +0000 [r1311] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - find proper max_kernel
-
-2003-08-15 23:32 +0000 [r1309] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - enable new raid_start available in latest busybox
-
-2003-08-15 22:33 +0000 [r1307] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - create /dev/null (busybox seems to need it) and
- /dev/zero (just in case)
-
-2003-08-15 22:14 +0000 [r1306] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - set -x seems to cause SEGV
-
-2003-08-15 21:58 +0000 [r1303-1304] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - one more sbin->bin
-
- * geninitrd: - on 2.4 also load only module which is needed for
- mounting rootfs
-
-2003-08-15 21:53 +0000 [r1301-1302] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - use mdadm not initrd-mdadm for scanning
-
- * geninitrd: - fix syntax
-
-2003-08-15 21:51 +0000 [r1300] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - use mdadm.conf, too - then raidtab
-
-2003-08-15 21:39 +0000 [r1299] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - initrd-busybox is in bin not sbin
-
-2003-08-15 21:19 +0000 [r1298] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - first try
-
-2003-08-15 21:00 +0000 [r1296] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - beginning of mdadm.conf support
-
-2003-08-15 19:15 +0000 [r1294] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - marged busybox version
-
-2003-08-15 12:12 +0000 [r1292] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - on 2.5/2.6 with sysfs we are able to fount exactly
- which module is required to get rootfs controller working
-
-2003-08-12 22:01 +0000 [r1290] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - fix ataraid support
-
-2003-08-11 14:41 +0000 [r1288] Arkadiusz Patyk <areq/at/pld-linux.org>
-
- * geninitrd: - check if exist /proc/bus/pci/devices
-
-2003-08-11 08:45 +0000 [r1286] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - debug messages removed
-
-2003-08-10 20:27 +0000 [r1284] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - same names caused variable covering and wrong
- results (fixed) - don't try to load module unknown - don't fail
- if modules not found (staticly compiled?)
-
-2003-08-10 12:21 +0000 [r1282] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - if no IDE module on disk then it's probably compiled
- into kernel so don't fail - if PCI database not found then print
- warning
-
-2003-08-09 23:43 +0000 [r1279-1280] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * TODO: - we need ide=reverse support
-
- * geninitrd: - when comparing pci IDs make sure they will be
- compared as strings
-
-2003-08-09 23:09 +0000 [r1278] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * geninitrd: - DO NOT sort driver modules, are you nuts?
-
-2003-08-09 21:24 +0000 [r1275-1276] Arkadiusz Patyk <areq/at/pld-linux.org>
-
- * pci.ide (removed): - move to pci-database
-
- * geninitrd: - use PCI ids from pci-database
-
-2003-08-09 21:15 +0000 [r1274] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - find all PREIDEMODS
-
-2003-08-08 14:09 +0000 [r1272] Arkadiusz Patyk <areq/at/pld-linux.org>
-
- * Makefile: - better check VERSION - don't need install rc-script,
- bsp in builder
-
-2003-08-07 22:41 +0000 [r1270] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - debug message removed
-
-2003-08-07 22:27 +0000 [r1269] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd, pci.ide (added): - support for automatic IDE module
- finding (needs testing)
-
-2003-08-07 20:08 +0000 [r1266] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - fix typo
-
-2003-08-07 09:10 +0000 [r1264] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - added support for static mdadm
-
-2003-07-17 18:08 +0000 [r1262] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * geninitrd: - there is insmod.static.modutils not
- insmod.static.modprobe
-
-2003-06-30 21:38 +0000 [r1260] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - use correct version of insmod.static
-
-2003-04-09 11:40 +0000 [r1257] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd, geninitrd.8.xml: - 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
- "despamification"
-
-2003-02-19 08:49 +0000 [r1255-1256] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - Linux 2.5.x support
-
- * TODO: - and more things to do
-
-2003-02-19 08:43 +0000 [r1254] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd.8.xml: - typo fixes
-
-2002-11-27 17:56 +0000 [r1253] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - typo in LVM code
-
-2002-11-26 13:44 +0000 [r1252] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - first version with LVM support but not yet fully
- tested
-
-2002-11-26 13:40 +0000 [r1251] Artur Frysiak <wiget/at/pld-linux.org>
-
- * lvm.todo (added): LVM implementation plan
-
-2002-10-13 11:40 +0000 [r1250] Witek Kręcicki <adasi/at/pld-linux.org>
-
- * geninitrd: - fixed preload
-
-2002-09-27 15:19 +0000 [r1249] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd.8.xml: - one more contributor
-
-2002-09-27 15:14 +0000 [r1248] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - support for gzipped modules (patch by Witold
- Filipczyk <witekfl/at/poczta.onet.pl>) - use findfs from e2fsprogs
- (>= 1.28) to find root device if specified by UUID or LABEL
-
-2002-09-06 14:58 +0000 [r1245-1247] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd.8.xml: - not show almost empty hardware RAID desc
-
- * geninitrd: New features: - ATA RAID support Bugfixes: - by
- default use raidstart (if needed) - show raidstart related
- options in help message - drop undocumented --use-raidstart
- switch
-
- * geninitrd.8.xml: - added some notes about SCSI, ATA RAID and
- hardware RAID support
-
-2002-03-25 11:07 +0000 [r1244] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - fixed raidstart (should work with
- real-soon-now-to-be-released version of bsp) - use bsp-raidless
- if not using raid
-
-2002-03-13 15:19 +0000 [r1243] Artur Frysiak <wiget/at/pld-linux.org>
-
- * Makefile: better make dist
-
-2002-03-13 14:46 +0000 [r1239-1242] Artur Frysiak <wiget/at/pld-linux.org>
-
- * Makefile: add geninitrd.8.xml to dist tarball and make
- geninitrd.8 from xml source
-
- * .cvsignore: ignore generated files
-
- * geninitrd.8 (removed): this file are generated from xml source
-
- * geninitrd.8, geninitrd.8.xml: typo
-
-2002-03-13 13:40 +0000 [r1238] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd.8.xml: formating fixes
-
-2002-03-13 13:26 +0000 [r1237] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: UUID and LABEL support for ext3 fix displaying missing
- modules names
-
-2002-03-07 13:39 +0000 [r1236] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * geninitrd: - fixed raidstart (if raidstart bsp builtin works)
-
-2002-03-07 09:57 +0000 [r1235] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd.8.xml: now is completed
-
-2002-02-20 13:37 +0000 [r1234] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd.sysconfig: FS->INITRDFS
-
-2002-02-20 13:29 +0000 [r1233] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * geninitrd.sysconfig: - typo
-
-2002-02-20 11:30 +0000 [r1232] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: don't generate modules.dep
-
-2002-02-20 11:07 +0000 [r1231] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - run depmod, if modules.dep hasn't been found
-
-2002-02-20 10:11 +0000 [r1230] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - --fs is back, but if used warning is writen
-
-2002-02-19 14:47 +0000 [r1227-1229] Artur Frysiak <wiget/at/pld-linux.org>
-
- * Makefile: portability fix
-
- * geninitrd.8.xml (added): - start rewrite documentation to XML
- Docbook.
-
- * geninitrd: - drop trash support (trash is dead) - rename --fs to
- --initrdfs (less confusion but incompatible change :( ) - new
- configuration option EXIT_IF_MISSING (is set to "no" then warn
- about missing modules but continue) - disable root on loop device
- (need rewrite for bsp)
-
-2002-02-19 14:35 +0000 [r1226] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: total rewite plan
-
-2002-01-29 11:19 +0000 [r1225] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - depmod support added - needs testing!
-
-2002-01-17 20:14 +0000 [r1224] Tomasz Pala <gotar/at/pld-linux.org>
-
- * geninitrd, geninitrd.8: - cosmetics.
-
-2001-12-15 14:41 +0000 [r1223] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * TODO: - one more
-
-2001-12-15 14:33 +0000 [r1222] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * geninitrd: - typo
-
-2001-10-15 10:56 +0000 [r1221] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: fixed typo reported by GoTaR <gotar/at/priv0.onet.pl>
-
-2001-09-10 09:52 +0000 [r1220] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: VERSION is *not* hardcoded
-
-2001-09-07 17:59 +0000 [r1219] kloczek <kloczek/at/pld-linux.org>
-
- * Makefile: - rename release target to dist.
-
-2001-09-07 17:56 +0000 [r1218] kloczek <kloczek/at/pld-linux.org>
-
- * geninitrd: - hardcode VERSION (as 2.6) - move initialize
- variables on top and few indentation.
-
-2001-09-07 17:37 +0000 [r1217] kloczek <kloczek/at/pld-linux.org>
-
- * geninitrd.sysconfig: - uncomment using bsp by default.
-
-2001-09-07 13:29 +0000 [r1216] Artur Frysiak <wiget/at/pld-linux.org>
-
- * Makefile: fix typo clean up
-
-2001-09-07 13:25 +0000 [r1215] Artur Frysiak <wiget/at/pld-linux.org>
-
- * Makefile, geninitrd: Use RCS Id as version number
-
-2001-09-07 13:02 +0000 [r1214] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: release 2.5 ready
-
-2001-09-07 12:21 +0000 [r1213] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * TODO, geninitrd.sysconfig: - commented PREMODS added to
- sysconfig-file - one more TODO
-
-2001-08-22 15:04 +0000 [r1212] Arkadiusz Patyk <areq/at/pld-linux.org>
-
- * geninitrd: - s/DC960/DAC960/
-
-2001-08-13 10:41 +0000 [r1211] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: Use RSC Id to better identification
-
-2001-07-06 15:30 +0000 [r1210] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: one task done; one added
-
-2001-07-06 15:05 +0000 [r1209] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: devfs support inspired by patch from Robert R. Wal
- <rrw/at/reptile.eu.org>
-
-2001-07-04 13:01 +0000 [r1208] kloczek <kloczek/at/pld-linux.org>
-
- * TODO: Answer for quesion.
-
-2001-07-04 11:31 +0000 [r1206-1207] Artur Frysiak <wiget/at/pld-linux.org>
-
- * Makefile: version 2.4
-
- * geninitrd.8: some options described
-
-2001-07-04 08:31 +0000 [r1205] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: more to do
-
-2001-07-04 08:02 +0000 [r1204] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: UUID/LABEL support for xfs finished (thanks baggins)
-
-2001-07-03 17:33 +0000 [r1201-1203] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: more tasks done
-
- * geninitrd.8: - --omit-* options are removed
-
- * geninitrd: - load software raid modules only if rootfs is on raid
- - hadle linear "raid" - remove --omit-* options - added --raidtab
- option
-
-2001-07-03 11:55 +0000 [r1200] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: some tasks done; new tasks added
-
-2001-07-03 10:45 +0000 [r1199] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: better message if modules is loadded without options
-
-2001-07-03 10:27 +0000 [r1198] Artur Frysiak <wiget/at/pld-linux.org>
-
- * geninitrd: - support rootfs on DAC960/cpqarray/cciss (AMI RAID
- not supported yet) - hide --omit* options - added
- --modules-conf=<modules.conf> options
-
-2001-07-02 09:32 +0000 [r1197] Michał Moskal <malekith/at/pld-linux.org>
-
- * Makefile: rel 2.3
-
-2001-07-02 09:00 +0000 [r1196] Michał Moskal <malekith/at/pld-linux.org>
-
- * geninitrd: - use /etc/modules.conf only if it exists
-
-2001-06-27 17:58 +0000 [r1195] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: more to do
-
-2001-06-27 17:42 +0000 [r1193-1194] Artur Frysiak <wiget/at/pld-linux.org>
-
- * TODO: UUID/LABEL support- done
-
- * geninitrd: added LABEL and UUID support redirect all error
- messages to stderr
-
-2001-06-27 16:38 +0000 [r1192] Bartosz Waszak <waszi/at/pld-linux.org>
-
- * TODO: - add support to LVM
<Skipped 162 lines>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/52c68694200b3c3de5e5c622e6ee8c09b94e8e03
More information about the pld-cvs-commit
mailing list