X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frip_burn%2Fblu_burn.sh;h=f862798d93acedbbb1d482a6b0a887b9b5d26cc9;hb=4e608cecceb3a118a4e22b40f25a76376e00bdef;hp=69541da022063623845145eaf0ca146cdbbce1fc;hpb=5a4a8d88577e6c948d6f584ed6be431918d47799;p=feisty_meow.git diff --git a/scripts/rip_burn/blu_burn.sh b/scripts/rip_burn/blu_burn.sh index 69541da0..f862798d 100644 --- a/scripts/rip_burn/blu_burn.sh +++ b/scripts/rip_burn/blu_burn.sh @@ -1,5 +1,9 @@ #!/bin/bash +# burns a bluray or dvd data disc image onto a physical medium. + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + function show_usage() { echo "This script needs two parameters, (1) an ISO file that provides the" @@ -30,5 +34,8 @@ 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. + +exit_on_error growing ISO FS from image ${iso_name}