diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-11-13 23:53:02 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-11-13 23:53:02 +0000 |
| commit | bcda95d9239773b6e49b39f928f80bf1416ee29f (patch) | |
| tree | e9880b8bb4182ed7813ca42812bb978a34085e6c /sys/boot/common/help.common | |
| parent | 8f0a6b5b8cb22fc283c3a7dc2ff67e7db4ec1885 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/help.common')
| -rw-r--r-- | sys/boot/common/help.common | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index d372289b2d79..0470dea4bfd5 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -105,7 +105,7 @@ The set command is used to set variables. ################################################################################ -# Tset Sautboot_delay DSet the default autoboot delay +# Tset Sauotboot_delay DSet the default autoboot delay set autoboot_delay=<value> @@ -155,6 +155,15 @@ set prompt=\$currdev> ################################################################################ +# Tset Srootdev DSet the root filesystem + + set rootdev=<path> + + By default the value of $currdev is used to set the root filesystem + when the kernel is booted. This can be overridden by setting + $rootdev explicitly. + +################################################################################ # Tshow DShow the values of variables show [<variable>] |
