root=dhcp
parent
28df9479e1
commit
4c715d64b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue