summaryrefslogtreecommitdiffstats
path: root/etc/rc.initdiskless
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-10-13 08:20:55 +0000
committerdougb <dougb@FreeBSD.org>2003-10-13 08:20:55 +0000
commita75a7409ef7d938377de1af33bf02d2083c3ae26 (patch)
tree954c45f67c034f6b2a51f185e695d386dfef796c /etc/rc.initdiskless
parentb68b14f3787731d9649bfae60b47572ce367c6a0 (diff)
downloadFreeBSD-src-a75a7409ef7d938377de1af33bf02d2083c3ae26.zip
FreeBSD-src-a75a7409ef7d938377de1af33bf02d2083c3ae26.tar.gz
Remove trailing whitespace
Diffstat (limited to 'etc/rc.initdiskless')
-rw-r--r--etc/rc.initdiskless6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index 3429d29..513052a 100644
--- a/etc/rc.initdiskless
+++ b/etc/rc.initdiskless
@@ -29,7 +29,7 @@
# PROVIDE: initdiskless
# KEYWORD: FreeBSD
-
+
# On entry to this script the entire system consists of a read-only root
# mounted via NFS. We use the contents of /conf to create and populate
# memory filesystems. The kernel has run BOOTP and configured an interface
@@ -149,7 +149,7 @@ done
echo "Interface ${bootp_ifc} IP-Address ${bootp_ipa} Broadcast ${bootp_ipbca}"
# Figure out our NFS root path
-#
+#
set `mount -t nfs`
while [ $# -ge 1 ] ; do
if [ "$2" = "on" -a "$3" = "/" ]; then
@@ -160,7 +160,7 @@ while [ $# -ge 1 ] ; do
done
# Resolve templates in /conf/base, /conf/default, /conf/${bootp_ipbca},
-# and /conf/${bootp_ipa}. For each subdirectory found within these
+# and /conf/${bootp_ipa}. For each subdirectory found within these
# directories:
#
# - calculate memory filesystem sizes. If the subdirectory (prior to
OpenPOWER on IntegriCloud