Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
tools
Commits
e6876e0f
Commit
e6876e0f
authored
Mar 26, 2015
by
moebius/ALUG
Committed by
Christopher Spinrath
Jan 21, 2016
Browse files
MassStorageCloner: writer: exec xterm instead of run, making the writer killable by the GUI
parent
6004d9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
MassStorageCloner/write.sh
View file @
e6876e0f
...
...
@@ -10,6 +10,6 @@
# Customize this file as needed.
# You may want to make a symlink in this directory from 'source.img' to the actual image file.
xterm
-geometry
120x10
-title
"blkwrite to
$1
"
-e
"sudo bash ./blkwrite.sh source.img
$1
"
exec
xterm
-geometry
120x10
-title
"blkwrite to
$1
"
-e
"sudo bash ./blkwrite.sh source.img
$1
"
#end;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment