diff options
| author | Wilko Bulte <wilko@FreeBSD.org> | 2000-12-11 19:10:07 +0000 |
|---|---|---|
| committer | Wilko Bulte <wilko@FreeBSD.org> | 2000-12-11 19:10:07 +0000 |
| commit | 7186129a1aee9120d3ff99763948acda4e22c2c5 (patch) | |
| tree | 11e94ab8ea96492668f1c35ff9deca38e9b559dc /usr.sbin/bootparamd | |
| parent | 0f84eb4457af4360addfa2f36311607c9f705d28 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bootparamd')
| -rw-r--r-- | usr.sbin/bootparamd/bootparamd/bootparamd.8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.8 b/usr.sbin/bootparamd/bootparamd/bootparamd.8 index 595c3ece068e..acbac3db412d 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.8 +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.8 @@ -45,6 +45,14 @@ The file to use as boot parameter file instead of .Bl -tag -width /etc/bootparams -compact .It /etc/bootparams .El +.Sh EXAMPLES +When netbooting diskless SunOS/Xkernel SPARCstations the booted SunOS kernel +also broadcasts to the all-0 address. The SunOS kernel hangs until it +receives a reply. To accomodate this behaviour add an alias address +that responds to an all-0 broadcast. So, add something like 'ifconfig xl0 +192.168.200.254 netmask 255.255.255.255 broadcast 192.168.200.0 alias' +on the relevant network interface on your bootparamd server. The alias +address must of course be free for use. .Sh BUGS You may find the syslog loggings to be verbose. .Sh AUTHORS |
