OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / netkit / original / man8 / bootparamd.8
1 .\" @(#)bootparamd.8
2 .\"
3 .\"    $Id: bootparamd.8,v 1.13 2000/07/30 23:56:59 dholland Exp $
4 .\"
5 .Dd November 8, 1989
6 .Dt BOOTPARAMD 8
7 .Os "Linux NetKit (0.17)"
8 .Sh NAME
9 .Nm bootparamd 
10 .Nd boot parameter server
11 .Sh SYNOPSIS
12 .Nm rpc.bootparamd
13 .Op Fl d
14 .Op Fl s
15 .Op Fl r Ar router
16 .Op Fl f Ar file
17 .Sh DESCRIPTION
18 .Nm bootparamd
19 is a server process that provides information to diskless clients
20 necessary for booting. It consults the
21 .Pa /etc/bootparams
22 file to find the information it needs.
23 .Pp
24 This version will allow the use of aliases on the hostname in the
25 .Pa /etc/bootparams
26 file. The returned hostname to the whoami request done by the booting client
27 will be the name that appears in 
28 .Pa /etc/bootparams
29 and not the canonical name. In this way you can keep the answer short enough
30 so that machines that cannot handle long hostnames won't fail during boot.
31 .Sh OPTIONS
32 .Bl -tag -width indent
33 .It Fl d
34 Display debugging information.
35 .It Fl s
36 Log the debugging information to syslog. 
37 .It Fl r Ar router
38 The default router (a machine or an IP-address).
39 This defaults to the machine running the server.
40 .It Fl f Ar file
41 The file to use as boot parameter file instead of /etc/bootparams.
42 .Sh FILES
43 .Pa /etc/bootparams
44 .Sh BUGS
45 You may find the syslog loggings too verbose.
46 .Sh AUTHOR
47 Written by Klas Heggemann <klas@nada.kth.se>