From a4b1e8f61a6e5b1b394c31db85c849b6e4cd3eb2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 19 Jan 2024 01:23:01 +0100 Subject: [PATCH] fix: Check system files --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index bd64ce2..bfbb583 100644 --- a/src/install.sh +++ b/src/install.sh @@ -268,10 +268,10 @@ if [ -f "$DIR/$ETFS" ]; then -boot-info-table -eltorito-alt-boot -eltorito-boot "$EFISYS" -no-emul-boot -o "$ISO" -allow-limited-size "$DIR" else - error "Failed to locate file '"$(basename "$EFISYS")"' in ISO image, $FB" + error "Failed to locate file 'efisys_noprompt.bin' in ISO image, $FB" fi else - error "Failed to locate file '"$(basename "$ETFS")"' in ISO image, $FB" + error "Failed to locate file 'etfsboot.com' in ISO image, $FB" fi mv "$ISO" "$STORAGE/$BASE"