summaryrefslogtreecommitdiff
path: root/nfs/nfs-autorun.sh
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2020-07-04 23:38:38 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2020-07-04 23:38:38 +0200
commitcf81fed0c9277550e6b98927f7ff2f8eb5de7b40 (patch)
treed193ebdaed1853d2868c26c43d2fc0c00ebb42ac /nfs/nfs-autorun.sh
parent8d273fe8d76ef394cfab04a195c90f4b7aeb8495 (diff)
downloadeficast-cf81fed0c9277550e6b98927f7ff2f8eb5de7b40.tar.gz
eficast-cf81fed0c9277550e6b98927f7ff2f8eb5de7b40.tar.bz2
eficast-cf81fed0c9277550e6b98927f7ff2f8eb5de7b40.zip
Add blkdiscard on image. Add nfs scripts newer examples.
Diffstat (limited to 'nfs/nfs-autorun.sh')
-rwxr-xr-xnfs/nfs-autorun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfs/nfs-autorun.sh b/nfs/nfs-autorun.sh
index 04cdf0e..130e58a 100755
--- a/nfs/nfs-autorun.sh
+++ b/nfs/nfs-autorun.sh
@@ -18,11 +18,11 @@ firstdiskp=$(firstdiskp "$firstdisk")
# Run the main action script
if nfswrite_test
then # Start deploy script after letting a chance to cancel it
- message deploy ; pause10s; sfx_starting
+ message deploy; message ${firstdisk#/dev/}; pause10s; sfx_starting
source $scriptdir/image_deploy.sh
else scriptavailability_test image_capture_${hostname}.sh || exit 3
# Start capture script if all it needs is available
- message capture ; pause10s; sfx_starting
+ message capture ; message ${firstdisk#/dev/}; pause10s; sfx_starting
source $scriptdir/image_capture.sh
fi