Main index | Section 8 | Options |
Before using any of the commands provided in delay.4th, it must be included through the command:
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:
delay_execute |
Executes the [string] procedure stored in the
delay_command
environment variable after
loader_delay
seconds.
If the optional delay_showdots environment variable is set, a continuous series of dots is printed. During the duration, the user can either press Ctrl-C (or Esc) to abort or ENTER to proceed immediately. |
The environment variables that effect its behavior are:
delay_command | |
The command to be executed by delay_execute. | |
loader_delay | |
The duration (in seconds) to delay before executing delay_command. | |
delay_showdots | |
If set, will cause delay_execute to print a continuous series of dots during the delay duration. | |
/boot/loader | The loader(8). |
/boot/delay.4th | delay.4th itself. |
/boot/loader.rc | loader(8) bootstrapping script. |
include /boot/delay.4th set delay_command="include /boot/other.4th" set delay_showdots set loader_delay=5 delay_execute
DELAY.4TH (8) | May 18, 2011 |
Main index | Section 8 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | I have a natural revulsion to any operating system that shows so little planning as to have to named all of its commands after digestive noises (awk, grep, fsck, nroff). | ” |