Revert "root=dhcp"

This reverts commit 4c715d64b2.
master
Harald Hoyer 2009-05-25 18:24:13 +02:00
parent c9f0e1f9a5
commit 16a775be26
1 changed files with 0 additions and 1 deletions

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

@ -31,7 +31,6 @@ 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