|
NAMEdelay.4th —
FreeBSD debugging boot module
DESCRIPTIONThe file that goes by the name ofdelay.4th is a set of
commands designed to add debugging capabilities to
loader(8).
The commands of delay.4th by themselves are not enough
for most uses. Please refer to the examples below for the most common
situations, and to
loader(8)
for additional commands.
Before using any of the commands provided in
include delay.4th This line is present in /boot/beastie.4th file, so it is not needed (and should not be re-issued) in a normal setup. The commands provided by it are:
The environment variables that effect its behavior are:
FILESEXAMPLESIntroducing a 5-second delay before including another file from /boot/loader.rc:include /boot/delay.4th set delay_command="include /boot/other.4th" set delay_showdots set loader_delay=5 delay_execute SEE ALSOloader.conf(5), beastie.4th(8), loader(8), loader.4th(8)HISTORYThedelay.4th set of commands first appeared in
FreeBSD 9.0.
AUTHORSThedelay.4th set of commands was written by
Devin Teske ⟨dteske@FreeBSD.org⟩.
Visit the GSP FreeBSD Man Page Interface. |