summaryrefslogtreecommitdiff
path: root/distrib/notes/hppa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-04 23:59:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-04 23:59:40 +0000
commitd36786627d6dc708a66292d6843d149ddb433f52 (patch)
tree4b4775dcaca69a44982fae7bec5ab987d957d10c /distrib/notes/hppa
parent75f885a57b2a3bae83d96724b4fdb005aee344f6 (diff)
de-emphasize bootpd even more; mickey ok
Diffstat (limited to 'distrib/notes/hppa')
-rw-r--r--distrib/notes/hppa/install14
1 files changed, 7 insertions, 7 deletions
diff --git a/distrib/notes/hppa/install b/distrib/notes/hppa/install
index 19d1a2d78e1..cf4f20abf0c 100644
--- a/distrib/notes/hppa/install
+++ b/distrib/notes/hppa/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.9 2004/05/04 23:40:49 mickey Exp $
+dnl $OpenBSD: install,v 1.10 2004/05/04 23:59:39 deraadt Exp $
dnl lots of texts coming from {mac68k,mvme68k,vax}/install initially
OpenBSDInstallPrelude
@@ -17,8 +17,8 @@ on diskless booting can be found in the OpenBSD diskless(8) manual page.
Your MACHINE expects to be able to download a so-called LIF (``Logical
Interchange Format'') image, containing both the boot code and the kernel,
-via the HP rboot protocol, for older firmware, or via bootp, for
-more recent firmware.
+via the HP rboot protocol, for older firmware, or via the bootp protocol,
+for more recent firmware.
Old firmware operation
@@ -49,9 +49,9 @@ More recent machines mostly those based on the 7100LC, 7200 and 7300LC CPU
types have a different PDC version. There is only one interactive mode,
with a BOOT_ADMIN> prompt, which provides both boot settings and commands.
-In this case, you will need to set up either bootpd or dhcpd on the server.
-Assuming a dhcpd setup, start by editing the /etc/dhcpd.conf on the bootserver,
-and declare an information block. Here is an example:
+In this case, you will need to set up dhcpd on the server, which can
+serve bootp protocol requests. Start by editing the /etc/dhcpd.conf on
+the bootserver, and declare an information block. Here is an example:
subnet 10.0.0.0 netmask 255.0.0.0 {
host boron {
@@ -61,7 +61,7 @@ and declare an information block. Here is an example:
}
}
-Do not forget to enable dhcpd, either as a standalone process, or via inetd.
+Do not forget to enable dhcpd, either as a standalone process.
You will also need to enable tftpd, for the MACHINE to download the
miniroot (bf entry) from the server in the /tftpboot (td entry) directory.