commit
fea9be7ac1
|
|
@ -88,7 +88,7 @@ anaconda_nfs_to_var() {
|
||||||
# IPv6 nfs path will be treated separately
|
# IPv6 nfs path will be treated separately
|
||||||
anaconda_nfsv6_to_var() {
|
anaconda_nfsv6_to_var() {
|
||||||
nfs="nfs"
|
nfs="nfs"
|
||||||
path="$1:"
|
path="$1"
|
||||||
options="${path#*:/}"
|
options="${path#*:/}"
|
||||||
path="/${options%%:*}"
|
path="/${options%%:*}"
|
||||||
server="${1#*nfs:}"
|
server="${1#*nfs:}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue