From 0ba50998925331352ac710c591dafca00cefa434 Mon Sep 17 00:00:00 2001 From: Philip Date: Mon, 26 Dec 2016 09:11:19 +0100 Subject: [PATCH] [util-iso-boot] Proper last commit - actually define boot value as it was only locally defined in another function - see also: https://github.com/manjaro/manjaro-syslinux-theme/issues/1 --- lib/util-iso-boot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util-iso-boot.sh b/lib/util-iso-boot.sh index b16d46c..2aa3dc4 100644 --- a/lib/util-iso-boot.sh +++ b/lib/util-iso-boot.sh @@ -108,6 +108,7 @@ prepare_efi_loader(){ } check_syslinux_select(){ + local boot=$2/${iso_name}/boot if [[ ! -f ${boot}/x86_64/vmlinuz ]] ; then msg2 "Configuring syslinux for i686 architecture only ..." sed -e "s/select.cfg/i686_inc.cfg/g" -i "$1/miso.cfg"