allow users to specify optimization preference
[unix-history] / usr / src / sbin / fastboot / fastboot.8
.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#)fastboot.8 6.1 (Berkeley) %G%
.\"
.TH FASTBOOT 8 ""
.UC 5
.SH NAME
fastboot, fasthalt \- reboot/halt the system without checking the disks
.SH SYNOPSIS
.B /etc/fastboot
[
.I boot-options
]
.br
.B /etc/fasthalt
[
.I halt-options
]
.SH DESCRIPTION
.I Fastboot
and
.I fasthalt
are shell scripts which reboot and halt the system without
checking the file systems. This is done by creating a
file
.IR /fastboot ,
then invoking the
.I reboot
program. The system startup script,
.IR /etc/rc ,
looks for this file and, if present, skips the normal
invocation of
.IR fsck (8).
.SH "SEE ALSO"
halt(8),
reboot(8),
rc(8)