aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/sade.8
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-08 11:09:11 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-08 11:09:11 +0000
commit321a8d519aff68494aff47d2d5ff37571320e863 (patch)
tree53567771898f3ece9edb03a680f305cf4dede2d8 /usr.sbin/sade/sade.8
parent6514ad55403d738a84bfe3bd191dfa3a5731442f (diff)
downloadsrc-321a8d519aff68494aff47d2d5ff37571320e863.tar.gz
src-321a8d519aff68494aff47d2d5ff37571320e863.zip
Make upgrade potentially a little less interactive.
Add and document new loadConfig function (sort of like a script #include). Make TCP/IP setup far less chatty when it doesn't need to be.
Notes
Notes: svn path=/head/; revision=29222
Diffstat (limited to 'usr.sbin/sade/sade.8')
-rw-r--r--usr.sbin/sade/sade.811
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8
index 465c71934d9d..ba6064a20236 100644
--- a/usr.sbin/sade/sade.8
+++ b/usr.sbin/sade/sade.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: sysinstall.8,v 1.2 1997/08/11 13:20:38 jkh Exp $
+.\" $Id: sysinstall.8,v 1.3 1997/08/18 21:10:26 jkh Exp $
.\"
.Dd August 9, 1997
.Dt SYSINSTALL 8
@@ -608,6 +608,15 @@ Initialize all variables to their defaults, overriding any
previous settings.
.Pp
\fBVariables:\fR None
+.It loadConfig
+Sort of like an #include statement, it allows you to load one
+configuration file from another.
+.Pp
+\fBVariables:\fR
+.Bl -tag -width indent
+.It file
+The fully pathname of the file to load.
+.El
.It mediaSetCDROM
Select a FreeBSD CDROM as the installation media.
.Pp