diff --git a/src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS b/src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS index 0ba95a6d0..62221da7c 100644 --- a/src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS +++ b/src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS @@ -9,6 +9,9 @@ # The hostAdd command has the form: # hostAdd("","xxx.xxx.xxx.xxx") # +# The vxWorks nfsMount command has the form: +# nfsMount("") +# # You can also mount subdirectories as follows: # nfsMount("", "/xxx/xxx/xxx", "/xxx") # diff --git a/src/makeBaseApp/top/iocBoot/nfsCommands@vxWorks b/src/makeBaseApp/top/iocBoot/nfsCommands@vxWorks index acafd577a..62221da7c 100644 --- a/src/makeBaseApp/top/iocBoot/nfsCommands@vxWorks +++ b/src/makeBaseApp/top/iocBoot/nfsCommands@vxWorks @@ -1,15 +1,17 @@ #Instructions for creating and using a real nfsCommands file # # in order to use nfs do the following: -# 1) Create hostAdd and nfsMountAll commands for each nfs server +# 1) Create hostAdd and nfsMount commands for each nfs server # 2) In each st.cmd file add the following two commands BEFORE any load commands # ../nfs.cmd # cd " # -# The hostAdd and nfsMountAll commands have the form: +# The hostAdd command has the form: # hostAdd("","xxx.xxx.xxx.xxx") -# nfsMountAll("") # +# The vxWorks nfsMount command has the form: +# nfsMount("") +# # You can also mount subdirectories as follows: # nfsMount("", "/xxx/xxx/xxx", "/xxx") # @@ -24,5 +26,4 @@ # The commands would be # # hostAdd("mercury","155.77.2.56") -# nfsMountAll("mercury") # nfsMount("mercury","/home/mercury5/iocinfo","/iocinfo")