* Use the 64 bit autodetection feature of syslinux 3.31-2, if available,

to default to the 64 bit target in multiarch isos.
This commit is contained in:
Joey Hess 2007-02-04 23:41:44 +00:00
parent 0a07bb9fdc
commit 3d5259c5ef
2 changed files with 4 additions and 1 deletions

4
debian/changelog vendored
View File

@ -9,8 +9,10 @@ debian-cd (3.0.1) UNRELEASED; urgency=low
[ Joey Hess ]
* Updated tasks for tasksel 2.66.
* Use the 64 bit autodetection feature of syslinux 3.31-2, if available,
to default to the 64 bit target in multiarch isos.
-- Frans Pop <fjp@debian.org> Fri, 19 Jan 2007 00:31:37 +0100
-- Joey Hess <joeyh@debian.org> Sun, 4 Feb 2007 18:38:38 -0500
debian-cd (3.0.0) unstable; urgency=medium

View File

@ -216,6 +216,7 @@ if [ "$NN" = "1" ]; then
done
cat boot$N/isolinux-amd64/isolinux.cfg | awk '
/^DEFAULT/ { printf("DEFAULT64 amd64-%s\n", $2) }
/^LABEL/ { printf("LABEL amd64-%s\n", $2) }
/kernel/ { print $0 }
/append/ { print $0 }' >> boot$N/isolinux/isolinux.cfg