diff options
author | ru <ru@FreeBSD.org> | 2004-09-30 09:59:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-09-30 09:59:44 +0000 |
commit | bf38b1ddea618cb3b9c9c46d51c6d3523f11ed35 (patch) | |
tree | 85ec22e50dbd51970d3a157491683e19b6096623 /sbin/reboot | |
parent | c176604fcec1d46ba2ee2c2357ef5e582b3d5d35 (diff) | |
download | FreeBSD-src-bf38b1ddea618cb3b9c9c46d51c6d3523f11ed35.zip FreeBSD-src-bf38b1ddea618cb3b9c9c46d51c6d3523f11ed35.tar.gz |
Fixed desctiptions of some options:
- Document better what the -C option means.
- The -c option is currently a no-op.
- The -D and -h options do not allow switching between
single/dual console modes and internal/video consoles.
(This used to be true for the old biosdisk boot code,
but now they just force the multiple consoles mode and
serial console, respectively.)
Diffstat (limited to 'sbin/reboot')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 56ea285..8dfd5d8 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -195,20 +195,13 @@ Boot flags: during kernel initialization, ask for the device to mount as the root file system. .It Fl C -boot from CDROM. +try to mount root file system from a CD-ROM. .It Fl c -run UserConfig to modify hardware parameters for the loaded -kernel. -If the kernel was built with one of -.Dv USERCONFIG , INTRO_USERCONFIG , VISUAL_USERCONFIG -options, -remain in UserConfig regardless of any -.Ic quit -commands present in the script. +this flag is currently a no-op. .It Fl D -toggle single and dual console configurations. +boot with the dual console configuration. In the single -configuration the console will be either the internal display +configuration, the console will be either the internal display or the serial port, depending on the state of the .Fl h option below. @@ -225,20 +218,15 @@ as early as possible in kernel initialization. .It Fl g use the GDB remote debugging protocol. .It Fl h -toggle internal and serial consoles. -You can use this to switch -console devices. +force the serial console. For instance, if you boot from the internal console, you can use the .Fl h option to force the kernel to use the serial port as its console device. -Alternatively, if you boot from the serial port, -you can use this option to force the kernel to use the internal display -as the console instead. The serial port driver .Xr sio 4 -has a flag to override this option. +has a flag (0x20) to override this option. If that flag is set, the serial port will always be used as the console, regardless of the .Fl h |