Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-06 | manpage xml: changed DTD to docbook 4.5 | Harald Hoyer | 5 | -10/+24 | |
2010-08-06 | dracut.kernel.7.xml: updated I18N and LUKS sections | Amadeusz Żołnowski | 2 | -22/+61 | |
10i18n/README: typo corrected | |||||
2010-08-06 | Makefile: use $(MAKE) and $(RM) instead of make and rm -f | Amadeusz Żołnowski | 1 | -9/+9 | |
See: http://www.gnu.org/software/make/manual/make.html#MAKE-Variable | |||||
2010-08-06 | fedora.conf moved back to fedora.conf.example | Harald Hoyer | 2 | -8/+6 | |
2010-08-06 | manpages: changed to UTF-8 | Harald Hoyer | 3 | -3/+3 | |
2010-08-05 | manpages: add note, that host-only mode does not work in chroot() | Harald Hoyer | 2 | -2/+2 | |
2010-08-05 | dracut-functions: use /proc/self/mountinfo, instead of /proc/mounts | Harald Hoyer | 1 | -9/+4 | |
1. it's easier to get the major:minor 2. it's more failsafe in a chroot() (rescue CD case) | |||||
2010-08-05 | Fix ahci detection in kernel 2.6.35 | Andrey Borzenkov | 1 | -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-05 | manpage corrections | Harald Hoyer | 3 | -122/+222 | |
2010-08-05 | dracut: let --fwdir be specified multiple times | Harald Hoyer | 1 | -1/+1 | |
2010-08-05 | documentation: moved to docbook man pages | Harald Hoyer | 11 | -605/+1447 | |
2010-08-05 | fips: udev trigger with action=add | Harald Hoyer | 1 | -1/+1 | |
2010-08-04 | add option --ignore-kernel-modules | Amadeusz Żołnowski | 3 | -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-04 | Harden check for used modules in hostonly mode | Andrey Borzenkov | 1 | -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-04 | 10i18n: exit if console already initialized | Amadeusz Żołnowski | 1 | -0/+4 | |
2010-08-04 | renamed 00bootchartd to 00bootchart | Harald Hoyer | 2 | -0/+0 | |
2010-08-04 | dracut-functions: fixed --omit | Harald Hoyer | 1 | -0/+1 | |
2010-08-02 | init: create /dev/.udev/rules.d with correct permissions | Harald Hoyer | 4 | -3/+2 | |
2010-08-02 | mkdir /dev/.udev/rules.d with mode 0755 | Harald Hoyer | 3 | -3/+3 | |
2010-08-02 | NEWS: update for version 007 | Harald Hoyer | 1 | -0/+10 | |
2010-08-02 | manpages: updated for /etc/dracut.conf.d | Harald Hoyer | 2 | -3/+16 | |
2010-08-02 | dracut-lib.sh: fixed getarg for nonexistent parameters | Harald Hoyer | 1 | -5/+18 | |
getarg returned an old "$val" for nonexistent parameters, because "val" was not local | |||||
2010-08-02 | mdraid: try to start degraded arrays in various ways | Harald Hoyer | 1 | -2/+3 | |
2010-08-02 | mdraid: remove mdadm.conf on rd_NO_MDADMCONF | Harald Hoyer | 1 | -0/+4 | |
2010-08-02 | TEST-12-RAID-DEG: do not execute rd_NO_MDADMCONF tests | Harald Hoyer | 1 | -7/+7 | |
2010-08-02 | TEST-14-IMSM: fixed test | Harald Hoyer | 2 | -4/+6 | |
2010-08-02 | TEST-13-ENC-RAID-LVM: prepend "luks-" to rd_LUKS_UUID argument | Harald Hoyer | 1 | -2/+2 | |
2010-08-02 | mdraid: remove "local" | Harald Hoyer | 1 | -1/+2 | |
2010-08-02 | init: set old umask before switch_root | Harald Hoyer | 1 | -0/+3 | |
2010-08-02 | crypt: fix printf | Harald Hoyer | 1 | -1/+1 | |
2010-08-02 | TEST-12-RAID-DEG: double disk space | Harald Hoyer | 2 | -6/+6 | |
2010-08-02 | i18n: only source config files, if present | Harald Hoyer | 1 | -2/+2 | |
2010-08-02 | mdraid: --no-degraded not allowed with -I | Harald Hoyer | 1 | -1/+1 | |
2010-08-02 | dracut-functions: fix check=255 logic and dependencies | Harald Hoyer | 1 | -8/+16 | |
2010-08-02 | TEST: omit network module for non-network tests | Harald Hoyer | 5 | -5/+5 | |
2010-08-02 | dracut: let some arguments add up | Harald Hoyer | 1 | -6/+6 | |
Specifying multiple -a, -o, -m, -d, --add-drivers, --filesystems now adds up. | |||||
2010-08-02 | crypt: loop until all non-busy crypt devs closed | Harald Hoyer | 2 | -3/+6 | |
2010-08-02 | debug: add fsck to debug module | Harald Hoyer | 1 | -0/+2 | |
2010-08-02 | dracut: use hardlink, if available to safe some space | Harald Hoyer | 1 | -0/+4 | |
2010-08-02 | version pre 7 | Harald Hoyer | 2 | -3/+3 | |
2010-08-02 | dracut.spec: redhat-i18n -> i18n | Harald Hoyer | 1 | -1/+1 | |
2010-08-02 | dracut.spec: add bootchartd | Harald Hoyer | 1 | -0/+1 | |
2010-08-02 | dracut.spec: add dracut.conf.d/fedora.conf | Harald Hoyer | 1 | -0/+2 | |
2010-07-29 | crypt: strip "luks-" from rd_LUKS_UUID | Harald Hoyer | 1 | -0/+1 | |
2010-07-28 | removed redundant 64-lvm.rules install | Harald Hoyer | 1 | -1/+1 | |
Thanks to Amadeusz Żołnowski, who found it. | |||||
2010-07-27 | dracut-functions: fix "-m -a" handling | Harald Hoyer | 1 | -4/+12 | |
2010-07-23 | crypt: remove emergency source of dracut-lib.sh | Harald Hoyer | 1 | -1/+0 | |
2010-07-23 | fcoe: add sleeps to fcoe-up | Harald Hoyer | 1 | -0/+4 | |
2010-07-23 | lvm: wait for all rd_LVM_LV and rd_LVM_VG specified to appear | Harald Hoyer | 1 | -5/+13 | |
2010-07-23 | mknod with mode and set umask for the rest | Harald Hoyer | 2 | -10/+14 | |