X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frip_burn%2Fblu_image.sh;h=04212e540d86e58106637b21d4263a7a14505ab9;hb=e6ce0aa508c3ad1beb167fdf20732b24f383c651;hp=8f22f2eda10149ebd29b4b42c45b5778546a3eeb;hpb=e2b2c974b9b441cfe65e9b3530807d13bd73fef0;p=feisty_meow.git diff --git a/scripts/rip_burn/blu_image.sh b/scripts/rip_burn/blu_image.sh index 8f22f2ed..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" @@ -27,5 +31,7 @@ if [ ! -d "$folder_name" ]; then exit 3 fi -genisoimage -r -J -o "$iso_name" "$folder_name" +genisoimage -r -J -joliet-long -o "$iso_name" "$folder_name" + +exit_on_error generating ISO image from folder ${folder_name}