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.
16 years ago
Harald Hoyer
641eae0f5a
dracut.spec: reverse switch_root logic
16 years ago
Harald Hoyer
2cc8cbeaf4
test/TEST-20-NFS: kill server if pid file present on run()
16 years ago
Warren Togami
24dcacc78f
dmsquash-live-root requires grep
16 years ago
Warren Togami
157a8ddf5c
Revert to per-device resolv.conf by Seewer's suggestion.
16 years ago
Warren Togami
08d82be71d
Better check if writing ifcfg files is necessary.
16 years ago
Harald Hoyer
ba54a4c747
test: add rdinfo
16 years ago
Harald Hoyer
b26260a0b9
dracut-lib: fixed wait_for_if_up()
16 years ago
Harald Hoyer
ffd0861b7c
test/*/hard-off.sh: do not powerdown on rdshell
16 years ago
Harald Hoyer
e5ccf5eb93
run-qemu: specify PATH
16 years ago
Harald Hoyer
67307075d1
dmraid: only install libdmraid-events-isw.so
...
the symlink will trigger install of the real lib file
16 years ago
Harald Hoyer
42c719474e
dracut: if called with "-l" read only local dracut.conf
16 years ago
Harald Hoyer
4d9b6060d4
dmraid: do not fail if /usr/lib/libdmraid-events-isw.so is not present
16 years ago
Harald Hoyer
2331d1ff15
ccw: s/layer1/layer2/g
16 years ago
Harald Hoyer
218292f6b1
add s390 network support
16 years ago
Harald Hoyer
95c07b4659
dracut.8: correct typo
16 years ago
Harald Hoyer
186b9c9aac
network/parse-bridge: check for bridge parameter not ip
16 years ago
Harald Hoyer
1ccc0fad27
add zfcp support for s390
16 years ago
Harald Hoyer
3e0f415fc6
dasd: rename dasd= to rd_DASD=
16 years ago
Harald Hoyer
5af0cf0ce6
dracut: exit traps with original exitcode
16 years ago
Harald Hoyer
8aa36728f5
plymouth: suppress "find" errors
16 years ago
Harald Hoyer
f2a716d47c
base/init: make link /dev/fd, mount devpts,tmpfs with correct dev parm
16 years ago
Warren Togami
4431431c23
Fix comment typo
16 years ago
Harald Hoyer
13ef589dc8
dracut.8: fixed typos
16 years ago
Harald Hoyer
ac36d5db7e
base/init: kill loginit after one second of waiting
16 years ago
Harald Hoyer
cdc74b198e
dmsquash-live: run dmsquash-live-root after udev settle
16 years ago
Harald Hoyer
8d0a55cfac
do not use init= arg as first argument
16 years ago
Harald Hoyer
3f793c91f4
AUTHORS: generated by git-shortlog
...
add AUTHORS target to Makefile
only list main authors in man page
16 years ago
Harald Hoyer
2dc4a31b6c
add .mailmap
16 years ago
Harald Hoyer
40ef4325d9
test: run all tests with rdinitdebug by default
16 years ago
Harald Hoyer
16da29bf9d
99base/initqueue: make operations more atomic
16 years ago
Harald Hoyer
9fbe8a001b
TEST-50-MULTINIC/test.sh: add selinux=0
16 years ago
Harald Hoyer
f12b432efd
test: add "failme" parameter for failing tests
16 years ago
Harald Hoyer
e71a5ca5f2
test/*/hard-off.sh: poweroff, if failme specified
16 years ago
Harald Hoyer
837a5a6021
dracut.spec: update changelog and filelists
16 years ago
Philippe Seewer
7a6e646c83
Move write-ifcfg to its own module
...
ifcfg config style is redhat specific, this should be in its own
module.
16 years ago
Philippe Seewer
a71f1b4917
Add multinic test suite
...
This is a start a test suite for the multinic support of dracut
16 years ago
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.
16 years ago
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.
16 years ago
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.
16 years ago
Seewer Philippe
d1dd6bb746
Be a bit more optimistic when setting mtus
...
The usual approach to setting mtus is to set the interface down,
set the mtu then set the interface back up again. Modern hardware
and/or drivers may support setting this on the fly, so we try
this and fall back to the old behaviour it it doesn't work.
In addition this patch only allows mtus greater than 576, this is
taken from debian/ubuntu dhclient-script.
16 years ago
Harald Hoyer
bf87d252f3
network: wait for interfaces to come up, before proceeding
16 years ago
Harald Hoyer
8f397a9be7
base: add missing loginit
16 years ago
Michal Schmidt
ca270f7c17
dracut.8: removed switch_root relicts and changed URL
16 years ago
Harald Hoyer
a8a3ca5102
updated NEWS
16 years ago
Harald Hoyer
2c78a5a5a0
dracut-gencmdline: fixed rd_NO_LUKS case
16 years ago
Harald Hoyer
2521f714f9
fixed UUID= and LABEL= handling
16 years ago
Harald Hoyer
95b4875c8a
updated NEWS
16 years ago
Harald Hoyer
ec01ab23fb
dmsquash: use info() and die() rather than echo
16 years ago
Harald Hoyer
34debf18bf
dracut: strip kernel modules which have no x bit set
16 years ago