X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frip_burn%2Fblu_burn.sh;h=67e57452a0055374d93775ed13c2c1bf1cd8f551;hb=2dfef98831f239ef7448290fb7569a676f2a8907;hp=8d6863875b1564ffca31f4e52191c840ec3e477f;hpb=ea399ea4e4135ab47c931e5c3adaece7d0cf9ec3;p=feisty_meow.git diff --git a/scripts/rip_burn/blu_burn.sh b/scripts/rip_burn/blu_burn.sh index 8d686387..67e57452 100644 --- a/scripts/rip_burn/blu_burn.sh +++ b/scripts/rip_burn/blu_burn.sh @@ -34,9 +34,12 @@ fi echo "burning disk from image '$iso_name' on device '$device_name'..." #echo iso "$iso_name" dev "$device_name" -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. +growisofs -dvd-compat -speed=2 -Z ${device_name}=${iso_name} +#hmmm: +# 1) trying with letting it go default speed. has been working for us recently. +# 2) lots of failures on bluray burns recently; trying dropping the speed back to 2. +# 2024-01-14 + exit_on_error growing ISO FS from image ${iso_name} echo "success burning '$iso_name' onto device '$device_name' !"