chiark / gitweb /
ubuntu-paste: convert to python3/argparse/requests
[bin.git] / burn-dvd
index 9ff1d5fb3d55376561e5544ce359e548e6d903c1..97cfad1ed842e08980e25590227ac24e040b93e4 100755 (executable)
--- a/burn-dvd
+++ b/burn-dvd
@@ -1,4 +1,5 @@
 #! /bin/sh
+# Depends: dvd+rw-tools
 set -e
 
 as_root_growisofs () {
@@ -8,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"