Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. "mkisofs -r -V " & ISOFilename.Text & " -J -l -b " & WorkingDirectory & "/image/isolinux/isolinux.bin -c " & WorkingDirectory & "/image/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../" & ISOFilename.Text & ".iso" & " ."
  2.  
  3.  
  4. ' Based on:
  5.  
  6. sudo mkisofs -r -V "$IMAGE_NAME" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../ubuntu-remix.iso .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement