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 <