Age | Commit message (Expand) | Author | Files | Lines |
2013-03-22 | dracut.sh: export systemdsystemconfdir | Harald Hoyer | 1 | -4/+11 |
2013-03-20 | dracut.sh: turn off hostonly mode, if udev database is not found | Harald Hoyer | 1 | -0/+4 |
2013-03-20 | dracut.sh: turn off host-only mode, if essential system filesystems not mounted | Harald Hoyer | 1 | -0/+9 |
2013-03-20 | dracut.sh: remove temporary cpio output in trap | Harald Hoyer | 1 | -1/+1 |
2013-03-13 | dracut.sh: Add --noimageifnotneeded parameter | Harald Hoyer | 1 | -0/+12 |
2013-03-13 | dracut.sh: add --regenerate-all | Harald Hoyer | 1 | -1/+30 |
2013-03-11 | dracut.sh: add swap partitions to host-only setup | Harald Hoyer | 1 | -0/+17 |
2013-03-11 | make host_fs_types a hashmap | Harald Hoyer | 1 | -11/+12 |
2013-03-09 | dracut.sh: move cleanup trap, just after mktemp | Harald Hoyer | 1 | -5/+5 |
2013-03-09 | dracut.sh: add new default path to initramfs according to bootloader spec | Harald Hoyer | 1 | -2/+8 |
2013-03-09 | dracut.sh: remove (default) marker in --help | Harald Hoyer | 1 | -7/+7 |
2013-03-07 | dracut.sh: rename source_dirs_prio() to dropindirs_sort() | Harald Hoyer | 1 | -2/+2 |
2013-02-22 | dracut: write initramfs to temp file then move into place | Lars R. Damerow | 1 | -2/+3 |
2013-02-19 | introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory | Harald Hoyer | 1 | -5/+27 |
2013-02-18 | dracut: enable initramfs building without kernel modules | Harald Hoyer | 1 | -4/+5 |
2013-02-08 | dracut.sh: make /var/log a symlink to /run/log | Harald Hoyer | 1 | -1/+2 |
2013-02-05 | dracut.sh: reverting return value change | Harald Hoyer | 1 | -4/+4 |
2013-01-23 | dracut-functions.sh: cope with optional field #7 in mountinfo | Harald Hoyer | 1 | -4/+4 |
2013-01-23 | Extend 52f1b041 to allow devices to be specified in config files as well as c... | Colin Guthrie | 1 | -2/+13 |
2012-11-21 | dracut.sh: do not strip signed kernel modules | Harald Hoyer | 1 | -5/+11 |
2012-10-19 | dracut.sh: only 'warn' not 'error', if we don't strip | Harald Hoyer | 1 | -1/+1 |
2012-10-19 | dracut.sh: only save $kernel_cmdline, if set | Harald Hoyer | 1 | -1/+1 |
2012-10-16 | prelink and preunlink (for FIPS) in the initramfs | Harald Hoyer | 1 | -23/+25 |
2012-10-16 | strip initramfs binaries by default (not all for FIPS) | Harald Hoyer | 1 | -7/+20 |
2012-10-04 | add "--kernel-cmdline" and kernel_cmdline options for default parameters | Harald Hoyer | 1 | -0/+11 |
2012-09-27 | dracut.sh: create the initramfs non-world readable | Harald Hoyer | 1 | -1/+2 |
2012-08-23 | moved the /etc/host_devs write out to 99base | Harald Hoyer | 1 | -16/+0 |
2012-08-23 | Add a dracut option --device to bring up a device in initramfs | dyoung@redhat.com | 1 | -0/+3 |
2012-08-23 | wait host devs in base module | dyoung@redhat.com | 1 | -0/+16 |
2012-07-31 | dracut.sh: create relative symlinks for /var/lock and /var/run | Harald Hoyer | 1 | -2/+2 |
2012-07-31 | dracut.sh: do not copy /var/run and /var/lock from the system | Harald Hoyer | 1 | -1/+1 |
2012-07-30 | dracut.sh: test if we can lazy resolve with ldd | Harald Hoyer | 1 | -1/+8 |
2012-07-27 | dracut.sh: put $drivers and $filesystems back in export | Harald Hoyer | 1 | -1/+1 |
2012-07-27 | kernel-modules/module-setup.sh: move "$drivers" "$filesystems" and "$add_driv... | Harald Hoyer | 1 | -2/+14 |
2012-07-26 | ro_mnt - option at build time to force ro mount of / and /usr | Amadeusz Żołnowski | 1 | -1/+5 |
2012-07-21 | dracut.sh: add -N option for --no-hostonly | Harald Hoyer | 1 | -3/+3 |
2012-07-20 | dracut: add option --kver=<kernel-version> | Harald Hoyer | 1 | -0/+3 |
2012-07-11 | dracut.sh: for --include copy also the symbolic links | Harald Hoyer | 1 | -2/+2 |
2012-07-09 | dracut.sh: corrected error messages, if mktemp failed | Harald Hoyer | 1 | -1/+1 |
2012-07-06 | systemd: check, that --prefix= does not contain /run | Harald Hoyer | 1 | -1/+2 |
2012-07-06 | dracut.sh: keep vim syntax highlighting happy | Harald Hoyer | 1 | -0/+1 |
2012-07-03 | dracut.sh: use getopt to parse arguments | Harald Hoyer | 1 | -64/+169 |
2012-07-02 | add "--hardlink" "--nohardlink" options | Harald Hoyer | 1 | -6/+14 |
2012-07-02 | dracut-functions.sh,dracut.sh: use xargs with "-r" | Harald Hoyer | 1 | -1/+1 |
2012-07-02 | dracut.sh: do not lazy resolve "include" directories | Harald Hoyer | 1 | -19/+21 |
2012-07-02 | move dracut-install to dracutbasedir | Harald Hoyer | 1 | -2/+2 |
2012-06-29 | Use /usr/bin/dracut-install if available | Harald Hoyer | 1 | -21/+44 |
2012-06-29 | dracut.sh, dracut-functions.sh: add dracut_kernel_post() | Harald Hoyer | 1 | -12/+1 |
2012-06-29 | dracut.sh: set $initdir early before sourcing dracut-functions.sh | Harald Hoyer | 1 | -10/+10 |
2012-06-29 | dracut.sh, dracut-functions.sh: do lazy kernel module dep resolving | Harald Hoyer | 1 | -1/+4 |