version 1.40.130 release
[feisty_meow.git] / scripts / rip_burn / blu_image.sh
index e4d27536f8164518ce48eb8c0374960bd016c03c..04212e540d86e58106637b21d4263a7a14505ab9 100644 (file)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# make a dvd data disc image suitable for burning on bluray.
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
 function show_usage()
 {
   echo "This script needs two parameters, (1) an ISO file to create, and"
@@ -29,3 +33,5 @@ fi
 
 genisoimage -r -J -joliet-long -o "$iso_name" "$folder_name"
 
+exit_on_error generating ISO image from folder ${folder_name}
+