Harald Hoyer
2576bec68f
manpage update
15 years ago
Harald Hoyer
7c1796860f
dracut: add --fstab, to ignore /proc/self/mountinfo
15 years ago
Harald Hoyer
d350ae6966
manpage xml: changed DTD to docbook 4.5
15 years ago
Amadeusz Żołnowski
9b3d462b68
dracut.kernel.7.xml: updated I18N and LUKS sections
...
10i18n/README: typo corrected
15 years ago
Amadeusz Żołnowski
5150d44a7e
Makefile: use $(MAKE) and $(RM) instead of make and rm -f
...
See: http://www.gnu.org/software/make/manual/make.html#MAKE-Variable
15 years ago
Harald Hoyer
30cd3616e9
fedora.conf moved back to fedora.conf.example
15 years ago
Harald Hoyer
609d00c467
manpages: changed to UTF-8
15 years ago
Harald Hoyer
27e15000d0
manpages: add note, that host-only mode does not work in chroot()
15 years ago
Harald Hoyer
029f2691f8
dracut-functions: use /proc/self/mountinfo, instead of /proc/mounts
...
1. it's easier to get the major:minor
2. it's more failsafe in a chroot() (rescue CD case)
15 years ago
Andrey Borzenkov
0493f9c849
Fix ahci detection in kernel 2.6.35
...
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>
15 years ago
Harald Hoyer
3eccdb5289
manpage corrections
15 years ago
Harald Hoyer
17cb0e3fe8
dracut: let --fwdir be specified multiple times
15 years ago
Harald Hoyer
cdc8d9c403
documentation: moved to docbook man pages
15 years ago
Harald Hoyer
719cc30626
fips: udev trigger with action=add
15 years ago
Amadeusz Żołnowski
0ca3a5ee84
add option --ignore-kernel-modules
...
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
15 years ago
Andrey Borzenkov
62f8a2b63c
Harden check for used modules in hostonly mode
...
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>
15 years ago
Amadeusz Żołnowski
a0342347e9
10i18n: exit if console already initialized
15 years ago
Harald Hoyer
076bab08c1
renamed 00bootchartd to 00bootchart
15 years ago
Harald Hoyer
578c24a473
dracut-functions: fixed --omit
15 years ago
Harald Hoyer
c492fe12c0
init: create /dev/.udev/rules.d with correct permissions
15 years ago
Harald Hoyer
e0c1d4e79f
mkdir /dev/.udev/rules.d with mode 0755
15 years ago
Harald Hoyer
0b2ddf8f69
NEWS: update for version 007
15 years ago
Harald Hoyer
80a18b8bef
manpages: updated for /etc/dracut.conf.d
15 years ago
Harald Hoyer
3a4d0c9c14
dracut-lib.sh: fixed getarg for nonexistent parameters
...
getarg returned an old "$val" for nonexistent parameters, because "val"
was not local
15 years ago
Harald Hoyer
3122e93350
mdraid: try to start degraded arrays in various ways
15 years ago
Harald Hoyer
21a7b84486
mdraid: remove mdadm.conf on rd_NO_MDADMCONF
15 years ago
Harald Hoyer
4b0a61c586
TEST-12-RAID-DEG: do not execute rd_NO_MDADMCONF tests
15 years ago
Harald Hoyer
cc97412c32
TEST-14-IMSM: fixed test
15 years ago
Harald Hoyer
aceaf13b44
TEST-13-ENC-RAID-LVM: prepend "luks-" to rd_LUKS_UUID argument
15 years ago
Harald Hoyer
d7cc3f2ef5
mdraid: remove "local"
15 years ago
Harald Hoyer
db3641a2ea
init: set old umask before switch_root
15 years ago
Harald Hoyer
8e102a2487
crypt: fix printf
15 years ago
Harald Hoyer
4c2d8f5816
TEST-12-RAID-DEG: double disk space
15 years ago
Harald Hoyer
d6351b36b8
i18n: only source config files, if present
15 years ago
Harald Hoyer
d752c51b90
mdraid: --no-degraded not allowed with -I
15 years ago
Harald Hoyer
f007e84e8e
dracut-functions: fix check=255 logic and dependencies
15 years ago
Harald Hoyer
9c111e59c9
TEST: omit network module for non-network tests
15 years ago
Harald Hoyer
4754226a1a
dracut: let some arguments add up
...
Specifying multiple -a, -o, -m, -d, --add-drivers, --filesystems now
adds up.
15 years ago
Harald Hoyer
606852a4a6
crypt: loop until all non-busy crypt devs closed
15 years ago
Harald Hoyer
8220945b2c
debug: add fsck to debug module
15 years ago
Harald Hoyer
6292ee9d18
dracut: use hardlink, if available to safe some space
15 years ago
Harald Hoyer
dd2c34a82b
version pre 7
15 years ago
Harald Hoyer
1246703bb4
dracut.spec: redhat-i18n -> i18n
15 years ago
Harald Hoyer
d2a535855b
dracut.spec: add bootchartd
15 years ago
Harald Hoyer
ddd109bdf9
dracut.spec: add dracut.conf.d/fedora.conf
15 years ago
Harald Hoyer
3f62b2637c
crypt: strip "luks-" from rd_LUKS_UUID
15 years ago
Harald Hoyer
08852c50b9
removed redundant 64-lvm.rules install
...
Thanks to Amadeusz Żołnowski, who found it.
15 years ago
Harald Hoyer
bb7645459e
dracut-functions: fix "-m -a" handling
15 years ago
Harald Hoyer
e5c6cb2a8c
crypt: remove emergency source of dracut-lib.sh
15 years ago
Harald Hoyer
3272ed884f
fcoe: add sleeps to fcoe-up
15 years ago