Skip to content
Snippets Groups Projects
Commit 106e6bba authored by moebius/ALUG's avatar moebius/ALUG Committed by Christopher Spinrath
Browse files

Image writer improved; you now can add a symlink from 'source.img' to the actual data source

parent 9e5b36bb
No related branches found
No related tags found
Loading
*.pyc *.pyc
source.img
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
# The blockdev is passed as $1 # The blockdev is passed as $1
# #
# Customize this file as needed. # Customize this file as needed.
# # You may want to make a symlink in this directory from 'source.img' to the actual image file.
xterm -e "sudo bash ./blkwrite.sh ~/LIP-Image-WS2014-10-09-01.img $1" xterm -geometry 120x10 -title "blkwrite to $1" -e "sudo bash ./blkwrite.sh source.img $1"
#end; #end;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment