diff --git a/src/install.sh b/src/install.sh index 0215473..e4af65f 100644 --- a/src/install.sh +++ b/src/install.sh @@ -624,7 +624,7 @@ prepareImage() { return 1 fi - prepareLegacy "$iso" "$dir" && return 0 + prepareLegacy "$iso" "$dir" "$desc" && return 0 error "Failed to extract boot image from $desc ISO image!" return 1