Merge pull request #153 from fuhry/livenet-generator-nfs

livenet: support nfs:// urls in livenet-generator
master
Harald Hoyer 2016-08-26 08:20:25 +02:00 committed by GitHub
commit b05cd20695
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ fi
[ "${liveroot%%:*}" = "live" ] || exit 0

case "$liveroot" in
live:nfs://*|nfs://*) \
root="${root#live:}"
rootok=1 ;;
live:http://*|http://*) \
root="${root#live:}"
rootok=1 ;;