summaryrefslogtreecommitdiffstats
path: root/etc/rc.initdiskless
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-01-17 00:10:28 +0000
committerrwatson <rwatson@FreeBSD.org>2002-01-17 00:10:28 +0000
commit04bc01ee42723f18483af5b6574ed87510f00ba2 (patch)
tree03a782cb6bf9d4eefa4943821662e6a963a50528 /etc/rc.initdiskless
parent700ac91f0d7d59ecde6809bb4574cc9c65868b3f (diff)
downloadFreeBSD-src-04bc01ee42723f18483af5b6574ed87510f00ba2.zip
FreeBSD-src-04bc01ee42723f18483af5b6574ed87510f00ba2.tar.gz
o Improve the line-wrapping of additional comments, some of which appeared
to be wrapped around 60, others around 40 columns.
Diffstat (limited to 'etc/rc.initdiskless')
-rw-r--r--etc/rc.initdiskless27
1 files changed, 11 insertions, 16 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index 244055e..30b4e4f 100644
--- a/etc/rc.initdiskless
+++ b/etc/rc.initdiskless
@@ -100,15 +100,13 @@ chkerr $? "MFS mount on /etc"
/bin/cp -Rp /conf/default/etc/* /etc
chkerr $? "cp /conf/default/etc to /etc MFS"
-# Allow for override files to replace files in /etc. Use /conf/*/etc
-# to find the override files. First choice is default files that
-# always override, then files that from the directory that matches the
-# client's broadcast address, finally followed by overrides that match
-# the client's IP address.
-#
-# This way we have some flexibility to handle clusters of machines
-# on separate subnets.
+# Allow for override files to replace files in /etc. Use /conf/*/etc to find
+# the override files. First choice is default files that # always override,
+# then files that from the directory that matches the client's broadcast
+# address, finally followed by overrides that match the client's IP address.
#
+# This way we have some flexibility to handle clusters of machines on
+# separate subnets.
for i in ${bootp_ipbca} ${bootp_ipa} ; do
if [ -d /conf/${i}/etc ]; then
@@ -116,14 +114,11 @@ for i in ${bootp_ipbca} ${bootp_ipa} ; do
fi
done
-# Tell /etc/rc to run the specified script after
-# it does its mounts but before it does anything
-# else.
+# Tell /etc/rc to run the specified script after it does its mounts but
+# before it does anything else.
#
-# This script is responsible for setting up the
-# diskless mount environment. This can be
-# overriden by /conf/ME/rc.conf.local if, for
-# example, you do not want to run the standard
-# system /etc/rc.diskless2
+# This script is responsible for setting up the diskless mount environment.
+# This can be overriden by /conf/ME/rc.conf.local if, for example, you do not
+# want to run the standard system /etc/rc.diskless2
diskless_mount="/etc/rc.diskless2"
OpenPOWER on IntegriCloud