Harald Hoyer
7c1796860f
dracut: add --fstab, to ignore /proc/self/mountinfo
2010-08-06 13:54:34 +02:00
Harald Hoyer
d350ae6966
manpage xml: changed DTD to docbook 4.5
2010-08-06 13:53:24 +02:00
Amadeusz Żołnowski
9b3d462b68
dracut.kernel.7.xml: updated I18N and LUKS sections
...
10i18n/README: typo corrected
2010-08-06 13:36:13 +02:00
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
2010-08-06 11:53:02 +02:00
Harald Hoyer
30cd3616e9
fedora.conf moved back to fedora.conf.example
2010-08-06 11:47:39 +02:00
Harald Hoyer
609d00c467
manpages: changed to UTF-8
2010-08-06 11:46:39 +02:00
Harald Hoyer
27e15000d0
manpages: add note, that host-only mode does not work in chroot()
2010-08-05 19:13:16 +02:00
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)
2010-08-05 18:59:51 +02:00
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>
2010-08-05 18:16:37 +02:00
Harald Hoyer
3eccdb5289
manpage corrections
2010-08-05 18:12:38 +02:00
Harald Hoyer
17cb0e3fe8
dracut: let --fwdir be specified multiple times
2010-08-05 18:12:08 +02:00
Harald Hoyer
cdc8d9c403
documentation: moved to docbook man pages
2010-08-05 16:38:49 +02:00
Harald Hoyer
719cc30626
fips: udev trigger with action=add
2010-08-05 08:47:17 +02:00
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
2010-08-04 18:30:03 +02:00
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>
2010-08-04 18:30:02 +02:00
Amadeusz Żołnowski
a0342347e9
10i18n: exit if console already initialized
2010-08-04 18:30:02 +02:00
Harald Hoyer
076bab08c1
renamed 00bootchartd to 00bootchart
2010-08-04 18:27:48 +02:00
Harald Hoyer
578c24a473
dracut-functions: fixed --omit
2010-08-04 17:46:54 +02:00
Harald Hoyer
c492fe12c0
init: create /dev/.udev/rules.d with correct permissions
2010-08-02 15:58:48 +02:00
Harald Hoyer
e0c1d4e79f
mkdir /dev/.udev/rules.d with mode 0755
2010-08-02 15:26:55 +02:00
Harald Hoyer
0b2ddf8f69
NEWS: update for version 007
2010-08-02 14:54:09 +02:00
Harald Hoyer
80a18b8bef
manpages: updated for /etc/dracut.conf.d
2010-08-02 14:53:47 +02:00
Harald Hoyer
3a4d0c9c14
dracut-lib.sh: fixed getarg for nonexistent parameters
...
getarg returned an old "$val" for nonexistent parameters, because "val"
was not local
2010-08-02 14:18:00 +02:00
Harald Hoyer
3122e93350
mdraid: try to start degraded arrays in various ways
2010-08-02 14:18:00 +02:00
Harald Hoyer
21a7b84486
mdraid: remove mdadm.conf on rd_NO_MDADMCONF
2010-08-02 14:18:00 +02:00
Harald Hoyer
4b0a61c586
TEST-12-RAID-DEG: do not execute rd_NO_MDADMCONF tests
2010-08-02 14:18:00 +02:00
Harald Hoyer
cc97412c32
TEST-14-IMSM: fixed test
2010-08-02 14:17:59 +02:00
Harald Hoyer
aceaf13b44
TEST-13-ENC-RAID-LVM: prepend "luks-" to rd_LUKS_UUID argument
2010-08-02 14:17:59 +02:00
Harald Hoyer
d7cc3f2ef5
mdraid: remove "local"
2010-08-02 14:17:59 +02:00
Harald Hoyer
db3641a2ea
init: set old umask before switch_root
2010-08-02 14:17:59 +02:00
Harald Hoyer
8e102a2487
crypt: fix printf
2010-08-02 14:17:58 +02:00
Harald Hoyer
4c2d8f5816
TEST-12-RAID-DEG: double disk space
2010-08-02 14:17:58 +02:00
Harald Hoyer
d6351b36b8
i18n: only source config files, if present
2010-08-02 14:17:58 +02:00
Harald Hoyer
d752c51b90
mdraid: --no-degraded not allowed with -I
2010-08-02 14:17:58 +02:00
Harald Hoyer
f007e84e8e
dracut-functions: fix check=255 logic and dependencies
2010-08-02 14:17:52 +02:00
Harald Hoyer
9c111e59c9
TEST: omit network module for non-network tests
2010-08-02 10:35:31 +02:00
Harald Hoyer
4754226a1a
dracut: let some arguments add up
...
Specifying multiple -a, -o, -m, -d, --add-drivers, --filesystems now
adds up.
2010-08-02 10:35:31 +02:00
Harald Hoyer
606852a4a6
crypt: loop until all non-busy crypt devs closed
2010-08-02 09:59:10 +02:00
Harald Hoyer
8220945b2c
debug: add fsck to debug module
2010-08-02 09:39:49 +02:00
Harald Hoyer
6292ee9d18
dracut: use hardlink, if available to safe some space
2010-08-02 09:39:13 +02:00
Harald Hoyer
dd2c34a82b
version pre 7
2010-08-02 09:00:01 +02:00
Harald Hoyer
1246703bb4
dracut.spec: redhat-i18n -> i18n
2010-08-02 09:00:00 +02:00
Harald Hoyer
d2a535855b
dracut.spec: add bootchartd
2010-08-02 08:59:14 +02:00
Harald Hoyer
ddd109bdf9
dracut.spec: add dracut.conf.d/fedora.conf
2010-08-02 08:19:54 +02:00
Harald Hoyer
3f62b2637c
crypt: strip "luks-" from rd_LUKS_UUID
2010-07-29 16:35:31 +02:00
Harald Hoyer
08852c50b9
removed redundant 64-lvm.rules install
...
Thanks to Amadeusz Żołnowski, who found it.
2010-07-28 14:09:28 +02:00
Harald Hoyer
bb7645459e
dracut-functions: fix "-m -a" handling
2010-07-27 11:51:27 +02:00
Harald Hoyer
e5c6cb2a8c
crypt: remove emergency source of dracut-lib.sh
2010-07-23 12:26:42 +02:00
Harald Hoyer
3272ed884f
fcoe: add sleeps to fcoe-up
2010-07-23 12:20:32 +02:00
Harald Hoyer
3ad4f77cef
lvm: wait for all rd_LVM_LV and rd_LVM_VG specified to appear
2010-07-23 12:16:11 +02:00