Skip to content

Commit

Permalink
Update generate-helper-iso.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiPugh authored Jan 19, 2021
1 parent b22e7f5 commit 95213e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-helper-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ rm -rf "${PROJECT_DIR}/helper-iso-files/tmp"

echo "> Generating new iso..."
rm -f "${PROJECT_DIR}/mobile-passthrough.iso"
genisoimage -J -joliet-long -r -allow-lowercase -allow-multidot -o "${VM_FILES_DIR}/mobile-passthrough-helper.iso" "${HELPER_ISO}"
genisoimage -J -joliet-long -r -allow-lowercase -allow-multidot -o "${HELPER_ISO}" "${PROJECT_DIR}/helper-iso-files"

0 comments on commit 95213e5

Please sign in to comment.