Remove incorrect comments about the population of /etc: no attempt is

made to copy the NFS-mounted on to /tmp/etc, instead, it is populated
entirely from /conf/default, then overriden from /conf/IP.
This commit is contained in:
Robert Watson 2001-12-26 17:00:55 +00:00
parent 0e2b10ac7f
commit 6bbc26ef9f
3 changed files with 3 additions and 15 deletions

View File

@ -30,9 +30,8 @@
#
# BOOTP has mounted / for us. Assume a read-only mount. We must then
# - figure out our IP by querying the interface
# - copy /etc temporarily out of the way to /tmp/etc
# - mount /etc as an MFS
# - repopulate /etc with the saved off copy
# - populate /etc from /conf/default version
# - override files in /etc with files from /conf/*/etc where
# '*' is default, netmask of client, ip-address of client
#
@ -97,9 +96,6 @@ done
echo "Interface ${bootp_ifc} IP-Address ${bootp_ipa} Broadcast ${bootp_ipbca}"
# Create an MFS /tmp to temporarily hold files from /etc until we
# can bootstrap /etc as an MFS.
mount_md 4096 /etc 0
chkerr $? "MFS mount on /etc"
/bin/chmod 755 /etc

View File

@ -30,9 +30,8 @@
#
# BOOTP has mounted / for us. Assume a read-only mount. We must then
# - figure out our IP by querying the interface
# - copy /etc temporarily out of the way to /tmp/etc
# - mount /etc as an MFS
# - repopulate /etc with the saved off copy
# - populate /etc from /conf/default version
# - override files in /etc with files from /conf/*/etc where
# '*' is default, netmask of client, ip-address of client
#
@ -97,9 +96,6 @@ done
echo "Interface ${bootp_ifc} IP-Address ${bootp_ipa} Broadcast ${bootp_ipbca}"
# Create an MFS /tmp to temporarily hold files from /etc until we
# can bootstrap /etc as an MFS.
mount_md 4096 /etc 0
chkerr $? "MFS mount on /etc"
/bin/chmod 755 /etc

View File

@ -30,9 +30,8 @@
#
# BOOTP has mounted / for us. Assume a read-only mount. We must then
# - figure out our IP by querying the interface
# - copy /etc temporarily out of the way to /tmp/etc
# - mount /etc as an MFS
# - repopulate /etc with the saved off copy
# - populate /etc from /conf/default version
# - override files in /etc with files from /conf/*/etc where
# '*' is default, netmask of client, ip-address of client
#
@ -97,9 +96,6 @@ done
echo "Interface ${bootp_ifc} IP-Address ${bootp_ipa} Broadcast ${bootp_ipbca}"
# Create an MFS /tmp to temporarily hold files from /etc until we
# can bootstrap /etc as an MFS.
mount_md 4096 /etc 0
chkerr $? "MFS mount on /etc"
/bin/chmod 755 /etc