summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-06-18 17:04:53 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-06-18 17:04:53 +0000
commit2a9ba28ab18af3ff55bbb4839ff32f50c133436d (patch)
treed65ad8e4d6cc0936edef2015140bee6b9fc4f952 /share/man
parentae10958087df9972a30642c71bf0fb61bf200563 (diff)
Document the /fastboot feature. If this file exists at boot-time, rc(8) will
not invoke fsck(8).
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man8/rc.813
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index 8efabe20cd9..a43c136da7a 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.8,v 1.10 2000/01/08 01:58:31 hugh Exp $
+.\" $OpenBSD: rc.8,v 1.11 2000/06/18 17:04:52 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -78,13 +78,22 @@ runs an
.Xr fsck 8
with option
.Fl p
-to ``preen'' all the disks of minor inconsistencies resulting
+to
+.Dq preen
+all disks of minor inconsistencies resulting
from the last system shutdown and to check for serious inconsistencies
caused by hardware or software failure.
If this auto-check and repair succeeds, then the second part of
.Nm rc
is run.
.Pp
+However, if the file
+.Pa /fastboot
+exists,
+.Xr fsck 8
+will not be invoked during this boot.
+This file is then removed so that it will be run on subsequent boots.
+.Pp
The second part of
.Nm rc ,
which is run after an auto-reboot succeeds and also if