From 440be5bd0c5ad4c2153a499823dc51a4ee350d7a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Jan 2024 15:17:34 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 95b3485..76dcc4f 100644 --- a/src/install.sh +++ b/src/install.sh @@ -467,7 +467,7 @@ buildImage() { error "Not enough free space in $STORAGE, have $space_gb GB available but need at least $size_gb GB." return 1 fi - + if [[ "${BOOT_MODE,,}" != "windows_legacy" ]]; then if ! genisoimage -o "$out" -b "$ETFS" -no-emul-boot -c "$cat" -iso-level 4 -J -l -D -N -joliet-long -relaxed-filenames -V "$label" \