diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-04 23:36:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-04 23:36:42 +0000 |
commit | e7716a488f1c5e25ed96eea0a6ebc2d5fe14040e (patch) | |
tree | a79359f295e215f0f1ff8dd96e6388aa407e484b /share/man | |
parent | 7d0ecb9f04c5570d65cce14df1a9ad18fa6598eb (diff) |
Correct utterly bogus prom stuff.
Still ugly, but better.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/man8.sparc/boot_sparc.8 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/share/man/man8/man8.sparc/boot_sparc.8 b/share/man/man8/man8.sparc/boot_sparc.8 index bae9f097624..1386714d8fc 100644 --- a/share/man/man8/man8.sparc/boot_sparc.8 +++ b/share/man/man8/man8.sparc/boot_sparc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc.8,v 1.2 2001/10/04 16:56:52 mpech Exp $ +.\" $OpenBSD: boot_sparc.8,v 1.3 2001/10/04 23:36:41 miod Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -103,14 +103,18 @@ incantation in new-mode to force the ROM to always start in new-mode: setenv sunmon-compat? false .Pp The ROM will normally load the kernel from +.Dq sd(0,0,0)vmunix , +except on the sun4 machines, where it will look for .Dq sd(0,0,0)bsd . -To change the -default so that -.Ox -will be loaded, type the following: +The OpenBSD bootloader will look for a kernel named +.Dq bsd +by default, unless (on sun4c or sun4m only) the +.Dq boot-file +environment variable is set. +To reset this variable to its default, empty, value, type the following: .Pp .Em \ ok -setenv boot-from sd(0,0,0)bsd +set-default boot-file .Pp If the .Xr sysctl 8 |