root=dhcp

master
Harald Hoyer 2009-05-25 16:48:19 +02:00
parent 28df9479e1
commit 4c715d64b2
1 changed files with 1 additions and 0 deletions

1
modules.d/40nfsroot/nfsroot Normal file → Executable file
View File

@ -31,6 +31,7 @@ nfs_done() {
root=$(getarg root)
case $root in
nfs|/dev/nfs) type=nfs ;;
dhcp) type=nfs ;;
nfs4|/dev/nfs4) type=nfs4 ;;
auto|'') type=auto ;;
esac