From dc8d4972c7bd92edecec0e5d77e25f51d96c7bbf Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 27 Aug 2015 01:35:46 +0200 Subject: [PATCH] Make amd64 the default arch in the easy-build.sh script. --- debian/changelog | 3 +++ easy-build.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 44460e2b..040415b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,9 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium * Add management of arch detection from d-i in isolinux, fix booting from help files and isolinux.cfg overwriting + [ Cyril Brulebois ] + * Make amd64 the default arch in the easy-build.sh script. + -- Steve McIntyre <93sam@debian.org> Mon, 20 Apr 2015 12:36:57 +0100 debian-cd (3.1.17) unstable; urgency=medium diff --git a/easy-build.sh b/easy-build.sh index 46e270f8..d07d33a6 100755 --- a/easy-build.sh +++ b/easy-build.sh @@ -66,7 +66,7 @@ shift if [ "$1" ]; then ARCHES="$@" else - ARCHES=i386 + ARCHES=amd64 fi