summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-05 18:54:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-05 18:54:04 +0000
commit359ba0bc6c37f83cd1f966047e323fc9e3827bcd (patch)
tree17f96ea91a3ee8eb67489e8d351a2cb0e8154613
parentce65b637f14b4913d6d74228ab4ae9fee8021b5a (diff)
doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.com
-rw-r--r--sbin/init/init.812
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 731dc9bb561..a0dd333a96f 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: init.8,v 1.28 2000/08/20 18:42:39 millert Exp $
+.\" $OpenBSD: init.8,v 1.29 2001/04/05 18:54:03 deraadt Exp $
.\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -45,6 +45,7 @@
.Nd process control initialization
.Sh SYNOPSIS
.Nm init
+.Op Fl sf
.Sh DESCRIPTION
The
.Nm
@@ -63,6 +64,15 @@ program may be passed parameters
from the boot program to
prevent the system from going multi-user and to instead execute
a single-user shell without starting the normal daemons.
+.Pp
+The following parameters may be passed from the boot program:
+.Bl -tag -width Ds
+.It Fl s
+Boot directly into single user mode.
+.It Fl f
+Activate fastboot mode.
+.El
+.Pp
The system is then quiescent for maintenance work and may
later be made to go to multi-user by exiting the
single-user shell (with ^D).