chiark / gitweb /
ubuntu-paste: convert to python3/argparse/requests
[bin.git] / burn-dvd
index e46c0b9ebbd734a25236d3c206eab19672813697..97cfad1ed842e08980e25590227ac24e040b93e4 100755 (executable)
--- a/burn-dvd
+++ b/burn-dvd
@@ -9,4 +9,4 @@ as_root_growisofs () {
                exec growisofs "$@"' as_root_growisofs "$@"
 }
 
-as_root_growisofs -Z /dev/dvd="$1"
+as_root_growisofs -dvd-compat -Z /dev/dvd="$1"