From: Daniel Hokka Zakrisson Date: Tue, 20 Mar 2007 20:38:35 +0000 (+0000) Subject: Fix problems with debootstrap on Ubuntu. X-Git-Tag: release-0.30.214~85 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b83d84b0ac4bf8f25d3e99dce58afd098f43290;p=util-vserver.git Fix problems with debootstrap on Ubuntu. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2520 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/scripts/vserver-build.debootstrap b/scripts/vserver-build.debootstrap index ebd9ca8..40526ce 100644 --- a/scripts/vserver-build.debootstrap +++ b/scripts/vserver-build.debootstrap @@ -148,7 +148,7 @@ findDebootstrap test -z "$BUILD_INITPRE" || "$BUILD_INITPRE" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS" mv "$VDIR"/dev "$VDIR"/dev.X -"$DEBOOTSTRAP" "$@" "$DISTRIBUTION" "$VDIR" "$mirror" "$script" || : ## HACK: ignore all errors... +"$_VNAMESPACE" --new -- "$DEBOOTSTRAP" "$@" "$DISTRIBUTION" "$VDIR" "$mirror" "$script" || : ## HACK: ignore all errors... fixupDebian "$VDIR" test -z "$BUILD_INITPOST" || "$BUILD_INITPOST" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"