root=dhcp
parent
28df9479e1
commit
4c715d64b2
|
@ -31,6 +31,7 @@ nfs_done() {
|
||||||
root=$(getarg root)
|
root=$(getarg root)
|
||||||
case $root in
|
case $root in
|
||||||
nfs|/dev/nfs) type=nfs ;;
|
nfs|/dev/nfs) type=nfs ;;
|
||||||
|
dhcp) type=nfs ;;
|
||||||
nfs4|/dev/nfs4) type=nfs4 ;;
|
nfs4|/dev/nfs4) type=nfs4 ;;
|
||||||
auto|'') type=auto ;;
|
auto|'') type=auto ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue