summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12dracut.sh: always assemble /usr device in initramfsHarald Hoyer1-0/+4
2013-08-12lsinitrd.sh: fixed modules.txt pathHarald Hoyer1-1/+1
2013-08-12systemd/dracut-initqueue.sh: added missing "then"Harald Hoyer1-1/+1
2013-08-12base: don't install switch_root, if systemd is usedHarald Hoyer1-2/+1
2013-08-12dracut.sh: fixed typoHarald Hoyer1-1/+1
2013-08-12dracut.sh: use local lsinitrd.sh for "-l"Harald Hoyer1-1/+5
2013-08-12dracut-logger.sh: saveguard logger with --Harald Hoyer1-1/+1
2013-08-09dracut-logger.sh: do not unset logging messages if sysloglvl is setHarald Hoyer1-6/+6
2013-08-09lsinitrd.sh: fixed caseHarald Hoyer1-2/+1
2013-08-09omit drivers fixdyoung@redhat.com1-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-09multipath: need_shutdown if multipath devices existHarald Hoyer2-0/+12
https://bugzilla.redhat.com/show_bug.cgi?id=994913
2013-08-09iscsi/module-setup.sh: install some modules regardless of hostonlyHarald Hoyer1-1/+2
2013-08-07network/net-lib.sh: fix ibft interface configurationHarald Hoyer1-2/+14
also skip ibft$num names, which have been already given https://bugzilla.redhat.com/show_bug.cgi?id=989944
2013-08-07crypt: Fix typo--/etc/crypttab not /etc/cryptabJames Lee1-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-07dracut.sh: check the value of --kverHarald Hoyer1-0/+5
https://bugzilla.redhat.com/show_bug.cgi?id=993327
2013-08-07dracut.sh: do not strip in FIPS modeHarald Hoyer1-18/+4
2013-08-0751-dracut-rescue.install: fixed rescue image creationHarald Hoyer1-1/+3
2013-08-07dracut-functions.sh: inst_multiple == dracut_installHarald Hoyer64-202/+206
2013-08-07dracut-functions.sh: removed non dracut-install shell functionsHarald Hoyer1-259/+56
2013-08-07dracut.sh/dracut-functions.sh: handle root on non-block deviceHarald Hoyer2-2/+7
2013-08-07systemd/dracut-initqueue.sh: continue to boot if finished failedHarald Hoyer1-1/+8
but /sysroot/etc/fstab exists.
2013-08-07dracut.asc: small correctionsHarald Hoyer1-59/+16
2013-08-07dracut.sh: call find with -print0 and cpio with --nullHarald Hoyer1-2/+2
2013-08-05lsinitrd.sh: add old cpio signatureHarald Hoyer1-0/+1
2013-08-0195terminfo: install vt102WANG Chao1-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-31cms/cmssetup.sh: correct port for zfcp.confHarald Hoyer1-1/+13
2013-07-31lvm: add "--yes" to lvm lvchangeHarald Hoyer1-2/+2
2013-07-31Change the implementation of action_on_failBaoquan He4-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-31Revert "base: setup correct system time and time zone in initrd"Harald Hoyer2-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-31Generate correct ifcfg file for vlan= option.Radek Vykydal1-1/+17
2013-07-31dracut-031031Harald Hoyer2-2/+36
2013-07-31kernel-modules/module-setup.sh: silently omit some filesystem driversHarald Hoyer2-2/+9
2013-07-31dracut.conf.d/fedora.conf.example: don't omit driversHarald Hoyer1-1/+0
2013-07-31systemd: use systemd in the initramfs, if installed on the systemHarald Hoyer2-1/+2
and systemd version is >= 198
2013-07-31network: add vlan support for iBFTHarald Hoyer1-6/+12
2013-07-31dracut-logger.sh: do not use systemd-cat, if no /run/systemd/journalHarald Hoyer1-1/+1
2013-07-31network/net-lib.sh: safeguard against incomplete iBFT settingsHarald Hoyer1-6/+17
2013-07-31fips: handle checksum checks for RHEV kernelsHarald Hoyer1-1/+23
https://bugzilla.redhat.com/show_bug.cgi?id=947729
2013-07-31fips: cope with module aliases, when checking modulesHarald Hoyer1-3/+22
Also do not fail, if module aliases try to load CPU specific modules like crc32c_intel.
2013-07-31TEST-30-ISCSI: eth0 -> ens3Harald Hoyer1-2/+2
2013-07-31remove "< <(" syntaxHarald Hoyer2-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-31TEST-50-MULTINIC: change interface names to ens*Harald Hoyer1-9/+9
2013-07-31TEST-10: double disk spaceHarald Hoyer2-7/+7
2013-07-30dracut.spec: add bcache and modsign moduleHarald Hoyer1-0/+2
2013-07-30base/init.sh: create static device nodes with kmodHarald Hoyer2-1/+16
2013-07-30systemd/dracut-pre-trigger.service: run after systemd-tmpfiles-setup-devHarald Hoyer1-1/+1
2013-07-30systemd: include systemd-tempfilesHarald Hoyer1-7/+1
2013-07-30dracut.sh: check for file existance before trying to read from itHarald Hoyer1-22/+27
2013-07-30base: hard depend on systemd, if system was started by systemdHarald Hoyer2-1/+1
2013-07-30crypt: Wait for udev to settle before unlocking diskJames Lee1-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.