# HG changeset patch # User Robert McIntyre # Date 1361818550 0 # Node ID 40806ae2eb19b9fdc26e88083452cf8189e902a5 # Parent 06a9a4618fafdcf7084d57f78d24c9d6507656ec remove dangerous overburn paramater. diff -r 06a9a4618faf -r 40806ae2eb19 cd-burn.pl --- a/cd-burn.pl Mon Feb 25 15:51:23 2013 +0000 +++ b/cd-burn.pl Mon Feb 25 18:55:50 2013 +0000 @@ -21,7 +21,7 @@ chomp($size); @burn_command = ("cdrecord", "gracetime=3", "-v", - "-overburn", "tsize=".$size."s", "-data", "-"); + "tsize=".$size."s", "-data", "-"); @aes_loop_command = ("aespipe", "-P", "/etc/cd-key", "-e", "aes256"); @@ -30,3 +30,4 @@ print "$final_command\n"; system($final_command); +