Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / rip_burn / blu_burn.sh
index 69541da022063623845145eaf0ca146cdbbce1fc..33317c0e84fa9ca584f73b0b24d60341a6b2ea2e 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# burns a bluray disc image onto a physical medium.
+
 function show_usage()
 {
   echo "This script needs two parameters, (1) an ISO file that provides the"
@@ -30,5 +32,6 @@ fi
 echo iso "$iso_name" dev "$device_name"
 
 growisofs -dvd-compat -Z ${device_name}=${iso_name}
-#trying with letting it go default speed.  has been working for us recently. -speed=2 
+#used to be appended to above line: -speed=2 
+#trying with letting it go default speed.  has been working for us recently.