Andreas Thienemann
|
5616feb004
|
add usage() to dracut
|
16 years ago |
Andreas Thienemann
|
adbc8a42b6
|
output error message, if dracut-functions not found
|
16 years ago |
Peter Jones
|
9b4191d065
|
Add ideas for how to possibly avoid daemon restarts.
|
16 years ago |
Harald Hoyer
|
24987e12a9
|
remove "set -x" from nfs-mount-root.sh
|
16 years ago |
Harald Hoyer
|
d4244cb25b
|
support normal nfs root definition syntax
|
16 years ago |
Harald Hoyer
|
280117d934
|
add nfs testcase
|
16 years ago |
Harald Hoyer
|
2f1408b3ce
|
only create udev rules for root=/dev/...
|
16 years ago |
Harald Hoyer
|
a86c07a0b4
|
basic support for "nfs://" dhcp root_path
|
16 years ago |
Harald Hoyer
|
a8084e23dd
|
reenable manual block mount for e.g. lvm devices
|
16 years ago |
Harald Hoyer
|
6c00df2068
|
removed debug code
|
16 years ago |
Harald Hoyer
|
cc5864aa4a
|
better use bash for initramfs debugging
|
16 years ago |
Harald Hoyer
|
c02c339bb5
|
fixed dhclient dhcp options saving
|
16 years ago |
Harald Hoyer
|
02948d0905
|
add minimal dnsmasq dhcp/dns server
|
16 years ago |
Harald Hoyer
|
2e0eaafa9b
|
use multicast net for qemu
|
16 years ago |
Harald Hoyer
|
b80a6fda40
|
fixed wildcard test of run-dhclient.sh
|
16 years ago |
Harald Hoyer
|
32f32c14b6
|
fixed 40network module
|
16 years ago |
Harald Hoyer
|
f360cabf1f
|
add "rm" to debug module
|
16 years ago |
Harald Hoyer
|
6b852fde4b
|
add dhclient to test root image
|
16 years ago |
Harald Hoyer
|
17edb6aa4e
|
mkdir /var/run for dhclient
|
16 years ago |
Harald Hoyer
|
b300c0354a
|
kill dhclient if pid was found
|
16 years ago |
Harald Hoyer
|
c395f1de24
|
add debug to test image
|
16 years ago |
Harald Hoyer
|
c3c06c2da8
|
merge 95rootfs-block-udev and 95rootfs-block
|
16 years ago |
Harald Hoyer
|
afc3ed92cc
|
setsid() and set controlling terminal for real /sbin/init
enables job control in the test images
|
16 years ago |
Harald Hoyer
|
4b3c5cf17c
|
merge 95rootfs-block-udev and 95rootfs-block
|
16 years ago |
Harald Hoyer
|
c354b54e55
|
removed kernel variable from test/test-initramfs
|
16 years ago |
Harald Hoyer
|
9e551c9097
|
cleanup make-test-root
|
16 years ago |
Harald Hoyer
|
e2367e1948
|
add APPEND and DRACUTOPTS to make target "test"
call test with additional dracut options and kernel command line
parameter:
$ make APPEND="udevinfo quiet" DRACUTOPTS="-verbose" test
|
16 years ago |
Harald Hoyer
|
9b1581051f
|
fall back to filesystem type "auto"
|
16 years ago |
Harald Hoyer
|
e419faf652
|
dash echo does not support -e option
use /bin/echo, instead of dash builtin echo
do not use "sh -c"
|
16 years ago |
Harald Hoyer
|
b6e0fea80c
|
change file descriptor for flock locking
dash does not like filedescriptors > 9
|
16 years ago |
Harald Hoyer
|
c4ad7ffff4
|
add debug and changed verbose parameter
previous -verbose is now -debug (set -x)
-verbose adds some information about the resulting initrd size
|
16 years ago |
Harald Hoyer
|
6fac46910c
|
add derror(), dinfo() and dwarning()
|
16 years ago |
Harald Hoyer
|
5cb6c761c1
|
add target "check"
add dash syntax checking
|
16 years ago |
Harald Hoyer
|
41fab50b5f
|
fixed plymouth installation for plymouth-0.7.0-0.2009.05.08.1.fc11
|
16 years ago |
Harald Hoyer
|
e7b6ed1379
|
do not run dhclient, if no net device found
|
16 years ago |
Harald Hoyer
|
f24e31c26f
|
updated README and TODO
|
16 years ago |
Harald Hoyer
|
a011d66860
|
install all network modules
|
16 years ago |
Harald Hoyer
|
7ea690569c
|
no additional modules specified for test/dracut.conf.test
|
16 years ago |
Harald Hoyer
|
e4d48c451a
|
install more binaries and directories in the test root
|
16 years ago |
Harald Hoyer
|
2647059b7c
|
boot with network
|
16 years ago |
Harald Hoyer
|
c15d160d09
|
Merge branch 'test' into merge
|
16 years ago |
Harald Hoyer
|
f083930112
|
ignore generated test images
test/initramfs.testing
test/root.ext2
|
16 years ago |
Harald Hoyer
|
c9a9cf7363
|
add module for rootfs mounting via udev rules
|
16 years ago |
Harald Hoyer
|
fea5683693
|
sleep 0.5 seconds instead of 1
|
16 years ago |
Harald Hoyer
|
c7e0d91c80
|
add udevdebug and udevinfo command line arguments
|
16 years ago |
Harald Hoyer
|
4479cb2b45
|
move root command line argument parsing to modules
|
16 years ago |
Harald Hoyer
|
2003e18962
|
rename "debug" to "ramfsdebug" to differ from the kernel "debug" argument
|
16 years ago |
Harald Hoyer
|
f5f52afdca
|
fixed the root kernel command argument
|
16 years ago |
Harald Hoyer
|
93fea990ec
|
fixed the creation of the root filesystem
|
16 years ago |
Harald Hoyer
|
309ed9668b
|
add udev mount rule module to the test image
|
16 years ago |