summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic.pouzenc@mines-albi.fr>2017-11-03 17:39:28 +0100
committerLudovic Pouzenc <ludovic.pouzenc@mines-albi.fr>2017-11-03 17:40:29 +0100
commitfe5aa2731c35f3f73c968536ed43b0f390be36cf (patch)
tree06dc153482659ff7ddec4ab366fed02cf4c3bd2d /nfs
parent6f39be0aae716a86b410556630ac48ed4da4c6f5 (diff)
downloadeficast-fe5aa2731c35f3f73c968536ed43b0f390be36cf.tar.gz
eficast-fe5aa2731c35f3f73c968536ed43b0f390be36cf.tar.bz2
eficast-fe5aa2731c35f3f73c968536ed43b0f390be36cf.zip
use drivers as modules, and many improvements
- enable syslog - enable module embeding and loading - enable module coldplug and hotplug - make tcpdump optionnal - include mii-tool and ethtool - temporary disable some kernel tweaks for 3.x compat - bug fix error catching code while running tmux-main-pane - update to linux-4.9.58 (was .39)
Diffstat (limited to 'nfs')
-rwxr-xr-xnfs/nfs-autorun.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs/nfs-autorun.sh b/nfs/nfs-autorun.sh
index 3a0df2f..bb3c602 100755
--- a/nfs/nfs-autorun.sh
+++ b/nfs/nfs-autorun.sh
@@ -6,6 +6,7 @@ scriptdir=/mnt/nfs/scripts/
hostname=$(hostname)
# Load helper functions
+source /etc/rc.d/funcs # Load EFIcast helper functions (echo_color, machine_info, network_show, sfx_*)
source $scriptdir/funcs.sh # Load some nfs-autorun.sh specific helper functions
# Check all prerequisites and exit if it fail