diff options
author | 2000-06-18 17:04:52 +0000 | |
---|---|---|
committer | 2000-06-18 17:04:52 +0000 | |
commit | 957143fb450ae279dc4a570dc778a4c6587c867e (patch) | |
tree | 5b73cbd8445a606be10127eb91b7e15a147d7f07 | |
parent | lookup routing table for multicast too, to allow scoped IPv6 multicast (diff) | |
download | wireguard-openbsd-957143fb450ae279dc4a570dc778a4c6587c867e.tar.xz wireguard-openbsd-957143fb450ae279dc4a570dc778a4c6587c867e.zip |
Document the /fastboot feature. If this file exists at boot-time, rc(8) will
not invoke fsck(8).
-rw-r--r-- | share/man/man8/rc.8 | 13 |
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 |