# Accept SLSBASE or INSTBASE PBASE=0 symFindByName sysSymTbl,"INSTBASE",&PBASE,0 symFindByName sysSymTbl,"SLSBASE",&PBASE,0 SLSBASE=*PBASE INSTBASE=*PBASE # Router for SLS machine net (fails otherwise but that's ok) routeAdd "0.0.0.0","172.20.10.1" # setup mount points (try both possible locations for /ioc) nfsMount &sysBootHost, "/home/ioc", "/home/ioc" nfsMount "slsfs01", "/export/csa/releases/ioc", "/ioc" nfsMount "slsfs01", "/export/csa/releases/work", "/work" nfsMount "slsfs01", "/export/csa/releases/prod", "/prod" nfsMount "slsfs01", "/export/csa/releases/devl", "/devl" nfsMount "slsfs01", "/export/exchange", "/exchange" nfsMount "slsfs01", "/export/gfa-epics/epics", "/epics" nfsMount &sysBootHost, "/ioc", "/ioc" # overwrite driver module location EPICS_MODULES = "/work/iocBoot/modules"