X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Frip_burn%2Fblu_image.sh;h=04212e540d86e58106637b21d4263a7a14505ab9;hp=e4d27536f8164518ce48eb8c0374960bd016c03c;hb=e6ce0aa508c3ad1beb167fdf20732b24f383c651;hpb=d0cfb28918420022f659c318f6733a65bed53d5b diff --git a/scripts/rip_burn/blu_image.sh b/scripts/rip_burn/blu_image.sh index e4d27536..04212e54 100644 --- a/scripts/rip_burn/blu_image.sh +++ b/scripts/rip_burn/blu_image.sh @@ -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} +