diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-12-15 14:32:17 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-12-15 14:32:17 +0000 |
| commit | 8719fada36457ca0214e3e33c86877090af84447 (patch) | |
| tree | 80854066a97712e9dc4c40528e57c677c5e8a3f5 | |
| parent | aa203600d542b9528146c176e8cae1044b48a98f (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/help.common | 10 | ||||
| -rw-r--r-- | sys/boot/i386/loader/help.i386 | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index a57ab7d0f9cc..e467b1ca7092 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -121,7 +121,7 @@ semicolon-separated list of paths, which will be searched for in turn. ################################################################################ -# Tset Sboot_askname DPrompt for root device when kernel is booted +# Tset Sboot_askname DPrompt for root device set boot_askname @@ -129,7 +129,7 @@ when the kernel is booted. ################################################################################ -# Tset Sboot_ddb DDrop to the kernel debugger (DDB) when the kernel is loaded +# Tset Sboot_ddb DDrop to the kernel debugger (DDB) set boot_ddb @@ -137,14 +137,14 @@ proceeding to initialise when booted. ################################################################################ -# Tset Sboot_gdb DSelect gdb-remote mode for kernel debugger +# Tset Sboot_gdb DSelect gdb-remote mode set boot_gdb Selects gdb-remote mode for the kernel debugger by default. ################################################################################ -# Tset Sboot_single DRequest the kernel start in single-user mode +# Tset Sboot_single DStart system in single-user mode set boot_single @@ -152,7 +152,7 @@ mode will be entered when the kernel has finished device probes. ################################################################################ -# Tset Sboot_verbose DDisplay verbose device probes and debugging information +# Tset Sboot_verbose DVerbose boot messages set boot_verbose diff --git a/sys/boot/i386/loader/help.i386 b/sys/boot/i386/loader/help.i386 index 96e42ab923ed..81288250ade0 100644 --- a/sys/boot/i386/loader/help.i386 +++ b/sys/boot/i386/loader/help.i386 @@ -14,7 +14,7 @@ only. ################################################################################ -# Tset Snum_ide_disks DSet the number of IDE disks when booting from a SCSI disk +# Tset Snum_ide_disks DSet the number of IDE disks set num_ide_disks=<value> @@ -24,11 +24,11 @@ correctly locate the SCSI disk you are booting from. ################################################################################ -# Tset Sboot_userconfig DStart userconfig when the kernel is booted +# Tset Sboot_userconfig DStart Userconfig set boot_userconfig - Indicates that the kernel's interactive device configuration program - should be run when the kernel is booted. + Requests that the kernel's interactive device configuration program + be run when the kernel is booted. ################################################################################ |
