diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2020-07-04 23:38:38 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2020-07-04 23:38:38 +0200 |
commit | cf81fed0c9277550e6b98927f7ff2f8eb5de7b40 (patch) | |
tree | d193ebdaed1853d2868c26c43d2fc0c00ebb42ac /nfs/nfs-autorun.sh | |
parent | 8d273fe8d76ef394cfab04a195c90f4b7aeb8495 (diff) | |
download | eficast-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-x | nfs/nfs-autorun.sh | 4 |
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 |