Harald Hoyer
cc02093d69
reformat source code
...
removed tabs and set indention to 4 spaces
added emacs and vi format headers
15 years ago
Amadeusz Żołnowski
f3af7bd66b
use 'type' built-in instead of external cmd 'which' in every Bash script
15 years ago
Victor Lowther
054e038512
Add accurate --hostonly checking for 95iscsi
16 years ago
Harald Hoyer
92bfa4c6e3
use iscsi-iname to generate the initiator name, if not specified
16 years ago
Harald Hoyer
ac4ded9128
add iSCSI module
16 years ago
David Dillow
2b117123ec
Add NBD support
...
This adds basic support for root on a network block device to
the netroot framework.
16 years ago
David Dillow
145ca9e5b3
nfsroot: move to same sort order as block methods
...
There is no reason for this to be a 40nfsroot rather than 95nfs
once other network root handlers are added. Go ahead and move it.
16 years ago
Victor Lowther
66ac3cd1f0
Update check scripts in modules to make them work again.
...
Also got rid of "dracutmodules=hostonly". We have --hostonly, and it
does the same thing.
16 years ago
Warren Togami
2c54bc996a
Victor pointed out --hostonly doesn't go into check.
16 years ago
Warren Togami
2d7d2fdbbb
Properly detect -H and --hostonly mode
16 years ago
Victor Lowther
06558b3ee4
Make nfsroot work with hostonly mode.
16 years ago
Harald Hoyer
77f6725c4e
install umount for nfsroot
16 years ago
Victor Lowther
cfc5b698e6
Add dependency info to the plymouth modules and the nfsroot module.
...
No point in making it easy for them to fail.
16 years ago
Victor Lowther
1e19548857
Add check files for network and nfsroot
...
This way dracut will not try to install them if the system does not have
the needed prerequisites.
16 years ago
Harald Hoyer
5a87522d49
use 40nfsroot
16 years ago
David Dillow
f6f74096f6
nfsroot: mount NFS root from udev rules
...
Work-in-progress to mount NFS root from udev, using the DHCP options and
allowing an override from the kernel command line. Supports NFSv4 w/locking
and NFSv2/v3 with nolock.
This is just an RFC patch, you'll note all the XXX markings where I've been
thinking about how to best do things. In addition, we really want to retry
DHCP and NFS mounting in a loop, in case the servers are down or overloaded
like when booting a full diskless cluster.
16 years ago