Skip to content

Commit

Permalink
fix incorrect mkbootable command
Browse files Browse the repository at this point in the history
  • Loading branch information
gkovacs committed Jul 14, 2017
1 parent 5c3db72 commit 9759a66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/unetbootin/unetbootin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4185,8 +4185,7 @@ void unetbootin::runinstusb()
callexternapp("sync", "");
callexternapp("hdiutil", "unmount "+targetDev);
callexternapp("sync", "");
// callexternapp(resourceDir.absoluteFilePath("mkbootable"), targetDev);
callexternapp(resourceDir.absoluteFilePath("mkbootable"), "/dev/" + targetDev); // stw
callexternapp(resourceDir.absoluteFilePath("mkbootable"), targetDev);
/*
callexternapp("sync", "");
callexternapp("diskutil", "umount "+targetDev);
Expand Down

0 comments on commit 9759a66

Please sign in to comment.