]> git.ipfire.org Git - thirdparty/dracut.git/history - dracut.sh
Generate reproducible initramfs images
[thirdparty/dracut.git] / dracut.sh
2014-08-15  Harald HoyerGenerate reproducible initramfs images
2014-07-22  Harald Hoyerdracut.sh: add DRACUT_PATH
2014-07-22  Harald Hoyeradd "--install-optional" and install_optional_items
2014-07-08  Harald Hoyerdracut.sh: always copy prelink files in FIPS mode
2014-06-30  Harald Hoyerdefault to hostonly_cmdline=yes, if hostonly
2014-06-20  Harald Hoyerdracut.sh: add libgcc_s, if libpthread is installed
2014-05-07  Harald HoyerDo not log to kmsg/syslog and files for "--print-cmdline"
2014-03-06  Harald HoyerDo not wait_for_dev if hostonly_cmdline not set
2014-03-03  WANG ChaoAdd -[-no]-hostonly-cmdline option handling for getopt
2014-02-28  Dave Youngadd default values in fstab_lines
2014-02-26  Harald HoyerAdd flag to toggle hostonly cmdline storing in the...
2014-02-26  Amadeusz ŻołnowskiAdded missing quotes
2014-02-26  Alexander TsoyAdd legacy flag (-l) to lz4 and update magic number
2014-02-19  Harald Hoyerdracut.sh: write directly to the output file
2014-02-07  Colin Guthriedracut.sh: Fix variable name typo.
2014-01-30  Harald Hoyerdracut.sh: only set the owner of files to 0:0, if gener...
2014-01-24  Harald Hoyerdracut.sh: add early_cpio marker file to the early...
2014-01-24  Harald Hoyerdracut.sh: set file owners of early cpio files to 0:0
2014-01-24  Harald Hoyerdracut.sh: create early cpio dir for acpi tables
2014-01-24  Harald Hoyerdracut.sh: s#\"#'# for error messages
2014-01-24  Hari BathiniDracut: Add a new argument "--rebuild"
2014-01-24  Koen KooiUse builtin xz/lzma option to use all cores for multihr...
2014-01-17  Harald Hoyerdracut-install,dracut: fix ldd output parsing
2014-01-13  Harald Hoyerdracut.sh: add /boot/efi to device paths
2014-01-13  Harald Hoyerdracut.sh: add missing piece for option --add-device
2013-12-05  Hannes ReineckeMake logfile configurable
2013-12-05  Harald Hoyerdracut-functions.sh: do not force require modules.builtin*
2013-12-03  Harald Hoyerdracut.sh: skip crypt swaps with password files
2013-12-03  Harald Hoyerdracut.sh:_get_fs_type() if block device exists return...
2013-11-13  Vratislav PodzimekRun 'xz' and 'lzma' with multiple threads
2013-11-02  Harald Hoyerdracut.sh: fixed PATH shortener
2013-10-30  Harald HoyerHandle crypto modules with and without modaliases
2013-10-16  Harald Hoyerdracut.sh: no need to make subdirs in run
2013-10-16  Harald Hoyerdracut.sh: also mkdir /run/lock, which is copied to
2013-10-14  P J PAdd lzo, lz4 compression and read INITRD_COMPRESS
2013-10-08  Harald Hoyerdracut.sh: do not bail out, if kernel modules dir is...
2013-10-02  Harald Hoyerdracut.sh: bail out early, if destination dir is not...
2013-10-02  Thomas Renningerdracut: Implement ACPI table overriding
2013-10-02  Thomas Renningerdracut: Do not create early_cpio if no suitable microco...
2013-10-02  Thomas Renningerdracut: Generlize microcode early cpio usage
2013-09-17  Harald HoyerAdd option to turn on/off prelinking
2013-09-13  Harald Hoyerdracut.sh: we don't need to read the modalias files
2013-09-13  Harald Hoyerdracut.sh: also search uevent's for MODALIAS
2013-09-13  Harald Hoyerdracut.sh: harden host_modalias reading
2013-09-11  Colin Waltersdracut.sh: Fixup previous commit to only read /sys...
2013-09-11  Harald Hoyerdracut-functions.sh: extend module_is_host_only()
2013-09-09  Harald Hoyerdracut.sh: reorder things to let "--print-cmdline"...
2013-08-22  Harald Hoyeruse ${var:+val} rather than ${var+val}
2013-08-20  Harald Hoyerdracut-functions.sh: add expand_persistent_dev()
2013-08-20  Harald Hoyerdracut.sh: recognize swap entries in fstab with mountpo...
2013-08-20  Harald Hoyeradd persistent_policy configuration option
2013-08-20  Harald Hoyerdracut.sh: fixed checking for FIPS mode
2013-08-19  Daniel Schaaldracut.sh: Fix [no-]early-microcode parameter and add...
2013-08-16  Harald Hoyerdracut.sh: add --persistent-policy option
2013-08-15  Harald Hoyeradd parameter --print-cmdline
2013-08-15  Harald Hoyerrootfs-block: search all host_devs for a journal device
2013-08-15  Harald HoyerCreate initramfs without using udevadm
2013-08-12  Harald Hoyerdracut.sh: always assemble /usr in the initramfs
2013-08-12  Harald Hoyerdracut.sh: always assemble /usr device in initramfs
2013-08-12  Harald Hoyerdracut.sh: fixed typo
2013-08-12  Harald Hoyerdracut.sh: use local lsinitrd.sh for "-l"
2013-08-07  Harald Hoyerdracut.sh: check the value of --kver
2013-08-07  Harald Hoyerdracut.sh: do not strip in FIPS mode
2013-08-07  Harald Hoyerdracut-functions.sh: inst_multiple == dracut_install
2013-08-07  Harald Hoyerdracut.sh/dracut-functions.sh: handle root on non-block...
2013-08-07  Harald Hoyerdracut.sh: call find with -print0 and cpio with --null
2013-07-31  Harald Hoyerremove "< <(" syntax
2013-07-30  Harald Hoyerdracut.sh: check for file existance before trying to...
2013-07-24  Harald Hoyerdracut.sh: check for /sbin /bin /lib
2013-07-19  Harald HoyerUse systemd-cat for logging on systemd systems, if...
2013-07-17  Harald Hoyerdracut: do not enable early microcode inclusion by...
2013-07-17  Harald Hoyerdo not wait_for_dev for the root device
2013-07-15  Konrad Rzeszutek... dracut.sh: Support early microcode loading.
2013-07-12  Harald Hoyerdracut.sh: correct dropindirs_sort
2013-07-05  Harald Hoyerdracut.sh: unset all LC_* and LANG
2013-07-04  Harald Hoyerbeautified shell code
2013-06-28  Harald Hoyeruse "rm --" to guard against filenames beginning with "-"
2013-06-24  Harald Hoyeruse findmnt with "--source" or "--target"
2013-05-28  Harald Hoyerdon't add volatile swap partitions to host_devs
2013-05-06  Harald Hoyerdracut.sh: degrade message about missing tools for...
2013-04-25  Harald Hoyerdracut.sh: do not preunlink for fips mode
2013-04-25  Harald Hoyerfixed fips mode
2013-04-05  Harald HoyerAdd missing options to manpage and --help output
2013-03-26  Harald Hoyeruse systemd*dir variables everywhere
2013-03-22  Harald Hoyerdracut.sh: export systemdsystemconfdir
2013-03-20  Harald Hoyerdracut.sh: turn off hostonly mode, if udev database...
2013-03-20  Harald Hoyerdracut.sh: turn off host-only mode, if essential system...
2013-03-20  Harald Hoyerdracut.sh: remove temporary cpio output in trap
2013-03-13  Harald Hoyerdracut.sh: Add --noimageifnotneeded parameter
2013-03-13  Harald Hoyerdracut.sh: add --regenerate-all
2013-03-11  Harald Hoyerdracut.sh: add swap partitions to host-only setup
2013-03-11  Harald Hoyermake host_fs_types a hashmap
2013-03-09  Harald Hoyerdracut.sh: move cleanup trap, just after mktemp
2013-03-09  Harald Hoyerdracut.sh: add new default path to initramfs according...
2013-03-09  Harald Hoyerdracut.sh: remove (default) marker in --help
2013-03-07  Harald Hoyerdracut.sh: rename source_dirs_prio() to dropindirs_sort()
2013-02-22  Lars R. Damerowdracut: write initramfs to temp file then move into...
2013-02-19  Harald Hoyerintroduce /usr/lib/dracut/dracut.conf.d/ drop-in directory
2013-02-18  Harald Hoyerdracut: enable initramfs building without kernel modules
2013-02-08  Harald Hoyerdracut.sh: make /var/log a symlink to /run/log
next