Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-20 | add newline to cmdline config files | Harald Hoyer | 5 | -1/+5 | |
2013-08-19 | systemd: pre-pivot hooks runs after /sysroot is mounted | WANG Chao | 1 | -1/+1 | |
If rootflags=nofail, sysroot.mount won't strictly run "Before" initrd-root-fs.target. So we need to order dracut-pre-pivot after sysroot.mount. | |||||
2013-08-16 | dracut.sh: add --persistent-policy option | Harald Hoyer | 1 | -3/+3 | |
--persistent-policy <policy>: Use <policy> to address disks and partitions. <policy> can be any directory name found in /dev/disk. E.g. "by-uuid", "by-label" | |||||
2013-08-16 | base/dracut-lib.sh: move warn() definition before usage | Harald Hoyer | 1 | -38/+39 | |
2013-08-15 | add parameter --print-cmdline | Harald Hoyer | 5 | -69/+100 | |
This prints the kernel command line parameters for the current disk layout. $ dracut --print-cmdline rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471 rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered rootfstype=ext4 | |||||
2013-08-15 | rootfs-block: search all host_devs for a journal device | Harald Hoyer | 1 | -19/+17 | |
2013-08-15 | Create initramfs without using udevadm | Harald Hoyer | 3 | -29/+36 | |
This enables building a hostonly image, without the udev database populated. | |||||
2013-08-14 | network: also wait for ethernet interfaces to setup | WANG Chao | 1 | -1/+7 | |
We only wait for master interfaces for bridge/bonding/team/vlan case. If none of these complex network is configured, we should wait for ethernet interface (bootdev) instead. | |||||
2013-08-14 | shutdown: fixed killall_proc_mountpoint() | Harald Hoyer | 2 | -5/+10 | |
2013-08-13 | crypt: only manually activate systemd-cryptsetup, if not in crypttab | Harald Hoyer | 3 | -13/+26 | |
Only additional rd.luks.UUID have to be manually activated. | |||||
2013-08-13 | crypt/crypt-run-generator: also skip if UUID match in crypttab | Harald Hoyer | 2 | -3/+4 | |
2013-08-13 | add bash module | Harald Hoyer | 1 | -0/+20 | |
2013-08-13 | crypt/module-setup.sh: use crypttab in hostonly and don't install cmdline | Harald Hoyer | 1 | -2/+2 | |
2013-08-13 | fs-lib/module-setup.sh: install fsck and fsck.ext* | Harald Hoyer | 1 | -2/+2 | |
2013-08-12 | systemd/dracut-initqueue.sh: added missing "then" | Harald Hoyer | 1 | -1/+1 | |
2013-08-12 | base: don't install switch_root, if systemd is used | Harald Hoyer | 1 | -2/+1 | |
2013-08-09 | multipath: need_shutdown if multipath devices exist | Harald Hoyer | 2 | -0/+12 | |
https://bugzilla.redhat.com/show_bug.cgi?id=994913 | |||||
2013-08-09 | iscsi/module-setup.sh: install some modules regardless of hostonly | Harald Hoyer | 1 | -1/+2 | |
2013-08-07 | network/net-lib.sh: fix ibft interface configuration | Harald Hoyer | 1 | -2/+14 | |
also skip ibft$num names, which have been already given https://bugzilla.redhat.com/show_bug.cgi?id=989944 | |||||
2013-08-07 | crypt: Fix typo--/etc/crypttab not /etc/cryptab | James Lee | 1 | -1/+1 | |
1ae8b8a breaks the crypt module for those who use keyfiles due to a typo leading to the exclusion of /etc/crypttab from the initrd. | |||||
2013-08-07 | dracut-functions.sh: inst_multiple == dracut_install | Harald Hoyer | 46 | -78/+78 | |
2013-08-07 | systemd/dracut-initqueue.sh: continue to boot if finished failed | Harald Hoyer | 1 | -1/+8 | |
but /sysroot/etc/fstab exists. | |||||
2013-08-01 | 95terminfo: install vt102 | WANG Chao | 1 | -1/+1 | |
systemd uses vt102 as default term for tty: commit acda6a0 Author: Lennart Poettering <lennart@poettering.net> Date: Sun Apr 22 02:45:39 2012 +0200 default to v102 everywhere, instead of vt100, to synchronize with agetty Signed-off-by: WANG Chao <chaowang@redhat.com> | |||||
2013-07-31 | cms/cmssetup.sh: correct port for zfcp.conf | Harald Hoyer | 1 | -1/+13 | |
2013-07-31 | lvm: add "--yes" to lvm lvchange | Harald Hoyer | 1 | -2/+2 | |
2013-07-31 | Change the implementation of action_on_fail | Baoquan He | 3 | -20/+12 | |
Currently when action_on_fail is enabled, the emergency_shell won't be called. In kdump even though user specify the default action as emergency_shell, dracut skip it. Now change the implementation of action_on_fail to depend on a file which is created by kdump when making kdump initrd, then remove it at the beginning of kdump. This can solve the explicit emergency_shell problem. And action_on_fail won't need paramenters, remove the relevant description in dracut man page. Signed-off-by: Baoquan He <bhe@redhat.com> | |||||
2013-07-31 | Revert "base: setup correct system time and time zone in initrd" | Harald Hoyer | 2 | -20/+0 | |
This reverts commit 77364fd6bb01ea184db73b1a5ad05da984752293. Too many problems with adjtime in the initramfs https://bugzilla.redhat.com/show_bug.cgi?id=981617 | |||||
2013-07-31 | Generate correct ifcfg file for vlan= option. | Radek Vykydal | 1 | -1/+17 | |
2013-07-31 | kernel-modules/module-setup.sh: silently omit some filesystem drivers | Harald Hoyer | 1 | -2/+1 | |
2013-07-31 | systemd: use systemd in the initramfs, if installed on the system | Harald Hoyer | 2 | -1/+2 | |
and systemd version is >= 198 | |||||
2013-07-31 | network: add vlan support for iBFT | Harald Hoyer | 1 | -6/+12 | |
2013-07-31 | network/net-lib.sh: safeguard against incomplete iBFT settings | Harald Hoyer | 1 | -6/+17 | |
2013-07-31 | fips: handle checksum checks for RHEV kernels | Harald Hoyer | 1 | -1/+23 | |
https://bugzilla.redhat.com/show_bug.cgi?id=947729 | |||||
2013-07-31 | fips: cope with module aliases, when checking modules | Harald Hoyer | 1 | -3/+22 | |
Also do not fail, if module aliases try to load CPU specific modules like crc32c_intel. | |||||
2013-07-30 | base/init.sh: create static device nodes with kmod | Harald Hoyer | 2 | -1/+16 | |
2013-07-30 | systemd/dracut-pre-trigger.service: run after systemd-tmpfiles-setup-dev | Harald Hoyer | 1 | -1/+1 | |
2013-07-30 | systemd: include systemd-tempfiles | Harald Hoyer | 1 | -7/+1 | |
2013-07-30 | base: hard depend on systemd, if system was started by systemd | Harald Hoyer | 1 | -0/+1 | |
2013-07-30 | crypt: Wait for udev to settle before unlocking disk | James Lee | 1 | -4/+4 | |
To eliminate a race condition that occurs when unlocking one device depends on the result of unlocking a device before it, the crypt module must wait for udev to settle between each unlock attempt. Example /etc/crypttab: keyfile /dev/md1 none luks sda4_crypt /dev/sda4 /dev/mapper/keyfile luks sdb4_crypt /dev/sdb4 /dev/mapper/keyfile luks Without this patch, sometimes /dev/sda4 fails to unlock because udev doesn't have time to create /dev/mapper/keyfile before it's needed. | |||||
2013-07-30 | url-lib/module-setup.sh: fixed grepping libcurl | Harald Hoyer | 1 | -3/+6 | |
2013-07-30 | mdraid/mdmon-pre-shutdown.sh: removed unneeded code | Harald Hoyer | 1 | -2/+0 | |
2013-07-30 | base/dracut-lib.sh: check for /proc/cmdline existance | Harald Hoyer | 1 | -2/+4 | |
2013-07-30 | systemd: add support for kmod static devnodes | Harald Hoyer | 1 | -0/+5 | |
2013-07-29 | network:ifup handle bootif style interfaces | Harald Hoyer | 1 | -0/+11 | |
e.g. ip=77-77-6f-6f-64-73:dhcp | |||||
2013-07-26 | crypt: Skip /etc/crypttab if not present | Amadeusz Żołnowski | 1 | -1/+1 | |
Prevents following error message: I: *** Including module: crypt *** /usr/lib/dracut/modules.d/90crypt/module-setup.sh: line 31: /etc/crypttab: No such file or directory | |||||
2013-07-24 | bcache: add support for bcache | Harald Hoyer | 1 | -0/+30 | |
2013-07-24 | add debian udev rule files | Harald Hoyer | 3 | -0/+6 | |
2013-07-24 | usrmount: do not install, if /sbin/init does not live in /usr | Harald Hoyer | 1 | -0/+3 | |
2013-07-24 | modsign: do not install, if no keys present | Harald Hoyer | 1 | -4/+13 | |
also fixed inst_hook | |||||
2013-07-24 | dracut: 90kernel-modules/module-setup.sh: add ehci-tegra.ko on arm | Kyle McMartin | 1 | -1/+2 | |
kernel-tegra is now part of the base kernel package, so bits and pieces ended up modular, and as a result, if you boot off the internal USB, you drop to a dracut shell with no way of getting to root. |