X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver-build.debootstrap;h=565d70b235b612f8c0a3d56b17ba19a9de9ad538;hb=3a1a5b8ef3a938c9596bf3bc3689674b5d0b3dba;hp=1036a6c4b4f98426e84217d5366fba756ad535ee;hpb=8314751ea70853c629cbfc1c8f3ce2ea9647de3f;p=util-vserver.git diff --git a/scripts/vserver-build.debootstrap b/scripts/vserver-build.debootstrap index 1036a6c..565d70b 100644 --- a/scripts/vserver-build.debootstrap +++ b/scripts/vserver-build.debootstrap @@ -31,12 +31,12 @@ function initVariables findFile aux "$__CONFDIR"/.distributions/"$DISTRIBUTION"/debootstrap.mirror \ "$__CONFDIR"/.defaults/apps/debootstrap/mirror \ "$__DISTRIBDIR"/"$DISTRIBUTION"/debootstrap.mirror \ - "$__PKGLIBDEFAULTDIR"/debootstrap.mirror + "$__PKGLIBDEFAULTDIR"/debootstrap.mirror '' test -z "$aux" || read MIRROR <"$aux" } local file findFile file "$__CONFDIR"/.distributions/"$DISTRIBUTION"/debootstrap.options \ - "$__CONFDIR"/.defaults/apps/debootstrap/options + "$__CONFDIR"/.defaults/apps/debootstrap/options '' test -z "$file" || read options <"$file" } @@ -155,14 +155,8 @@ setup_writeInitialFstab findDebootstrap if test -z "$script"; then - for s in "$__CONFDIR/.distributions/$DISTRIBUTION/debootstrap.script" - "$__DISTRIBDIR/$DISTRIBUTION/debootstrap.script" - do - if test -e "$s"; then - script="$s" - break - fi - done + findFile script "$__CONFDIR/.distributions/$DISTRIBUTION/debootstrap.script" \ + "$__DISTRIBDIR/$DISTRIBUTION/debootstrap.script" '' fi export MIRROR