diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-11-08 12:11:14 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-11-08 12:11:14 +0000 |
commit | d80a9c9a4de7dafcde17c282add5efb50cd699dd (patch) | |
tree | b506daa99d15041b329c626c14557b7fefaf53e5 /usr.sbin | |
parent | 2e7538c6154f550c3bc1dacd759daed8ec2f7193 (diff) |
Document network-boot-arguments for sparc64 diskless(8)
The Oracle OpenBoot 4.x Administration Guide[0] documents a few useful
options for network boot.
Basically, either
{ok} setenv network-boot-arguments tftp-retries=0
{ok} boot net ...
or
{ok} boot net:tftp-retries=0 ...
Newer machines like the T4-2 using OpenBoot 4.38.16 also support BOOTP/DHCP
besides RARP: "dhcp,hostname=puffy" works as expected on my
T4-2, but "boot-filename" and "boot-retries" remain unsupported on this
particular machine despite being documented in the guide.
0: https://docs.oracle.com/cd/E63648_01/html/E63649/gpvll.html#scrolltoc
OK miod
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/eeprom/eeprom.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/eeprom/eeprom.8 b/usr.sbin/eeprom/eeprom.8 index 8b72a3d1655..59c28585a23 100644 --- a/usr.sbin/eeprom/eeprom.8 +++ b/usr.sbin/eeprom/eeprom.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eeprom.8,v 1.22 2020/01/08 14:45:36 kn Exp $ +.\" $OpenBSD: eeprom.8,v 1.23 2022/11/08 12:11:13 kn Exp $ .\" $NetBSD: eeprom.8,v 1.2 1996/02/28 01:13:24 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 8 2020 $ +.Dd $Mdocdate: November 8 2022 $ .Dt EEPROM 8 .Os .Sh NAME @@ -197,7 +197,7 @@ one is likely to see on a system with an OpenPROM. NOTE: this list may be incomplete or incorrect due to differences between revisions of the OpenPROM. -.Bl -tag -width "last-hardware-update " +.Bl -tag -width "network-boot-arguments " .It Ar sunmon-compat? If true, the old EEPROM-style interface will be used while in the monitor, rather than the OpenPROM-style interface. @@ -298,6 +298,8 @@ or specifying the default console output device. .It Ar keyboard-click? If true, the keys click annoyingly. +.It Ar network-boot-arguments +Comma separated list of arguments for booting over RARP or BOOTP/DHCP and TFTP. .It Ar sd-targets A string in the format .Dq 31204567 |