From 106e6bba0fdee477e05500b08d5bd2ad00bd0730 Mon Sep 17 00:00:00 2001 From: moebius/ALUG <fs11linux.20.masuefke@spamgourmet.com> Date: Thu, 26 Mar 2015 20:51:51 +0100 Subject: [PATCH] Image writer improved; you now can add a symlink from 'source.img' to the actual data source --- MassStorageCloner/.gitignore | 1 + MassStorageCloner/write.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MassStorageCloner/.gitignore b/MassStorageCloner/.gitignore index 0d20b64..98f4a72 100644 --- a/MassStorageCloner/.gitignore +++ b/MassStorageCloner/.gitignore @@ -1 +1,2 @@ *.pyc +source.img diff --git a/MassStorageCloner/write.sh b/MassStorageCloner/write.sh index 5d078d4..23b17aa 100755 --- a/MassStorageCloner/write.sh +++ b/MassStorageCloner/write.sh @@ -8,8 +8,8 @@ # The blockdev is passed as $1 # # 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; -- GitLab