]> git.ipfire.org Git - thirdparty/dracut.git/history - dracut
fs-lib: add ability to choose fsck tools
[thirdparty/dracut.git] / dracut
2011-10-10  Michal Soltysfs-lib: add ability to choose fsck tools
2011-10-10  Dave Youngdracut: check mktemp return value
2011-09-22  Amadeusz Żołnowskidracut: create /dev besides /proc, /sys and so
2011-09-02  Harald Hoyerdracut: cp with sparse
2011-08-19  John Reiserbuild initramfs: prelink --undo /sbin/*
2011-08-19  Harald Hoyerdracut: unset LD_LIBRARY_PATH
2011-08-12  Harald Hoyerdracut: add "--profile" option for profiling
2011-08-12  Harald Hoyeruse inst_simple to install non-binary files
2011-08-11  Amerigo Wangdracut: add --force-add option
2011-07-25  Harald Hoyerdracut: install /lib* for kernel images
2011-05-31  Harald Hoyerdracut: use pigz, if available and no compress defined
2011-05-20  Harald Hoyerdracut: add --keep option, to inspect the initramfs...
2011-05-20  Harald Hoyerdracut: handle toplevel symlinks
2011-05-20  Harald Hoyerdracut: s/bzip/bzip2
2011-05-16  Harald Hoyerdracut: set TMPDIR to /var/tmp
2011-05-10  Harald Hoyerremoved trailing whitespaces
2011-05-10  Harald Hoyerdracut: use /var/tmp rather than /tmp for the initramfs...
2011-05-02  Harald Hoyerdracut: revert prelink, if fips module was used
2011-04-20  Harald Hoyerdracut: make prefix configurable
2011-04-12  Harald HoyerMove all files to /run/initramfs
2011-04-11  Harald Hoyerdracut: do not install ld.so.conf* for kernel-only
2011-04-04  Amadeusz Żołnowskidracut: don't fail on empty /etc/ld.so.conf.d/
2011-03-29  Harald Hoyerdracut: add "/lib/firmware/updates" to default firmware...
2011-03-29  Harald Hoyerdracut: removed extra char in "Including modules done"
2011-03-29  Harald Hoyerdracut: source reformat with line breaks
2011-03-29  Harald Hoyerdracut: simplify $kernel version argument setting
2011-03-29  Amadeusz Żołnowskidracut: don't skip zero-length string outfile argument
2011-03-29  Harald HoyerRevert "dracut: don't skip zero-length string outfile...
2011-03-29  Harald Hoyerdracut: don't skip zero-length string outfile argument
2011-03-25  Amadeusz Żołnowskidracut: new option: -M, --show-modules - lists modules...
2011-03-25  Amadeusz Żołnowskidracut: when stdloglvl not set defaulted to 0 - should...
2011-03-25  Harald HoyerMove all hooks to "$hookdir"
2011-03-25  Harald Hoyerdracut: use readlink for drautbasedir if "-l"
2011-03-24  Harald Hoyerdracut: fixed directory handling, if image is created...
2011-03-23  Victor LowtherMake compression do The Right Thing based on what is...
2011-03-23  Victor LowtherUpdate and slightly refactor compression handling.
2011-03-23  Michal Soltysdracut: fix arithemtic ${#VAR[@]} tests
2011-03-17  Harald Hoyerdracut-logger: turn off xtrace for log messages
2011-03-16  Amadeusz Żołnowskidracut: script adjusted to new logging facility; -v...
2011-03-16  Amadeusz Żołnowskidracut: install ld.so.conf* with dracut_install instead...
2011-03-16  Harald Hoyerdracut: add "--check=crc32" to xz compression
2011-03-15  Harald Hoyerdracut: initialize stdloglvl_l
2011-03-15  Amadeusz Żołnowskidracut-logger: logging facility module for build- and...
2011-03-15  Harald Hoyerdracut: add --xz to compress with xz
2011-03-10  Harald Hoyerdracut: let some parameters be specified multiple times
2011-03-10  Harald Hoyerdracut-functions: add pop() and push()
2011-03-10  Harald Hoyerdracut: make options position independent
2011-03-10  Harald Hoyerdracut: make "-i, --include SOURCE TARGET" work for...
2011-03-09  Amadeusz Żołnowskilisting modules fixed
2011-03-07  Harald Hoyerdracut: more verbose logging
2011-02-23  Harald Hoyerdracut: do not use "derror", when we cannot find dracut...
2011-02-02  Harald Hoyerdracut: use derror for error messages
2011-02-02  Harald Hoyerreplaced check,install,installkernel with module-info.sh
2010-10-15  Amadeusz ŻołnowskiRevert "add option --ignore-kernel-modules"
2010-09-20  Harald Hoyerdracut: added --list-modules
2010-09-10  Harald Hoyerreformat source code
2010-08-23  Harald Hoyerdracut: fixed "Add support for bzip2 and xz"
2010-08-23  Harald Hoyerdracut: fixed "Clean up some conditional checking..."
2010-08-23  Harald Hoyerdracut: fixed "Shorten permission checking..."
2010-08-23  Amadeusz Żołnowskidracut: lib and usr/lib dirs detection
2010-08-23  Amadeusz Żołnowskiuse 'type' built-in instead of external cmd 'which...
2010-08-23  Victor LowtherTrivial bashification and minor code rearrangement...
2010-08-23  Victor LowtherPrettify the option setting loop in dracut.
2010-08-23  Victor LowtherBashify mkinitrd-dracut.sh, introduce read_arg.
2010-08-23  Victor LowtherJust test the status of the cpio-and-compress pipe...
2010-08-23  Victor LowtherAdd support for bzip2 and xz compressed initramfs images.
2010-08-23  Victor LowtherWe have $UID, use it instead of $(id -u)
2010-08-23  Victor LowtherFlatten our check to ensure that depmod works.
2010-08-23  Victor LowtherShorten permission checking to ensure we can actually...
2010-08-23  Victor LowtherBashify the code that actually sources out config files.
2010-08-23  Victor LowtherClean up some conditional checking when trying to find...
2010-08-23  Victor LowtherGet rid of unneeded dirname calls.
2010-08-06  Harald Hoyerdracut: add --fstab, to ignore /proc/self/mountinfo
2010-08-05  Harald Hoyerdracut: let --fwdir be specified multiple times
2010-08-04  Amadeusz Żołnowskiadd option --ignore-kernel-modules
2010-08-02  Harald Hoyerdracut: let some arguments add up
2010-08-02  Harald Hoyerdracut: use hardlink, if available to safe some space
2010-07-21  Andrey Borzenkovconffile before confdir
2010-07-20  Harald Hoyerdracut: fixed stripping of kernel modules
2010-07-06  Amadeusz Żołnowskidracut: info which module is sourced; updated dracut...
2010-06-17  Amadeusz Żołnowskidracut, dracut-functions: better vercmp
2010-06-09  Amadeusz ŻołnowskiSupport old version of module-init-tools
2010-05-07  Harald Hoyerdracut: get rid of the "file" command
2010-05-07  Harald Hoyeruse "grep" directly without "nm" to drop binutils requi...
2010-05-03  Harald Hoyerdracut.conf: use "+=" as default for config variables
2010-04-15  Ville SkyttäUse pigz for gzipping if available.
2010-04-14  Harald Hoyerdracut: add_drivers from the command line should add...
2010-03-05  Harald Hoyerdracut: move ldconfig after include
2010-03-05  Harald Hoyerdracut: do a full ldconfig in the initramfs
2010-02-18  Harald Hoyerdracut: add check, if we can write to the output image...
2010-02-18  Harald Hoyerdracut: removed "local" not inside of function
2010-02-12  Harald Hoyeradd /etc/dracut.conf.d
2009-11-27  Harald Hoyerchanged hostonly documentation and handling
2009-11-27  Harald Hoyerdracut: fix no_kernel typo
2009-11-19  Harald Hoyerdracut: create initramfs-$(kernelversion).img by default
2009-11-19  Harald Hoyerdracut: check more return codes, check for permissions...
2009-11-10  Dan Horákcontrol filesystems included in the generic initramfs
2009-11-03  Alan JenkinsTidy up some comments
2009-10-27  Harald Hoyerjoin $dsrc and $dracutbasedir
2009-10-09  Harald Hoyerdracut: if called with "-l" read only local dracut...
next