diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/stand/installboot.8 | 20 | ||||
-rw-r--r-- | sys/arch/amd64/stand/installboot/installboot.8 | 12 | ||||
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 12 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 13 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/installboot/installboot.8 | 13 | ||||
-rw-r--r-- | sys/arch/mvmeppc/stand/installboot/installboot.8 | 13 | ||||
-rw-r--r-- | sys/arch/sparc/stand/installboot/installboot.8 | 15 | ||||
-rw-r--r-- | sys/arch/sparc64/stand/installboot/installboot.8 | 15 |
8 files changed, 16 insertions, 97 deletions
diff --git a/sys/arch/alpha/stand/installboot.8 b/sys/arch/alpha/stand/installboot.8 index 3a877c1f826..a16593d0e2a 100644 --- a/sys/arch/alpha/stand/installboot.8 +++ b/sys/arch/alpha/stand/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.10 2007/05/31 19:20:01 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.11 2010/03/06 16:16:42 jmc Exp $ .\" $NetBSD: installboot.8,v 1.2 1997/04/06 08:41:11 cgd Exp $ .\" .\" Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 alpha .Os .Sh NAME @@ -132,19 +132,3 @@ The OpenBSD/alpha boot blocks can only load kernels from disks' partitions. (However, the second-stage boot program may be located on any FFS file system partition on the disk.) -.Pp -.Nm Installboot -requires simultaneous access to the mounted file system and -the disks' raw partition. -That is not allowed with the kernel -.Dv securelevel -variable -.Po -see -.Xr sysctl 8 -.Pc -set to a value greater than one, or with -.Dv securelevel -set to one if the -.Dq boot -program resides in a file system on the disk's raw partition. diff --git a/sys/arch/amd64/stand/installboot/installboot.8 b/sys/arch/amd64/stand/installboot/installboot.8 index 3790a2c22d6..0bb428faf44 100644 --- a/sys/arch/amd64/stand/installboot/installboot.8 +++ b/sys/arch/amd64/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.3 2007/05/31 19:20:02 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.4 2010/03/06 16:16:43 jmc Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 amd64 .Os .Sh NAME @@ -82,14 +82,6 @@ or as the explicit device node, such as or .Pa /dev/rwd0c . .Pp -Note that you must be in single-user mode or have your kernel in -insecure mode (see the -.Xr sysctl 8 -.Va kern.securelevel -variable or -.Pa /etc/rc.securelevel ) -to enable access to the raw partition of a mounted disk. -.Pp The .Sq c partition is always used to represent the diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index a64bbef56e2..467d6cc8665 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.28 2007/05/31 19:20:03 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.29 2010/03/06 16:16:43 jmc Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 i386 .Os .Sh NAME @@ -82,14 +82,6 @@ or as the explicit device node, such as or .Pa /dev/rwd0c . .Pp -Note that you must be in single-user mode or have your kernel in -insecure mode (see the -.Xr sysctl 8 -.Va kern.securelevel -variable or -.Pa /etc/rc.securelevel ) -to enable access to the raw partition of a mounted disk. -.Pp The .Sq c partition is always used to represent the diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index 8b2178bdec3..8f343a384bc 100644 --- a/sys/arch/mvme68k/stand/installboot/installboot.8 +++ b/sys/arch/mvme68k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.16 2007/05/31 19:20:04 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.17 2010/03/06 16:16:43 jmc Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 mvme68k .Os .Sh NAME @@ -81,12 +81,3 @@ cp /usr/mdec/bootsd /boot .Sh SEE ALSO .Xr disklabel 8 , .Xr init 8 -.Sh BUGS -.Nm installboot -requires simultaneous access to the mounted file system and -the raw device, but that is not allowed with the kernel -.Nm securelevel -variable set to a value greater than zero (the default), so -.Nm installboot -only works in single-user mode (or insecure mode - see -.Xr init 8 ) . diff --git a/sys/arch/mvme88k/stand/installboot/installboot.8 b/sys/arch/mvme88k/stand/installboot/installboot.8 index 5aa3e22be5c..ac0551d38e3 100644 --- a/sys/arch/mvme88k/stand/installboot/installboot.8 +++ b/sys/arch/mvme88k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.13 2007/05/31 19:20:04 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.14 2010/03/06 16:16:43 jmc Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 mvme88k .Os .Sh NAME @@ -81,12 +81,3 @@ cp /usr/mdec/bootsd /boot .Sh SEE ALSO .Xr disklabel 8 , .Xr init 8 -.Sh BUGS -.Nm installboot -requires simultaneous access to the mounted file system and -the raw device, but that is not allowed with the kernel -.Nm securelevel -variable set to a value greater than zero (the default), so -.Nm installboot -only works in single-user mode (or insecure mode - see -.Xr init 8 ) . diff --git a/sys/arch/mvmeppc/stand/installboot/installboot.8 b/sys/arch/mvmeppc/stand/installboot/installboot.8 index 63e7dde0480..06961bc0333 100644 --- a/sys/arch/mvmeppc/stand/installboot/installboot.8 +++ b/sys/arch/mvmeppc/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.7 2007/05/31 19:20:04 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.8 2010/03/06 16:16:43 jmc Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 mvmeppc .Os .Sh NAME @@ -81,12 +81,3 @@ cp /usr/mdec/bootsd /boot .Sh SEE ALSO .Xr disklabel 8 , .Xr init 8 -.Sh BUGS -.Nm installboot -requires simultaneous access to the mounted file system and -the raw device, but that is not allowed with the kernel -.Nm securelevel -variable set to a value greater than zero (the default), so -.Nm installboot -only works in single-user mode (or insecure mode - see -.Xr init 8 ) . diff --git a/sys/arch/sparc/stand/installboot/installboot.8 b/sys/arch/sparc/stand/installboot/installboot.8 index efffb7323da..a08e687c2de 100644 --- a/sys/arch/sparc/stand/installboot/installboot.8 +++ b/sys/arch/sparc/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.9 2007/05/31 19:20:05 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.10 2010/03/06 16:16:43 jmc Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 sparc .Os .Sh NAME @@ -142,14 +142,3 @@ The .Nm installboot first appeared in .Nx 1.1 . -.Sh BUGS -.Nm installboot -requires simultaneous access to the mounted file system and -the raw device, but that is not allowed with the kernel -.Dv securelevel -variable set to a value greater than zero -.Pq the default , -so -.Nm installboot -only works in single-user mode -.Pq or insecure mode - see Xr init 8 . diff --git a/sys/arch/sparc64/stand/installboot/installboot.8 b/sys/arch/sparc64/stand/installboot/installboot.8 index 89257375b15..484d772169c 100644 --- a/sys/arch/sparc64/stand/installboot/installboot.8 +++ b/sys/arch/sparc64/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.8 2007/05/31 19:20:05 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.9 2010/03/06 16:16:43 jmc Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 6 2010 $ .Dt INSTALLBOOT 8 sparc64 .Os .Sh NAME @@ -105,14 +105,3 @@ The .Nm installboot first appeared in .Nx 1.1 . -.Sh BUGS -.Nm installboot -requires simultaneous access to the mounted file system and -the raw device, but that is not allowed with the kernel -.Dv securelevel -variable set to a value greater than zero -.Pq the default , -so -.Nm installboot -only works in single-user mode -.Pq or insecure mode - see Xr init 8 . |