From 32797853decdda166e5c76aa8a4c98890ca636a5 Mon Sep 17 00:00:00 2001 From: simono41 Date: Wed, 4 Apr 2018 12:43:27 +0200 Subject: [PATCH] optimirungen --- make_mksquashfs-auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index f3b8698..e0514e1 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -199,7 +199,7 @@ function BIOS() { echo "TIMEOUT 300" >> ${work_dir}/iso/${install_dir}/boot/syslinux/syslinux.cfg echo "" >> ${work_dir}/iso/${install_dir}/boot/syslinux/syslinux.cfg - if [ "$parameter4" != "all" ] + if [ "${version}" != "voll" ] then sed "s|%ISO_LABEL%|${iso_label}|g; @@ -323,7 +323,7 @@ function UEFI() { s|%INSTALL_DIR%|${install_dir}|g" $file > ${work_dir}/efiboot/loader/entries/${file##*/} done - if [ "$parameter4" == "all" ] + if [ "${version}" == "voll" ] then for file in releng/all/archiso-x86_64-usb*