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) 04/27/85
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)fastboot.8 6.1 (Berkeley) 04/27/85
FASTBOOT 8 ""
C 5 NAME
fastboot, fasthalt - reboot/halt the system without checking the disks
SYNOPSIS
/etc/fastboot [
boot-options ]
/etc/fasthalt [ halt-options ]
DESCRIPTION
Fastboot and
fasthalt are shell scripts which reboot and halt the system without
checking the file systems. This is done by creating a
file
/fastboot , then invoking the
reboot program. The system startup script,
/etc/rc , looks for this file and, if present, skips the normal
invocation of
fsck (8). "SEE ALSO"
halt(8),
reboot(8),
rc(8)