date and time created 88/10/19 11:16:57 by bostic
[unix-history] / usr / src / sbin / fastboot / fastboot.8
CommitLineData
1c57516d
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
89610eb7 5.\" @(#)fastboot.8 6.1 (Berkeley) %G%
1c57516d 6.\"
89610eb7 7.TH FASTBOOT 8 ""
1c57516d
KM
8.UC 5
9.SH NAME
10fastboot, fasthalt \- reboot/halt the system without checking the disks
11.SH SYNOPSIS
12.B /etc/fastboot
13[
14.I boot-options
15]
16.br
17.B /etc/fasthalt
18[
19.I halt-options
20]
21.SH DESCRIPTION
22.I Fastboot
23and
24.I fasthalt
25are shell scripts which reboot and halt the system without
26checking the file systems. This is done by creating a
27file
28.IR /fastboot ,
29then invoking the
30.I reboot
31program. The system startup script,
32.IR /etc/rc ,
33looks for this file and, if present, skips the normal
34invocation of
35.IR fsck (8).
36.SH "SEE ALSO"
37halt(8),
38reboot(8),
39rc(8)