From 43508643f6a173d329a7294002da88615822eafc Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 28 Jun 2017 08:29:15 +0000 Subject: [PATCH] At the moment, the modules are in /work because /ioc is not common in SLS. --- network.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/network.sls b/network.sls index e1de783..547b1b3 100644 --- a/network.sls +++ b/network.sls @@ -17,3 +17,6 @@ nfsMount ("slsfs","/export/csa/releases/work","/work") nfsMount ("slsfs","/export/csa/releases/prod","/prod") nfsMount ("slsfs","/export/csa/releases/devl","/devl") nfsMount ("slsfs","/export/exchange","/exchange") + +# overwrite driver module location +EPICS_MODULES = "/work/iocBoot/modules"