summaryrefslogtreecommitdiff
path: root/modules.d/95nbd
AgeCommit message (Expand)AuthorFilesLines
2013-02-11make nbd port check more robustWim Muskee1-1/+1
2012-09-06unquote nbd portWim Muskee1-1/+1
2012-06-29modules.d/*/module-setup.sh: combine and specify type for installsHarald Hoyer1-2/+1
2012-06-29modules.d/*/module-setup.sh: no more sourcing of dracutfunctionsHarald Hoyer1-1/+0
2012-03-2795nbd/nbdroot.sh: removed bashismHarald Hoyer1-1/+1
2012-03-21provide name based nbd connectsWim Muskee1-0/+5
2012-02-22Renamed all shell scripts to *.shHarald Hoyer3-4/+5
2012-02-13shutdown on demandHarald Hoyer1-0/+1
2012-01-25let some modules to respect $mount_needsCong Wang1-1/+1
2011-11-15add wait_for_dev() and wait_for_mount()Harald Hoyer1-3/+5
2011-08-1195nbd/nbdroot: also mount nbd0 for root=dhcp and missing root=Harald Hoyer1-1/+3
2011-07-25fixed typosThomas Lange1-1/+1
2011-05-12dracut-functions: make local vars local and prefix with "_"Harald Hoyer1-3/+4
2011-05-10removed trailing whitespacesHarald Hoyer2-2/+2
2011-04-08get rid of absolute PATHsHarald Hoyer1-1/+1
2011-03-25Move all hooks to "$hookdir"Harald Hoyer2-3/+3
2011-03-25check for getarg() function before sourcing dracut-lib.shHarald Hoyer1-1/+1
2011-02-02renamed module-info.sh to module-setup.shHarald Hoyer1-0/+0
2011-02-02replaced check,install,installkernel with module-info.shHarald Hoyer4-32/+38
2010-09-10reformat source codeHarald Hoyer5-6/+16
2010-08-23use 'type' built-in instead of external cmd 'which' in every Bash scriptAmadeusz Żołnowski1-1/+1
2009-10-01nbd/nbdroot: add better check if nbd0 is ready to be mountedHarald Hoyer1-6/+2
2009-10-01nbd/nbdroot: do not redirect debug output on rdnetdebugHarald Hoyer1-6/+0
2009-10-01nbd/nbdroot: use udevsettle to wait for /dev/nbd0Harald Hoyer1-1/+5
2009-10-01nbd: finish on /dev/root rather than on nbd0Harald Hoyer1-1/+1
2009-09-15network: break udevsettle earlyHarald Hoyer1-2/+4
2009-09-15switch modules to initqueue-finishedHarald Hoyer2-1/+8
2009-09-02reordered blkid/vol_id rulesHarald Hoyer3-19/+0
2009-08-19nbd/check: moved host-only checks and added ";"Harald Hoyer1-4/+3
2009-08-16Modify nbd hostonly checking to use check_block_and_slaves.Victor Lowther1-6/+15
2009-07-22dracut: add --kernel-only and --no-kernel argumentsHarald Hoyer2-1/+2
2009-07-13install "ln" per defaultHarald Hoyer1-1/+0
2009-07-13only install mount script, if nbd-client succeededHarald Hoyer1-3/+3
2009-07-03Defer mount to the real mount loopHarald Hoyer1-3/+4
2009-07-02switch to initqueue handling of eventsHarald Hoyer1-1/+1
2009-07-01Remove the NBD legacy format. It wasn't actually matching Debian's nbdroot i...Warren Togami1-25/+0
2009-06-19renamed dracut-lib to dracut-lib.shHarald Hoyer1-1/+1
2009-06-19prepare udev rules for udev >= 143Harald Hoyer3-3/+16
2009-06-18remove redundant vol_id run from out udev rulesHarald Hoyer2-0/+7
2009-06-17netroot: Introduce detailed cmdline parsersPhilippe Seewer4-55/+74
2009-06-17netroot handlers: Add argument checkingPhilippe Seewer1-0/+9
2009-06-17netroot: Don't export NEWROOTPhilippe Seewer1-0/+1
2009-06-11NBD root: add support for LVM/LUKSDavid Dillow1-9/+9
2009-06-11network: add support for netroot=...David Dillow2-5/+9
2009-06-08NBD: fix parsing of Debian-style nbdroot configDavid Dillow1-1/+1
2009-06-05Get rid of cat and grepSeewer Philippe1-11/+1
2009-06-01Allow NFS and NBD to be built into the kernelDavid Dillow1-1/+11
2009-06-01cleanup shebangs in sourced scriptsDavid Dillow2-4/+0
2009-06-01Add NBD supportDavid Dillow5-0/+174