~ubuntu-branches/ubuntu/precise/bootpc/precise

« back to all changes in this revision

Viewing changes to debian/bootpc.8

  • Committer: Bazaar Package Importer
  • Author(s): Herbert Xu
  • Date: 2000-11-15 21:32:15 UTC
  • Revision ID: james.westby@ubuntu.com-20001115213215-jbx2yeomnmoad9qr
Tags: 0.64-2
Made compliant with policy version 3.2.1 (closes: #70209).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $Id: bootpc.8,v 1.1 1999/03/23 02:57:12 herbert Exp $
 
2
.TH BOOTPC 8 "1999 March 21st" "BOOTPC" "Debian GNU/Linux Manual"
 
3
.SH NAME
 
4
bootpc \- bootp client
 
5
.SH SYNOPSIS
 
6
.B bootpc
 
7
.RB [ --bootfile
 
8
.IR file ]
 
9
.RB [ --dev
 
10
.IR device ]
 
11
.RB [ --verbose ]
 
12
.RB [ --debug ]
 
13
.RB [ --server
 
14
.IR addr ]
 
15
.RB [ --hwaddr
 
16
.IR addr ]
 
17
.RB [ --returniffail ]
 
18
.RB [ --waitformore
 
19
.IR length ]
 
20
.RB [ --in2host
 
21
.IR addr ]
 
22
.RB [ --serverbcast ]
 
23
.RB [ --help ]
 
24
.SH "DESCRIPTION"
 
25
This manual page documents briefly the
 
26
.B bootpc
 
27
command.
 
28
This manual page was written for the
 
29
.B Debian GNU/Linux
 
30
distribution (but may be used by others), because the original
 
31
program does not have a manual page.
 
32
.PP
 
33
.B bootpc
 
34
is a boot protocol client used to grab the machine's IP address, set up DNS
 
35
nameservers and other useful information.
 
36
.SH OPTIONS
 
37
.TP
 
38
.BI "--bootfile " file
 
39
Tell the server to use
 
40
.I file
 
41
as the boot file.
 
42
.TP
 
43
.BI "--dev " device
 
44
Use
 
45
.I device
 
46
to communicate with the server.
 
47
.TP
 
48
.B --verbose
 
49
Be verbose.
 
50
.TP
 
51
.B --debug
 
52
Produce debugging output.
 
53
.TP
 
54
.BI "--server " addr
 
55
Use the IP address
 
56
.I addr
 
57
to communicate with the server.
 
58
.TP
 
59
.BI "--hwaddr " addr
 
60
Use
 
61
.I addr
 
62
as our hardware address rather than what the operating system gives us.
 
63
.TP
 
64
.B --returniffail
 
65
Terminate the program if a failure occurs.  By default
 
66
.B bootpc
 
67
will ask the user to press a key if the request did not succeed.
 
68
.TP
 
69
.BI "--waitformore " length
 
70
Wait for more responses when one is received.
 
71
.B bootpc
 
72
will wait for at most
 
73
.I length
 
74
seconds.  This is probably only useful for debugging.
 
75
.TP
 
76
.BI "--in2host " addr
 
77
Takes an address and returns useful bits of the name after lookup, this was a
 
78
seperate program, but it is more compact to have both together.
 
79
.TP
 
80
.B --serverbcast
 
81
Tell the server to send back a broadcast reply.  This is necessary on
 
82
.B Linux
 
83
2.1 and 2.2.
 
84
.TP
 
85
.B --help
 
86
Display the usage of
 
87
.BR bootpc .
 
88
.SH AUTHOR
 
89
This manual page was written by Herbert Xu <herbert@debian.org>,
 
90
for the
 
91
.B Debian GNU/Linux
 
92
system (but may be used by others).