Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-14 | shutdown: fixed killall_proc_mountpoint() | Harald Hoyer | 2 | -5/+10 | |
2013-08-14 | dracut-functions.sh: if no libdirs are set, take the ld.so.cache paths | Harald Hoyer | 1 | -0/+18 | |
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 | dracut.sh: always assemble /usr in the initramfs | Harald Hoyer | 1 | -0/+1 | |
2013-08-12 | dracut.sh: always assemble /usr device in initramfs | Harald Hoyer | 1 | -0/+4 | |
2013-08-12 | lsinitrd.sh: fixed modules.txt path | Harald Hoyer | 1 | -1/+1 | |
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-12 | dracut.sh: fixed typo | Harald Hoyer | 1 | -1/+1 | |
2013-08-12 | dracut.sh: use local lsinitrd.sh for "-l" | Harald Hoyer | 1 | -1/+5 | |
2013-08-12 | dracut-logger.sh: saveguard logger with -- | Harald Hoyer | 1 | -1/+1 | |
2013-08-09 | dracut-logger.sh: do not unset logging messages if sysloglvl is set | Harald Hoyer | 1 | -6/+6 | |
2013-08-09 | lsinitrd.sh: fixed case | Harald Hoyer | 1 | -2/+1 | |
2013-08-09 | omit drivers fix | dyoung@redhat.com | 1 | -1/+2 | |
Because omit_drivers list use underline always, so when maching with it the _mod need to be converted as well or sometimes omit-drivers will fail silently. Fix this by replace '-' with '_' in instmods function. Signed-off-by: Dave Young <dyoung@redhat.com> | |||||
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.sh: check the value of --kver | Harald Hoyer | 1 | -0/+5 | |
https://bugzilla.redhat.com/show_bug.cgi?id=993327 | |||||
2013-08-07 | dracut.sh: do not strip in FIPS mode | Harald Hoyer | 1 | -18/+4 | |
2013-08-07 | 51-dracut-rescue.install: fixed rescue image creation | Harald Hoyer | 1 | -1/+3 | |
2013-08-07 | dracut-functions.sh: inst_multiple == dracut_install | Harald Hoyer | 64 | -202/+206 | |
2013-08-07 | dracut-functions.sh: removed non dracut-install shell functions | Harald Hoyer | 1 | -259/+56 | |
2013-08-07 | dracut.sh/dracut-functions.sh: handle root on non-block device | Harald Hoyer | 2 | -2/+7 | |
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-07 | dracut.asc: small corrections | Harald Hoyer | 1 | -59/+16 | |
2013-08-07 | dracut.sh: call find with -print0 and cpio with --null | Harald Hoyer | 1 | -2/+2 | |
2013-08-05 | lsinitrd.sh: add old cpio signature | Harald Hoyer | 1 | -0/+1 | |
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 | 4 | -24/+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 | dracut-031031 | Harald Hoyer | 2 | -2/+36 | |
2013-07-31 | kernel-modules/module-setup.sh: silently omit some filesystem drivers | Harald Hoyer | 2 | -2/+9 | |
2013-07-31 | dracut.conf.d/fedora.conf.example: don't omit drivers | Harald Hoyer | 1 | -1/+0 | |
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 | dracut-logger.sh: do not use systemd-cat, if no /run/systemd/journal | Harald Hoyer | 1 | -1/+1 | |
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-31 | TEST-30-ISCSI: eth0 -> ens3 | Harald Hoyer | 1 | -2/+2 | |
2013-07-31 | remove "< <(" syntax | Harald Hoyer | 2 | -88/+89 | |
bash seems to want /dev/fd in that case. dracut is sometimes called in environments, where /proc and /dev are not mounted. | |||||
2013-07-31 | TEST-50-MULTINIC: change interface names to ens* | Harald Hoyer | 1 | -9/+9 | |