From fe5aa2731c35f3f73c968536ed43b0f390be36cf Mon Sep 17 00:00:00 2001
From: Ludovic Pouzenc <ludovic.pouzenc@mines-albi.fr>
Date: Fri, 3 Nov 2017 17:39:28 +0100
Subject: 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)
---
 nfs/nfs-autorun.sh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'nfs/nfs-autorun.sh')

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
-- 
cgit v1.2.3