David Cantrell
78b52181bd
Update dracut.8 with new rd_DASD parameter information.
...
Rename existing rd_DASD parameter to rd_DASD_MOD. Document new rd_DASD
parameter handling.
2009-11-03 10:43:23 +01:00
David Cantrell
a790547896
Support new rd_DASD parameter for s390 systems.
...
The new rd_DASD parameter allows dracut to handle multiple rd_DASD
options. One parameter per DASD. The syntax is:
rd_DASD=<device path>[,readonly=X][,erplog=X][,use_diag=X][,failfast=X]
The device path is a CCW device path, such as 0.0.0200. The optional
parameters are sysfs attributes for the DASD. The X value can be 0 or
1. Dracut will write out each of the rd_DASD settings to
/etc/dasd.conf and on bootup, the dasdconf.sh script will parse this
file and bring each DASD online with the specified attribute settings.
2009-11-03 10:43:15 +01:00
David Cantrell
fe32b77f87
Rename existing 95dasd handling to 95dasd_mod.
...
Rename the existing rd_DASD module handler to rd_DASD_MOD.
2009-11-03 10:43:03 +01:00
Harald Hoyer
dd854ea985
dracut.spec: update
2009-10-27 16:02:57 +01:00
Harald Hoyer
121e7b3e2d
TEST-14-IMSM/create-root.sh: wait until md0 is ready synced
2009-10-27 16:02:56 +01:00
Harald Hoyer
15c82415c2
90dmraid,90lvm: device mapper upstream rules got renamed
2009-10-27 16:02:56 +01:00
Harald Hoyer
5d791c0ea9
join $dsrc and $dracutbasedir
2009-10-27 16:02:56 +01:00
Harald Hoyer
07db0defa7
specfile update
2009-10-27 16:02:56 +01:00
Philippe Seewer
41f8a4f14f
Add dm_mod loader
...
Some kernel configurations might build base dm support as a module.
Add module dm which ensures that dm_mod is there and loaded.
2009-10-27 16:02:56 +01:00
Philippe Seewer
778d2ba28b
test: Add compatibility for different kernel configs
...
Some distros, including debian unstable with 2.6.30, still shop
style ide drivers and/or have important filesystems like ext3 as
modules.
This patch ensures that all test cases work on these configurations
by including the necessary modules and adding a simple udev rule
file that provides /dev/sd* symlinks for the case where old style
ide drivers are still in use.
2009-10-27 16:02:56 +01:00
Philippe Seewer
dc490a0f08
Add old style ide drivers if available
...
Some distros, including debian unstable with 2.6.30, still ship
old style ide drivers. These should be installed as well.
Sadly there are no symbols to use for nm, so a simple =ide needs
to suffice.
2009-10-27 16:02:56 +01:00
Harald Hoyer
641eae0f5a
dracut.spec: reverse switch_root logic
2009-10-27 16:02:55 +01:00
Harald Hoyer
2cc8cbeaf4
test/TEST-20-NFS: kill server if pid file present on run()
2009-10-27 16:02:54 +01:00
Warren Togami
24dcacc78f
dmsquash-live-root requires grep
2009-10-13 16:23:56 -04:00
Warren Togami
157a8ddf5c
Revert to per-device resolv.conf by Seewer's suggestion.
2009-10-13 14:19:49 -04:00
Warren Togami
08d82be71d
Better check if writing ifcfg files is necessary.
2009-10-13 13:20:07 -04:00
Harald Hoyer
ba54a4c747
test: add rdinfo
2009-10-09 13:57:35 +02:00
Harald Hoyer
b26260a0b9
dracut-lib: fixed wait_for_if_up()
2009-10-09 13:18:59 +02:00
Harald Hoyer
ffd0861b7c
test/*/hard-off.sh: do not powerdown on rdshell
2009-10-09 13:18:05 +02:00
Harald Hoyer
e5ccf5eb93
run-qemu: specify PATH
2009-10-09 13:17:45 +02:00
Harald Hoyer
67307075d1
dmraid: only install libdmraid-events-isw.so
...
the symlink will trigger install of the real lib file
2009-10-09 13:16:02 +02:00
Harald Hoyer
42c719474e
dracut: if called with "-l" read only local dracut.conf
2009-10-09 13:15:32 +02:00
Harald Hoyer
4d9b6060d4
dmraid: do not fail if /usr/lib/libdmraid-events-isw.so is not present
2009-10-09 10:16:08 +02:00
Harald Hoyer
2331d1ff15
ccw: s/layer1/layer2/g
2009-10-08 18:19:11 +02:00
Harald Hoyer
218292f6b1
add s390 network support
2009-10-08 18:10:02 +02:00
Harald Hoyer
95c07b4659
dracut.8: correct typo
2009-10-08 18:09:37 +02:00
Harald Hoyer
186b9c9aac
network/parse-bridge: check for bridge parameter not ip
2009-10-08 18:08:34 +02:00
Harald Hoyer
1ccc0fad27
add zfcp support for s390
2009-10-08 14:21:32 +02:00
Harald Hoyer
3e0f415fc6
dasd: rename dasd= to rd_DASD=
2009-10-08 14:21:32 +02:00
Harald Hoyer
5af0cf0ce6
dracut: exit traps with original exitcode
2009-10-08 14:21:31 +02:00
Harald Hoyer
8aa36728f5
plymouth: suppress "find" errors
2009-10-08 14:21:31 +02:00
Harald Hoyer
f2a716d47c
base/init: make link /dev/fd, mount devpts,tmpfs with correct dev parm
2009-10-08 14:21:31 +02:00
Warren Togami
4431431c23
Fix comment typo
2009-10-07 16:23:52 -04:00
Harald Hoyer
13ef589dc8
dracut.8: fixed typos
2009-10-07 16:53:59 +02:00
Harald Hoyer
ac36d5db7e
base/init: kill loginit after one second of waiting
2009-10-07 16:09:20 +02:00
Harald Hoyer
cdc74b198e
dmsquash-live: run dmsquash-live-root after udev settle
2009-10-07 12:49:52 +02:00
Harald Hoyer
8d0a55cfac
do not use init= arg as first argument
2009-10-07 12:48:47 +02:00
Harald Hoyer
3f793c91f4
AUTHORS: generated by git-shortlog
...
add AUTHORS target to Makefile
only list main authors in man page
2009-10-07 10:11:55 +02:00
Harald Hoyer
2dc4a31b6c
add .mailmap
2009-10-07 10:03:47 +02:00
Harald Hoyer
40ef4325d9
test: run all tests with rdinitdebug by default
2009-10-06 19:09:22 +02:00
Harald Hoyer
16da29bf9d
99base/initqueue: make operations more atomic
2009-10-06 19:09:22 +02:00
Harald Hoyer
9fbe8a001b
TEST-50-MULTINIC/test.sh: add selinux=0
2009-10-06 19:09:21 +02:00
Harald Hoyer
f12b432efd
test: add "failme" parameter for failing tests
2009-10-06 19:09:17 +02:00
Harald Hoyer
e71a5ca5f2
test/*/hard-off.sh: poweroff, if failme specified
2009-10-06 16:37:20 +02:00
Harald Hoyer
837a5a6021
dracut.spec: update changelog and filelists
2009-10-06 15:24:31 +02:00
Philippe Seewer
7a6e646c83
Move write-ifcfg to its own module
...
ifcfg config style is redhat specific, this should be in its own
module.
2009-10-06 15:23:52 +02:00
Philippe Seewer
a71f1b4917
Add multinic test suite
...
This is a start a test suite for the multinic support of dracut
2009-10-06 15:17:39 +02:00
Philippe Seewer
5fb4ac2286
Add DAD to dhclient-script
...
The manpage for dhclient-script says:
Before actually configuring the address, dhclient-script should
somehow ARP for it and exit with a nonzero status if it receives a
reply.
By using arping in dracut this is very easy, since arping has a
specific option to do just that.
2009-10-06 15:17:39 +02:00
Philippe Seewer
98f25e9694
Add simple STP timeout handler
...
This patch adds STP timeout error handling with arping. It's rather
simple since it only cares about the primary interface and blindly
assumes that if no gateway is available the root server is on the
same subnet.
2009-10-06 15:16:52 +02:00
Philippe Seewer
d92ca28b16
Get rid of hostname utility
...
dracut doesn't really need a utility to set the hostname. It only
saves a few ks of space, but every bit is good.
2009-10-06 15:14:04 +02:00