projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333f96b
)
adjusted comments
author
Chris Koeritz
<fred@gruntose.com>
Tue, 25 Apr 2017 15:29:57 +0000
(11:29 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 25 Apr 2017 15:29:57 +0000
(11:29 -0400)
scripts/rip_burn/blu_burn.sh
patch
|
blob
|
history
diff --git
a/scripts/rip_burn/blu_burn.sh
b/scripts/rip_burn/blu_burn.sh
index 69541da022063623845145eaf0ca146cdbbce1fc..096b47d3ba70942e5474476a434f4b8980da60bb 100644
(file)
--- a/
scripts/rip_burn/blu_burn.sh
+++ b/
scripts/rip_burn/blu_burn.sh
@@
-30,5
+30,6
@@
fi
echo iso "$iso_name" dev "$device_name"
growisofs -dvd-compat -Z ${device_name}=${iso_name}
-#trying with letting it go default speed. has been working for us recently. -speed=2
+#used to be appended to above line: -speed=2
+#trying with letting it go default speed. has been working for us recently.