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 --- scripts/build/binary_loopback_cfg | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'scripts') 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 <