fix: Check system files

This commit is contained in:
Kroese 2024-01-19 01:23:01 +01:00 committed by GitHub
parent 8c1aee2a1b
commit a4b1e8f61a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"