xref: /original-bsd/sbin/fastboot/fastboot.8 (revision e2bb50a5)
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.2 (Berkeley) 06/24/90

FASTBOOT 8 ""
C 5
NAME
fastboot, fasthalt - reboot/halt the system without checking the disks
SYNOPSIS
fastboot [ boot-options ]

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)