Harald Hoyer
9541165d33
dracut-functions: fixed inst() for mkinitrd compat
16 years ago
Harald Hoyer
600131fe85
selinux-loadpolicy: do not check for selinux config files
...
leave it up to load_policy
16 years ago
Harald Hoyer
8c45b484ce
plymouth: removed rd_plytheme
16 years ago
Harald Hoyer
650da7bada
removed initrdargs from parse-*.sh
16 years ago
Harald Hoyer
247c9f70bf
init: fixed command line handling for /sbin/init and init=<custom init>
16 years ago
Harald Hoyer
233f79df99
selinux-loadpolicy.sh: also check for /etc/selinux/config
16 years ago
Harald Hoyer
236852c109
dracut.spec: require plymouth-scripts
16 years ago
Harald Hoyer
6f0e469d79
selinux-loadpolicy: set initial ret=0
16 years ago
Harald Hoyer
f9749f368f
plymouth: use /usr/libexec/plymouth/plymouth-populate-initrd if possible
16 years ago
Harald Hoyer
f165864f09
dracut-functions: make inst() mkinitrd compatible
16 years ago
Harald Hoyer
dc077a52c9
dracut.spec: do not require policycoreutils
...
since might do load_policy with chroot, we don't need to require it
16 years ago
Harald Hoyer
0b2de1f895
99base/init: output more info()
16 years ago
Harald Hoyer
94eb3cf222
selinux-loadpolicy: do not mount /proc and /selinux
...
load_policy already does these things for us
16 years ago
Harald Hoyer
cb47caf786
add parameter to specify additional kernel modules to include
...
--add-drivers for dracut
add_drivers for dracut.conf
16 years ago
Harald Hoyer
d9f0633878
selinux-loadpolicy: do not mount /proc and /selinux
...
load_policy mounts it for us
16 years ago
Harald Hoyer
71094bee63
base/init: add scsi_wait_scan to wait for host adapter scans
16 years ago
Harald Hoyer
f5c4374d2c
selinux-loadpolicy.sh: mount /proc and /selinux before loading the
...
policies
also check for /sbin/load_policy
16 years ago
Harald Hoyer
aa297ca6b6
65-md-incremental-imsm.rules: refine rules
16 years ago
Harald Hoyer
4712e4ece6
initqueue: add --name parameter to give a name for --unique
16 years ago
Harald Hoyer
e51b607189
TEST-14-IMSM: create raid5 inside isw raid container
16 years ago
Harald Hoyer
fdf2a763d4
TEST-14-IMSM: more test cases
16 years ago
Harald Hoyer
f25c9697f8
mdraid: stop udev queue until mdraid assembled
16 years ago
Harald Hoyer
7e282f5df1
dmraid: only install 64-md-raid.rules if no vol_id present
16 years ago
Harald Hoyer
0e9bb3f30c
TEST-14-IMSM: no test for a isw raid array
16 years ago
Harald Hoyer
3bb5b261c7
65-md-incremental-imsm: add additional check for md-non-containers
16 years ago
Harald Hoyer
273b197d75
added initqueue-settled and refactored code
16 years ago
Harald Hoyer
906dedf4d5
mdraid-cleanup: do not stop mdraid container
16 years ago
Harald Hoyer
4f4a79b1a1
add scp to debug module
16 years ago
Harald Hoyer
587b3497c1
mdraid_start.sh: fixed raid activation
16 years ago
Harald Hoyer
1753a63081
TEST-12-RAID-DEG: check with root=LABEL=root
16 years ago
Harald Hoyer
96f3cf1d27
95udev-rules: fixed c&p bug which did not install 61-persistent-storage.rules
16 years ago
Harald Hoyer
e4dec3d6b6
{crypt,dmraid,lvm,mdraid}: cleanup with pre-pivot 30 and 31
16 years ago
Harald Hoyer
429aa1a2c2
mdraid: add grep for convenience
16 years ago
Harald Hoyer
d889c019e7
version 001
16 years ago
Harald Hoyer
52168b7b9d
reordered blkid/vol_id rules
16 years ago
Peter Rajnoha
d6462323d6
LVM/DM rules in dracut
...
I've looked at the LVM rules used in dracut just recently
and it needs fixing - we should react to change events only
for DM devices, so we have to skip vol_id/blkid call on ADD:
KERNEL=="dm-[0-9]*", ACTION=="add", GOTO="lvm_end"
Also, MD devices have their own rules, where vol_id/blkid
is called and where the symlinks are created (when looking
into raw initrd, this is in 64-md-raid.rules).
Also, if those rules are meant to be for DM devices only,
maybe we should skip symlink creation for the other devices
there, to keep the rules clean and straightforward. I think
we shouldn't create/recreate symlinks for non-dm devices in
LVM/DM rules (..should be in appropriate rules for that type
of device):
KERNEL!="dm-[0-9]*", GOTO="lvm_end"
16 years ago
Victor Lowther
1d368457e3
Merge commit 'origin/master'
16 years ago
Victor Lowther
7c3fe07ac0
Made hostonly checking for fcoe fail for now.
...
Having it unconditionally pass pulls in all the networking cruft even
for systems that do not need it, and that sorta defeats the purpose of
hostonly mode.
16 years ago
Harald Hoyer
194f7d125f
90*/*cleanup.sh: fixed redirection to /dev/null
16 years ago
Harald Hoyer
8ef0be5671
dracut-lib: try to set UDEVVERSION, if not set
16 years ago
Harald Hoyer
b809e77f54
plymouth: in the generic case, only install text and details themes
16 years ago
Harald Hoyer
780afa9876
release any raid/crypt/lvm device assembled, but not in use
16 years ago
Harald Hoyer
5ebc1acb7f
selinux-loadpolicy.sh: redirect output of selinux load_policy
16 years ago
Harald Hoyer
59580f28a1
dracut-functions: do not try to clear logfile, if not writable
16 years ago
Harald Hoyer
533d7dc4ab
dracut-function: add check for volume group members
...
see https://bugzilla.redhat.com/show_bug.cgi?id=506189
not all members of a linear volume group are listed in /sys slaves
16 years ago
Harald Hoyer
ec74fa8789
split dracut in network / non-network
16 years ago
Harald Hoyer
988061a5ee
dracut.spec: removed s390 conditionals
16 years ago
Harald Hoyer
c10d53bf0c
dracut.spec: fixed gittag
16 years ago
Harald Hoyer
54b87586aa
fixed gitrpm
16 years ago
Harald Hoyer
461ff22cd5
new test/TEST-13-ENC-RAID-LVM
16 years ago