Make amd64 the default arch in the easy-build.sh script.

This commit is contained in:
Cyril Brulebois 2015-08-27 01:35:46 +02:00
parent 3e2382d4ad
commit dc8d4972c7
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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

View File

@ -66,7 +66,7 @@ shift
if [ "$1" ]; then
ARCHES="$@"
else
ARCHES=i386
ARCHES=amd64
fi