parent
c9f0e1f9a5
commit
16a775be26
|
@ -31,7 +31,6 @@ 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