diff --git a/tools/start_new_disc b/tools/start_new_disc index 21f412f0..f2abcd8c 100755 --- a/tools/start_new_disc +++ b/tools/start_new_disc @@ -199,7 +199,11 @@ if [ $DISKNUM = 1 ] ; then fi fi else - echo "not_complete" > $CDDIR/.disk/cd_type + if [ $DISKTYPE = BD ] ; then + echo "bluray/not_complete" > $CDDIR/.disk/cd_type + else + echo "not_complete" > $CDDIR/.disk/cd_type + fi fi if [ $NUM_ARCHES -gt 1 ]; then