summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-06manpage xml: changed DTD to docbook 4.5Harald Hoyer5-10/+24
2010-08-06dracut.kernel.7.xml: updated I18N and LUKS sectionsAmadeusz Żołnowski2-22/+61
10i18n/README: typo corrected
2010-08-06Makefile: use $(MAKE) and $(RM) instead of make and rm -fAmadeusz Żołnowski1-9/+9
See: http://www.gnu.org/software/make/manual/make.html#MAKE-Variable
2010-08-06fedora.conf moved back to fedora.conf.exampleHarald Hoyer2-8/+6
2010-08-06manpages: changed to UTF-8Harald Hoyer3-3/+3
2010-08-05manpages: add note, that host-only mode does not work in chroot()Harald Hoyer2-2/+2
2010-08-05dracut-functions: use /proc/self/mountinfo, instead of /proc/mountsHarald Hoyer1-9/+4
1. it's easier to get the major:minor 2. it's more failsafe in a chroot() (rescue CD case)
2010-08-05Fix ahci detection in kernel 2.6.35Andrey Borzenkov1-1/+1
Kernel 2.6.35 (may be, earlier) split ahci into libahci.ko and ahci.ko and added ahci_platform.ko. As a result, drivers ahci and ahci_platform do not contain any symbol that are checked for storage modules (it is libahci.ko that references ata_scsi_ioctl now). So add additional symbol ahci_init_controller; it seems this is expected to be called by every driver based on libahci.ko. Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
2010-08-05manpage correctionsHarald Hoyer3-122/+222
2010-08-05dracut: let --fwdir be specified multiple timesHarald Hoyer1-1/+1
2010-08-05documentation: moved to docbook man pagesHarald Hoyer11-605/+1447
2010-08-05fips: udev trigger with action=addHarald Hoyer1-1/+1
2010-08-04add option --ignore-kernel-modulesAmadeusz Żołnowski3-4/+23
Instead of adding modprobe and rmmod, create symlinks to /bin/true to don't produce unnecessary errors. Anyway it's a workaround for following desired behaviour: modprobe tries to insert module only if it's not built into kernel
2010-08-04Harden check for used modules in hostonly modeAndrey Borzenkov1-1/+1
Make sure that we do not accept module name which is substring of some other module name. This resulted in piix being mistakenly loaded together with ata_piix. It completely broke DVD access here. Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
2010-08-0410i18n: exit if console already initializedAmadeusz Żołnowski1-0/+4
2010-08-04renamed 00bootchartd to 00bootchartHarald Hoyer2-0/+0
2010-08-04dracut-functions: fixed --omitHarald Hoyer1-0/+1
2010-08-02init: create /dev/.udev/rules.d with correct permissionsHarald Hoyer4-3/+2
2010-08-02mkdir /dev/.udev/rules.d with mode 0755Harald Hoyer3-3/+3
2010-08-02NEWS: update for version 007Harald Hoyer1-0/+10
2010-08-02manpages: updated for /etc/dracut.conf.dHarald Hoyer2-3/+16
2010-08-02dracut-lib.sh: fixed getarg for nonexistent parametersHarald Hoyer1-5/+18
getarg returned an old "$val" for nonexistent parameters, because "val" was not local
2010-08-02mdraid: try to start degraded arrays in various waysHarald Hoyer1-2/+3
2010-08-02mdraid: remove mdadm.conf on rd_NO_MDADMCONFHarald Hoyer1-0/+4
2010-08-02TEST-12-RAID-DEG: do not execute rd_NO_MDADMCONF testsHarald Hoyer1-7/+7
2010-08-02TEST-14-IMSM: fixed testHarald Hoyer2-4/+6
2010-08-02TEST-13-ENC-RAID-LVM: prepend "luks-" to rd_LUKS_UUID argumentHarald Hoyer1-2/+2
2010-08-02mdraid: remove "local"Harald Hoyer1-1/+2
2010-08-02init: set old umask before switch_rootHarald Hoyer1-0/+3
2010-08-02crypt: fix printfHarald Hoyer1-1/+1
2010-08-02TEST-12-RAID-DEG: double disk spaceHarald Hoyer2-6/+6
2010-08-02i18n: only source config files, if presentHarald Hoyer1-2/+2
2010-08-02mdraid: --no-degraded not allowed with -IHarald Hoyer1-1/+1
2010-08-02dracut-functions: fix check=255 logic and dependenciesHarald Hoyer1-8/+16
2010-08-02TEST: omit network module for non-network testsHarald Hoyer5-5/+5
2010-08-02dracut: let some arguments add upHarald Hoyer1-6/+6
Specifying multiple -a, -o, -m, -d, --add-drivers, --filesystems now adds up.
2010-08-02crypt: loop until all non-busy crypt devs closedHarald Hoyer2-3/+6
2010-08-02debug: add fsck to debug moduleHarald Hoyer1-0/+2
2010-08-02dracut: use hardlink, if available to safe some spaceHarald Hoyer1-0/+4
2010-08-02version pre 7Harald Hoyer2-3/+3
2010-08-02dracut.spec: redhat-i18n -> i18nHarald Hoyer1-1/+1
2010-08-02dracut.spec: add bootchartdHarald Hoyer1-0/+1
2010-08-02dracut.spec: add dracut.conf.d/fedora.confHarald Hoyer1-0/+2
2010-07-29crypt: strip "luks-" from rd_LUKS_UUIDHarald Hoyer1-0/+1
2010-07-28removed redundant 64-lvm.rules installHarald Hoyer1-1/+1
Thanks to Amadeusz Żołnowski, who found it.
2010-07-27dracut-functions: fix "-m -a" handlingHarald Hoyer1-4/+12
2010-07-23crypt: remove emergency source of dracut-lib.shHarald Hoyer1-1/+0
2010-07-23fcoe: add sleeps to fcoe-upHarald Hoyer1-0/+4
2010-07-23lvm: wait for all rd_LVM_LV and rd_LVM_VG specified to appearHarald Hoyer1-5/+13
2010-07-23mknod with mode and set umask for the restHarald Hoyer2-10/+14