1994-10-24 11:01:56 +03:00
|
|
|
.\" $Id: rpc.bootparamd.8,v 1.4 1994/10/24 08:01:56 deraadt Exp $
|
1994-01-08 16:22:03 +03:00
|
|
|
.\" @(#)bootparamd.8
|
|
|
|
.Dd Jan 8, 1994
|
|
|
|
.Dt BOOTPARAMD 8
|
|
|
|
.Os NetBSD
|
|
|
|
.Sh NAME
|
|
|
|
.Nm bootparamd
|
|
|
|
.Nd boot parameter server
|
|
|
|
.Sh SYNOPSIS
|
1994-01-21 04:54:21 +03:00
|
|
|
.Nm /usr/sbin/rpc.bootparamd
|
1994-01-08 16:22:03 +03:00
|
|
|
.Op Fl d
|
|
|
|
.Op Fl s
|
|
|
|
.Op Fl r router
|
|
|
|
.Op Fl f file
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm \&Bootparamd
|
|
|
|
is a server process that provides information to diskless clients
|
|
|
|
necessary for booting. It consults the file
|
|
|
|
.Dq Pa /etc/bootparams .
|
|
|
|
It should normally be started from
|
|
|
|
.Dq Pa /etc/rc .
|
|
|
|
.Pp
|
|
|
|
This version will allow the use of aliases on the hostname in the
|
|
|
|
.Dq Pa /etc/bootparams
|
|
|
|
file. The hostname returned in response to the booting client's whoami request
|
|
|
|
will be the name that appears in the config file, not the canonical name.
|
|
|
|
In this way you can keep the answer short enough
|
|
|
|
so that machines that cannot handle long hostnames won't fail during boot.
|
1994-10-24 11:01:56 +03:00
|
|
|
.Pp
|
|
|
|
While parsing, if a line containing just ``+'' is found, and
|
|
|
|
the YP subsystem is active, the YP map
|
|
|
|
.Pa bootparams
|
|
|
|
will be searched immediately.
|
1994-01-08 16:22:03 +03:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Fl d
|
|
|
|
Display the debugging information. The daemon does not fork in this
|
|
|
|
case.
|
|
|
|
.It Fl s
|
|
|
|
Log the debugging information with syslog.
|
|
|
|
.It Fl r
|
|
|
|
Set the default router (a hostname or IP-address).
|
|
|
|
This defaults to the machine running the server.
|
|
|
|
.It Fl f
|
|
|
|
Specify the file to use as boot parameter file instead of
|
|
|
|
.Dq Pa /etc/bootparams .
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /etc/bootparams -compact
|
|
|
|
.It Pa /etc/bootparams
|
|
|
|
default configuration file
|
|
|
|
.El
|
1994-10-03 22:26:13 +03:00
|
|
|
.Sh "SEE ALSO"
|
|
|
|
.Xr bootparams 5
|
1994-01-08 16:22:03 +03:00
|
|
|
.Sh BUGS
|
|
|
|
You may find the syslog loggings too verbose.
|
|
|
|
.Pp
|
|
|
|
It's not clear if the non-cannonical hack mentioned above is a good idea.
|
|
|
|
.Sh AUTHOR
|
|
|
|
Originally written by Klas Heggemann <klas@nada.kth.se>
|