Translate x86_64 to amd64 for debootstrap
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Fri, 30 Sep 2011 10:53:50 +0000 (12:53 +0200)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Fri, 30 Sep 2011 10:53:50 +0000 (12:53 +0200)
scripts/vserver-build.debootstrap

index 78e5f11..34fd21b 100644 (file)
@@ -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