David Dillow
d462f6dc65
NFS test: re-add the fix for the terminal
...
When debugging, this is still needed as we won't be redirecting out
output to /dev/null or a file. However, we need to guard against not
having a terminal.
16 years ago
David Dillow
ba64a17ffd
NFS test: switch the ISC dhcpd server
...
This will let us expand the number of client configs we can test
16 years ago
David Dillow
cc75acdcab
NFS test: rearrange code to test multiple client configurations
...
This also gets rid of BASENET, which was an unneeded idea in hindsight.
16 years ago
David Dillow
a0e0d37270
NFS testing: add forgotten hard-off hook
16 years ago
David Dillow
261d029659
Have the test framework always run the cleanup script
...
Also remove some extra semicolons, and put the pointer to the test log
on its own line.
16 years ago
Peter Jones
3871f8f53b
Don't use backticks, use $()
...
This is a minor style fix.
16 years ago
Seewer Philippe
07b2fbb183
Get rid of cat and grep
16 years ago
Harald Hoyer
3273c0a536
make test output more readable, log errors to test.log
16 years ago
Harald Hoyer
5fd2decfec
Merge branch 'master' of ssh://dracut.git.sourceforge.net/gitroot/dracut
16 years ago
Harald Hoyer
7e05060f77
Merge commit 'dillow/master'
...
Conflicts:
test/TEST-20-NFS/make-client-root
16 years ago
David Dillow
2129ffe93e
nfs: cleanup currently needs grep
16 years ago
David Dillow
528277f32c
test suite: automate NFS testing
...
First cut at automating the NFS test suite.
16 years ago
David Dillow
58c13eeb4c
test suite: allow a user-selected kernel
...
Sometimes it is desirable to allow the user to test with a different
kernel than the one they are currenting running.
16 years ago
Victor Lowther
fa0f73f438
Ugh, using backticks instead of $()
...
Get that evilness out of dracut, please.
16 years ago
Victor Lowther
8158ad29ec
make udevtriggeropts just use an environment variable
...
No point in making a file and then reading from it when hooks are sourced.
16 years ago
Victor Lowther
c36ce33479
Make debugging much more useful.
...
Since we are explicitly using bash, we can have nice, useful value for PS4
16 years ago
Harald Hoyer
68ea18cfa1
specfile update
16 years ago
Harald Hoyer
56d8568c96
add dracutbasedir as configurable variable in dracut.conf
16 years ago
Harald Hoyer
2e7f65d96e
try to install switch_root from system
16 years ago
Harald Hoyer
59615e06a4
make paths configurable
16 years ago
Harald Hoyer
53759538cb
fix udevtriggeropts
16 years ago
Harald Hoyer
c1d71b7ea3
fix dracut logging
16 years ago
Harald Hoyer
c4d25b18f5
prepare for release
16 years ago
Harald Hoyer
11cbb35847
add sample dracut.conf file
16 years ago
Harald Hoyer
91b1157500
add support to specify additional udev trigger options
16 years ago
Warren Togami
2c02c8318c
Ensure KMS drivers are loaded before plymouth.
16 years ago
Warren Togami
dff7ea6864
No longer needed, already ran in pre-trigger
16 years ago
Harald Hoyer
27a101f47c
simplify plymouth startup
16 years ago
Harald Hoyer
071bd6e1a0
don't run plymouth --show-splash from udev rule
...
we have to run it no matter what, so don't rely on a rule
16 years ago
Harald Hoyer
1eeddd31af
run udevadm trigger for graphics for plymouth in pre-trigger hook
16 years ago
Harald Hoyer
345fbc8699
corrected paths
16 years ago
Harald Hoyer
8afc472432
don't be verbose on testimage target
16 years ago
Warren Togami
0a56724cd6
plymouth0.7: Launch plymouth --show-splash from udev event, and once before switch_root in case it didn't start
16 years ago
Warren Togami
e9b1426eb7
Detect KMS capable drm drivers instead of hard coded list.
16 years ago
Harald Hoyer
87ce134e08
preserve the original root= variable
16 years ago
Harald Hoyer
92bfa4c6e3
use iscsi-iname to generate the initiator name, if not specified
16 years ago
Harald Hoyer
61537c7de6
override commandline/conf options by root_path
16 years ago
Harald Hoyer
af17f82ed9
moved away Makefile for TEST-30-ISCSI
...
until iSCSI target VM is built by the testcase
16 years ago
Harald Hoyer
34cb684936
removed debug code
16 years ago
Harald Hoyer
ac4ded9128
add iSCSI module
16 years ago
Harald Hoyer
4332e5f71f
install cat for network module
16 years ago
Harald Hoyer
cff3457e32
fixed fstype mount options
16 years ago
Warren Togami
d0c7d42b3e
plymouth-0.7: details.so must be copied as well
16 years ago
David Dillow
ebd5615489
strip block: off root= when using the mount hooks
...
I'm not sure they are still used, but if so they need to
trim the prefix.
16 years ago
David Dillow
b4dc8ad346
Allow NFS and NBD to be built into the kernel
...
Probe for NFS and NBD capability before trying to load their modules
in case they are built into the kernel. Ugly use of flag files, but
avoids the need for grep to be on the image.
16 years ago
David Dillow
7132e6a346
Remove dependency on /bin/echo
...
Actually cut the last dependency on //bin/echo for resume.
16 years ago
David Dillow
92997caf35
cleanup shebangs in sourced scripts
...
All of the scripts are sourced, so there is no need to have
will pick up on the .sh extension.
16 years ago
Warren Togami
4f0e32751f
nfs needs sunrpc
16 years ago
Warren Togami
9dcf9cef38
Include only wired ethernet drivers, explicitly exclude wireless.
...
(If you REALLY want wireless boot, you need to write your own module to configure it properly.)
16 years ago
Warren Togami
e902c65391
plymouth-0.7: fully install default theme and associated plugin
16 years ago