diff options
author | Ludovic Pouzenc <ludovic.pouzenc@mines-albi.fr> | 2017-11-03 17:39:28 +0100 |
---|---|---|
committer | Ludovic Pouzenc <ludovic.pouzenc@mines-albi.fr> | 2017-11-03 17:40:29 +0100 |
commit | fe5aa2731c35f3f73c968536ed43b0f390be36cf (patch) | |
tree | 06dc153482659ff7ddec4ab366fed02cf4c3bd2d /nfs | |
parent | 6f39be0aae716a86b410556630ac48ed4da4c6f5 (diff) | |
download | eficast-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-x | nfs/nfs-autorun.sh | 1 |
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 |