From f77034606e7b291b9a0824f105aa76be64ec7cbc Mon Sep 17 00:00:00 2001 From: Adrian Gibanel Lopez Date: Fri, 15 Dec 2017 18:27:48 +0000 Subject: Updated binary_loopback_cfg so that it uses Stretch's 686 kernel instead of old 486 one. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [hertzog@debian.org: Also rename the variables for consistency. ] Signed-off-by: Raphaël Hertzog --- debian/changelog | 8 ++++++++ scripts/build/binary_loopback_cfg | 24 ++++++++++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index b7ed0d16b..f2e6488b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +live-build (1:20171208) UNRELEASED; urgency=medium + + * Restore i386/amd64 autodetection in grub after rename of + i386 kernel from -486 to -686. Closes: #884585 + Thanks to Adrian Gibanel Lopez for the patch. + + -- Raphaël Hertzog Thu, 21 Dec 2017 14:14:04 +0100 + live-build (1:20171207) unstable; urgency=medium * Use $SOURCE_DATE_EPOCH when updating timestamps of manual pages in order diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg index 00f537c48..2e6787a72 100755 --- a/scripts/build/binary_loopback_cfg +++ b/scripts/build/binary_loopback_cfg @@ -99,8 +99,8 @@ Grub_live_autodetect_menu_entry () local LABEL="${1}" local AMD64_KERNEL="${2}" local AMD64_INITRD="${3}" - local _486_KERNEL="${4}" - local _486_INITRD="${5}" + local _686_KERNEL="${4}" + local _686_INITRD="${5}" local APPEND="${6}" cat <