version 1.40.130 release
[feisty_meow.git] / scripts / rip_burn / blu_burn.sh
index 33317c0e84fa9ca584f73b0b24d60341a6b2ea2e..f862798d93acedbbb1d482a6b0a887b9b5d26cc9 100644 (file)
@@ -1,6 +1,8 @@
 #!/bin/bash
 
-# burns a bluray disc image onto a physical medium.
+# burns a bluray or dvd data disc image onto a physical medium.
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 function show_usage()
 {
@@ -35,3 +37,5 @@ growisofs -dvd-compat -Z ${device_name}=${iso_name}
 #used to be appended to above line: -speed=2 
 #trying with letting it go default speed.  has been working for us recently.
 
+exit_on_error growing ISO FS from image ${iso_name}
+