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:
a54f32a
)
added long name flag to get rid of annoying warnings.
author
Chris Koeritz
<fred@gruntose.com>
Sat, 16 May 2015 20:17:46 +0000
(16:17 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 16 May 2015 20:17:46 +0000
(16:17 -0400)
scripts/rip_burn/blu_image.sh
patch
|
blob
|
history
diff --git
a/scripts/rip_burn/blu_image.sh
b/scripts/rip_burn/blu_image.sh
index 8f22f2eda10149ebd29b4b42c45b5778546a3eeb..e4d27536f8164518ce48eb8c0374960bd016c03c 100644
(file)
--- a/
scripts/rip_burn/blu_image.sh
+++ b/
scripts/rip_burn/blu_image.sh
@@
-27,5
+27,5
@@
if [ ! -d "$folder_name" ]; then
exit 3
fi
-genisoimage -r -J -o "$iso_name" "$folder_name"
+genisoimage -r -J -
joliet-long -
o "$iso_name" "$folder_name"