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:
cc02b3d
)
added some output to make this more usable
author
Chris Koeritz
<fred@gruntose.com>
Sun, 14 Jan 2024 00:35:01 +0000
(19:35 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 14 Jan 2024 00:35:01 +0000
(19:35 -0500)
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 f862798d93acedbbb1d482a6b0a887b9b5d26cc9..8d6863875b1564ffca31f4e52191c840ec3e477f 100644
(file)
--- a/
scripts/rip_burn/blu_burn.sh
+++ b/
scripts/rip_burn/blu_burn.sh
@@
-31,11
+31,13
@@
if [ ! -b "$device_name" ]; then
exit 3
fi
-echo iso "$iso_name" dev "$device_name"
+echo "burning disk from image '$iso_name' on device '$device_name'..."
+#echo iso "$iso_name" dev "$device_name"
growisofs -dvd-compat -Z ${device_name}=${iso_name}
#used to be appended to above line: -speed=2
#trying with letting it go default speed. has been working for us recently.
-
exit_on_error growing ISO FS from image ${iso_name}
+echo "success burning '$iso_name' onto device '$device_name' !"
+