Harald Hoyer
99fd62e3be
dm/lvm: make usage of new udev event rules optionally
16 years ago
Harald Hoyer
0cded44025
95dasd: add dasd_diag_mod module
16 years ago
Harald Hoyer
a8aad9de61
dracut.8: fixed ifname position
16 years ago
Harald Hoyer
ffe53c91c5
95dasd: use 'uname -m' instead of 'arch'
16 years ago
Harald Hoyer
9a2860a3ee
95dasd: fixed typo in modules.conf generation
16 years ago
Harald Hoyer
896199c652
95dasd: do not install zfcp kernel module
16 years ago
Harald Hoyer
5fcc6b4a0a
rename 95s390 to 95dasd
16 years ago
Harald Hoyer
678b3605e8
dmraid: add missing dso
16 years ago
Harald Hoyer
b9c4654a63
devicemapper: add dmeventd and new rules for device mapper
16 years ago
Warren Togami
845dd50275
Removing umount appears to be a mistake, it seems to have been OK prior.
16 years ago
Warren Togami
23aa204856
Fix LiveCD boot regression caused by bf55e2c5d3
...
FIXME: There is still something wrong with this boot where it wants to use umount, but doing so breaks live boot.
16 years ago
Harald Hoyer
8eb16b0827
selinux: bail out if policy could not be loaded and selinux=0 not
...
specified
16 years ago
Harald Hoyer
fc1abcfa1f
dmsquash-live: add initqueue-finished
16 years ago
Harald Hoyer
c53acc3015
lvm: add rd_NO_LVMCONF
16 years ago
Harald Hoyer
7a34efa5c4
md/dm/lvm: install pre-pivot cleanup hooks only if actually needed
...
- removed dmraid cleanup
- only call lvm cleanup, if no lvm.conf provided
- copy over lvm.conf by default
- add --nolvmconf --lvmconf parameters
16 years ago
Harald Hoyer
2727e45b43
kernel-modules: force install of scsi_wait_scan in hostonly mode
16 years ago
Harald Hoyer
5e5ec023be
dracut-gencmdline: add missing functions
16 years ago
Hans de Goede
d6a5b04043
Recognize nodmraid and noiswmd kernel cmdline options
...
Recognize nodmraid and noiswmd kernel cmdline options, for anaconda /
rc.sysinit / mkinitrd compatibility.
16 years ago
Hans de Goede
1de9edc06e
Do not stop / start udev exec-queue around "mdadm -As --run"
...
When assembling containers + embedded arrays from mdadm.conf,
mdadm needs the /dev/md# node for the container to assemble the
arrays within the container. Stopping the udev exec queue, results in
this node not getting created and mdadm failing to online the
arrays within the container.
Not having stop / start udev exec-queue around "mdadm -As --run" should
be safe as the exact same command is run from rc.sysinit without
any queue locking.
16 years ago
Harald Hoyer
9a99c974a4
version 002
16 years ago
Quentin Armitage
bf84ee3c7c
dracut : remove extraneous output to screen during execution
16 years ago
Harald Hoyer
f8545d04b7
dracut: use and export PATH=/sbin:/bin:/usr/sbin:/usr/bin
...
There's no need for /usr/local to be in our paths at all, nor to
include a :$PATH at the end. The path should be exported though,
so modules don't have to worry about finding things.
16 years ago
Harald Hoyer
e73c975bad
dracut.spec: inc release
16 years ago
Harald Hoyer
0f7e10cef4
mdraid: save state dir for mdmon/mdadm for the real root
16 years ago
Harald Hoyer
689f9b8af7
create /var/run in 99base
16 years ago
Harald Hoyer
654cbf0687
dracut.spec: removed gittags
16 years ago
Harald Hoyer
041b0d76ca
dracut.spec: update changelog
16 years ago
Harald Hoyer
24bac034d1
65-md-incremental-imsm.rules: check if md raid is already running
16 years ago
Harald Hoyer
094097fab3
lvm/dm/md: switch from lockfiles to $sys/$devpath/holders/*
...
This is a more sane solution, than ignoring subsequent "change" events.
The only danger is that we could loop, if a lvm scan triggers a broken
md partition, which triggers a broken PV and so on.
Better fix the scanning tools, not to emit change events for devices,
if no action was taken.
16 years ago
Harald Hoyer
26fbe9a101
TEST-14-IMSM: rd_NO_DM rd_NO_MDIMSM rd_NO_MDADMCONF succeeds now
...
This test succeeds, because the mirror parts are found without
assembling the mirror itsself, which is what we want
client_run rd_NO_DM rd_NO_MDIMSM rd_NO_MDADMCONF || return 1
16 years ago
Harald Hoyer
f8ddafcca2
TEST-11-LVM: add rdinfo
16 years ago
Hans de Goede
04a8f224c1
Add ifname= argument for persistent netdev names
...
ifname=<interface>:<MAC>
Assign network device name <interface> (ie eth0) to the NIC
with MAC <MAC>.
Note that if you use this option you *must* specify an ifname=
argument for all interfaces used in ip= or fcoe= arguments
16 years ago
Harald Hoyer
597839331c
dmraid: use and install kpartx for dmraids
16 years ago
Hans de Goede
26b72485cf
90dmraid: use kpartx to scan for partitions
16 years ago
Harald Hoyer
7dbaf59ccf
10rpmversion/install: fix non-rpm install
16 years ago
Harald Hoyer
95cf0a8803
10rpmversion,dracut.spec: generate version file and install it
16 years ago
Harald Hoyer
1dd5bc3fba
add udevproperty() to dracut-lib and use it
...
newer versions of udev use --property instead of --env
16 years ago
Warren Togami
bf55e2c5d3
dmsquash-live-root requires umount
16 years ago
Harald Hoyer
4d92475240
changelog/NEWS update
16 years ago
Harald Hoyer
a52586e8ea
network: break udevsettle early
16 years ago
Hans de Goede
5759574b26
Document that MAC addresses must be lowercase
16 years ago
Hans de Goede
56580efe68
Document netroot=fcoe:....
16 years ago
Hans de Goede
68f28d6976
Add ifname= argument for persistent netdev names
...
ifname=<interface>:<MAC>
Assign network device name <interface> (ie eth0) to the NIC with MAC <MAC>.
Note that if you use this option you *must* specify an ifname= argument
for all interfaces used in ip= or fcoe= arguments
16 years ago
Harald Hoyer
5c3f5746bb
90mdraid/65-md-incremental-imsm.rules: first set initqueue-finished,
...
then initqueue-settled
also introduce md_finished.sh to check for all md activity to be settled
16 years ago
Harald Hoyer
54a73cbb2b
dracut-lib.sh: change -f to -e to allow symlinks
16 years ago
Harald Hoyer
ab0f04844b
10rpmversion: try to get the correct dracut rpm version during %post
16 years ago
Harald Hoyer
ad8f03af22
TEST-14-IMSM: "rd_NO_DM rd_NO_MDIMSM rd_NO_MDADMCONF" fails
16 years ago
Harald Hoyer
3329f92136
90crypt/70-luks.rules: set unique name for initqueue job
16 years ago
Harald Hoyer
c27ec060da
95rootfs-block/block-genrules.sh: beautify code
16 years ago
Harald Hoyer
82b2189d01
initqueue-finished: fail also on empty queue
16 years ago