Translate x86_64 to amd64 for debootstrap
[util-vserver.git] / 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