normalized perms on all files, to avoid relying on any stored executable bits in...
[feisty_meow.git] / examples / example_script_usages_dvd_and_bluray_from_mrowrt.txt
1
2 # rips the dvd off of the current dvd drive.  this produces the ripped copy
3 # in a folder named after the dvd.
4 dvd_rip 
5
6 # makes an ISO image from a ripped dvd folder.  the ISO can then be burned
7 # to a disc using k3b or other tools.
8 dvd_image walnuts.iso WALNUTS_MOVIE
9
10 # create an ISO image from a set of files.
11 blu_image farples.iso directoryToEnshrine
12
13 # burn an ISO image onto a bluray drive.
14 blu_burn farples.iso /dev/sr1
15