From e1772e0f147a9bad54e13f5bbc58f4eb1849166c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 6 Jul 2005 21:58:31 +0000 Subject: [PATCH] Added 2 nfsCommands@RTEMS files. --- .../top/exampleBoot/nfsCommands@RTEMS | 26 +++++++++++++++++++ src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 src/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS create mode 100644 src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS diff --git a/src/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS b/src/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS new file mode 100644 index 000000000..0ba95a6d0 --- /dev/null +++ b/src/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS @@ -0,0 +1,26 @@ +#Instructions for creating and using a real nfsCommands file +# +# in order to use nfs do the following: +# 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 command has the form: +# hostAdd("","xxx.xxx.xxx.xxx") +# +# You can also mount subdirectories as follows: +# nfsMount("", "/xxx/xxx/xxx", "/xxx") +# +# For example assume +# +# host is mercury with inet address 155.77.2.56 +# You want to mount the directory (which is a file system of mercury) +# /home/mercury5/iocinfo +# as +# /iocinfo +# +# The commands would be +# +# hostAdd("mercury","155.77.2.56") +# nfsMount("mercury","/home/mercury5/iocinfo","/iocinfo") diff --git a/src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS b/src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS new file mode 100644 index 000000000..0ba95a6d0 --- /dev/null +++ b/src/makeBaseApp/top/iocBoot/nfsCommands@RTEMS @@ -0,0 +1,26 @@ +#Instructions for creating and using a real nfsCommands file +# +# in order to use nfs do the following: +# 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 command has the form: +# hostAdd("","xxx.xxx.xxx.xxx") +# +# You can also mount subdirectories as follows: +# nfsMount("", "/xxx/xxx/xxx", "/xxx") +# +# For example assume +# +# host is mercury with inet address 155.77.2.56 +# You want to mount the directory (which is a file system of mercury) +# /home/mercury5/iocinfo +# as +# /iocinfo +# +# The commands would be +# +# hostAdd("mercury","155.77.2.56") +# nfsMount("mercury","/home/mercury5/iocinfo","/iocinfo")