]> git.ipfire.org Git - thirdparty/dracut.git/history - dracut.sh
remove "< <(" syntax
[thirdparty/dracut.git] / dracut.sh
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
2013-02-05  Harald Hoyerdracut.sh: reverting return value change
2013-01-23  Harald Hoyerdracut-functions.sh: cope with optional field #7 in...
2013-01-23  Colin GuthrieExtend 52f1b041 to allow devices to be specified in...
2012-11-21  Harald Hoyerdracut.sh: do not strip signed kernel modules
2012-10-19  Harald Hoyerdracut.sh: only 'warn' not 'error', if we don't strip
2012-10-19  Harald Hoyerdracut.sh: only save $kernel_cmdline, if set
2012-10-16  Harald Hoyerprelink and preunlink (for FIPS) in the initramfs
2012-10-16  Harald Hoyerstrip initramfs binaries by default (not all for FIPS)
2012-10-04  Harald Hoyeradd "--kernel-cmdline" and kernel_cmdline options for...
2012-09-27  Harald Hoyerdracut.sh: create the initramfs non-world readable
2012-08-23  Harald Hoyermoved the /etc/host_devs write out to 99base
2012-08-23  dyoung@redhat.comAdd a dracut option --device to bring up a device in...
2012-08-23  dyoung@redhat.comwait host devs in base module
2012-07-31  Harald Hoyerdracut.sh: create relative symlinks for /var/lock and...
2012-07-31  Harald Hoyerdracut.sh: do not copy /var/run and /var/lock from...
2012-07-30  Harald Hoyerdracut.sh: test if we can lazy resolve with ldd
2012-07-27  Harald Hoyerdracut.sh: put $drivers and $filesystems back in export
2012-07-27  Harald Hoyerkernel-modules/module-setup.sh: move "$drivers" "$files...
2012-07-26  Amadeusz Żołnowskiro_mnt - option at build time to force ro mount of...
2012-07-21  Harald Hoyerdracut.sh: add -N option for --no-hostonly
2012-07-20  Harald Hoyerdracut: add option --kver=<kernel-version>
2012-07-11  Harald Hoyerdracut.sh: for --include copy also the symbolic links
2012-07-09  Harald Hoyerdracut.sh: corrected error messages, if mktemp failed
2012-07-06  Harald Hoyersystemd: check, that --prefix= does not contain /run
2012-07-06  Harald Hoyerdracut.sh: keep vim syntax highlighting happy
2012-07-03  Harald Hoyerdracut.sh: use getopt to parse arguments
2012-07-02  Harald Hoyeradd "--hardlink" "--nohardlink" options
2012-07-02  Harald Hoyerdracut-functions.sh,dracut.sh: use xargs with "-r"
2012-07-02  Harald Hoyerdracut.sh: do not lazy resolve "include" directories
2012-07-02  Harald Hoyermove dracut-install to dracutbasedir
2012-06-29  Harald HoyerUse /usr/bin/dracut-install if available
2012-06-29  Harald Hoyerdracut.sh, dracut-functions.sh: add dracut_kernel_post()
2012-06-29  Harald Hoyerdracut.sh: set $initdir early before sourcing dracut...
2012-06-29  Harald Hoyerdracut.sh, dracut-functions.sh: do lazy kernel module...
2012-06-29  Harald Hoyerdracut.sh: do not copy devices nodes, mknod them
2012-06-29  Harald Hoyerdracut.sh: speedup "strip"
2012-06-18  Harald HoyerSet some global variables in dracut-functions.sh
2012-06-18  Harald Hoyerfixed instmods() return code and set pipefail globally
2012-06-15  Harald Hoyerdracut.sh: unset some variables
2012-06-15  Harald Hoyerdracut.sh: output unknown argument
2012-06-12  Harald Hoyerdracut.sh: mkdir $initdir/lib/dracut
2012-06-08  Harald Hoyerdracut.sh: mkdir of $libdirs at then end
2012-06-06  Harald Hoyermodules are now only handled with /sys/modules and...
2012-06-06  Harald Hoyermake udevdir systemdutildir systemdsystemunitdir global...
2012-06-04  Harald Hoyerget rid of libdir and usrlibdir
2012-06-04  Harald Hoyerdracut.sh: precopy some essential device nodes
2012-06-04  Harald Hoyerdracut.sh: do not rely on the presence of lib64, check...
2012-05-22  Harald Hoyeradd dracut-version.sh
2012-05-21  Dave Youngadd option --printsize
2012-05-16  Cong Wangcheck install files passed by cmdline
2012-05-16  Cong Wangcheck kernel module existance
2012-05-09  Harald Hoyerdracut.sh: install var/run and var/lock
2012-04-16  Harald Hoyerdracut.sh: log installed modules to $initdir/lib/dracut...
2012-04-16  Jon Ander HernandezDebian multiarch support
2012-03-29  Harald Hoyerdracut.sh:_get_fs_type() readlink devices to avoid...
2012-03-29  Harald Hoyerfstab-sys: also include the module, if --add-fstab...
2012-03-26  Amadeusz Żołnowskiadd --tmpdir option to cmd line args and tmpdir to...
2012-03-26  Harald Hoyerdracut.sh: add "--no-hostonly" option
2012-03-14  Harald Hoyerremove --ctty
2012-03-08  Harald Hoyeradd "initqueue/*" to hookdirs and create them in dracut...
2012-02-25  Harald Hoyerdracut.sh/dracut-functions.sh: use a marker-dir for...
2012-02-24  Harald Hoyerdracut.sh: first install /usr dirs, then toplevel
2012-02-22  Harald Hoyerchange omit_drivers to support regexp expressions
2012-02-22  Harald Hoyerdracut.sh: do not install some files in installkernel
2012-02-22  Harald Hoyerdracut.sh: skip symlink dirs for prelink unlink
2012-02-22  Harald HoyerRenamed all shell scripts to *.sh