diff options
Diffstat (limited to 'sys/boot/common/loader.8')
| -rw-r--r-- | sys/boot/common/loader.8 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 5e53449a4fd64..44090d629f5d8 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -779,18 +779,12 @@ Boot in single user mode: .Pp .Dl boot -s .Pp -Load kernel's user configuration file. +Load the kernel, a splash screen, and then autoboot in five seconds. Notice that a kernel must be loaded before any other .Ic load command is attempted. .Bd -literal -offset indent load kernel -load -t userconfig_script /boot/kernel.conf -.Ed -.Pp -Load the kernel, a splash screen, and then autoboot in five seconds. -.Bd -literal -offset indent -load kernel load splash_bmp load -t splash_image_data /boot/chuckrulez.bmp autoboot 5 |
