From 8142ffde3037976e152711f902ad9622aa1b7cba Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 22 Oct 2017 13:31:10 +0200 Subject: hours of polishing tmux, script sequences, hinting. ^C abort in tmux is broken. --- nfs/autorun.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 nfs/autorun.sh (limited to 'nfs/autorun.sh') diff --git a/nfs/autorun.sh b/nfs/autorun.sh deleted file mode 100755 index ad99a8e..0000000 --- a/nfs/autorun.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/busybox sh - -rest10() { - # Let the user read machine_info and other usefull informations on console (or skip with Enter) - sfx_question ; read -t10 -p 'Press Enter or wait 10 sec...' - # Make some blank lines on console - echo -e '\n\n\n\n\n' -} - -# Define some handy variables -imagedir=/mnt/nfs/images -scriptdir=/mnt/nfs/scripts/ -hostname=$(hostname) - -# Load helper functions -source $scriptdir/funcs.sh # Load some autorun.sh specific helper functions -source /etc/rc.d/funcs # Reload init help functions - -# Check all prerequisites and exit if it fail -hostname_test || exit 1 -firstdisk_test || exit 2 - -# Run the main action script -if nfswrite_test -then # Start deploy script after letting a chance to cancel it - rest10 ; source $scriptdir/image_deploy.sh - -else scriptavailability_test image_capture_${hostname}.sh || exit 3 - # Start capture script if all it needs is available - rest10 ; source $scriptdir/image_capture.sh -fi -- cgit v1.2.3