From 6e514375caafddfb51e1d5e8268ad119f3f8daf7 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 30 Sep 2011 12:53:50 +0200 Subject: [PATCH 1/1] Translate x86_64 to amd64 for debootstrap --- scripts/vserver-build.debootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vserver-build.debootstrap b/scripts/vserver-build.debootstrap index 78e5f11..34fd21b 100644 --- a/scripts/vserver-build.debootstrap +++ b/scripts/vserver-build.debootstrap @@ -108,6 +108,7 @@ EOF ## Wash the calculated architecture case $arch in (i?86|athlon) arch=i386;; + (x86_64) arch=amd64;; esac test -z "$arch" || echo "$arch" >$DEBOOTSTRAP_DIR/arch -- 1.8.1.5