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
Harald Hoyer
e001359311
mknod with mode and set umask for the rest
2010-07-23 11:30:45 +02:00
Harald Hoyer
dcdca91d91
btrfs: add hostonly check
2010-07-21 14:31:13 +02:00
Harald Hoyer
6baa63110e
10i18n: fixed i18n_vars parsing
...
gather_vars() should replace "every" occurance of the seperator
2010-07-21 14:21:47 +02:00
Harald Hoyer
93ad8c19bb
selinux: fixed error handling for load-policy
...
{} | cmd opens a subshell for {}
2010-07-21 13:44:03 +02:00
Amadeusz Żołnowski
2926b5b35d
90crypt: keys on external devices support
...
99base/dracut-lib.sh: new fun.: getoptcomma, foreach_uuid_until
2010-07-21 13:38:47 +02:00
Amadeusz Żołnowski
76514565c0
10i18n: README corrected
2010-07-21 13:38:46 +02:00
Amadeusz Żołnowski
bd324b9d94
README for 10i18n module
2010-07-21 13:38:46 +02:00
Amadeusz Żołnowski
a10a1416c1
dracut-functions: additional symlinks for library files
...
rev_lib_symlinks: it's new
inst_library: creating additional symlinks for installed library files
2010-07-21 13:38:46 +02:00
Harald Hoyer
e13918d24a
bootchartd: do not enable bootchartd by default
...
users can always add "-a bootchartd" on image creation or add it
to /etc/dracut.conf.d/myconf.conf
2010-07-21 13:37:23 +02:00
Frederic Crozat
466f36159d
bootchartd support
...
add preliminary bootchard support
Signed-off-by: Maarten Vanraes <maarten.vanraes@gmail.com>
2010-07-21 13:33:43 +02:00
Andrey Borzenkov
2245f3723b
conffile before confdir
...
conffile should be sourced before confdir
Signed-off-by: Maarten Vanraes <maarten.vanraes@gmail.com>
2010-07-21 13:33:35 +02:00
Harald Hoyer
dde97b301f
dracut: fixed stripping of kernel modules
2010-07-20 11:24:37 +02:00
Harald Hoyer
6f9d69c95a
multipath: install by default, but run only if wwids are present
2010-07-20 11:23:14 +02:00
Harald Hoyer
adde3a7a27
dracut-lib.sh: getarg() returns the value of the last argument
...
a=0 a=1 a=2
$(getarg a) == "2"
2010-07-12 18:52:44 +02:00