From a62477a2853138b16a15a3b6ccc34c92ce37c29c Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 15 Sep 2016 09:47:19 +0800 Subject: submenu for ISOs that have multiple entries --- buildlive | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildlive') diff --git a/buildlive b/buildlive index e07663c..e75f2e9 100755 --- a/buildlive +++ b/buildlive @@ -86,6 +86,7 @@ for i in ${DISTROLIST[@]} do process_isoinfo "$i" ISOLIST=("${ISOLIST[@]}" "$ISOFILE") + ISONAMELIST=("${ISONAMELIST[@]}" "$ISONAME") if [ -f "isofiles/$ISOFILE" ] && checksum_verify; then true @@ -115,6 +116,7 @@ fi for i in `seq 1 ${#DISTROLIST[@]}` do ISOFILE="${ISOLIST[$i-1]}" + ISONAME="${ISONAMELIST[$i-1]}" DISTRO="${DISTROLIST[$i-1]}" process_distro "$DISTRO" -- cgit v1.2.3