Make amd64 the default arch in the easy-build.sh script.
This commit is contained in:
parent
3e2382d4ad
commit
dc8d4972c7
|
@ -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
|
||||
|
|
|
@ -66,7 +66,7 @@ shift
|
|||
if [ "$1" ]; then
|
||||
ARCHES="$@"
|
||||
else
|
||||
ARCHES=i386
|
||||
ARCHES=amd64
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue