diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2006-02-26 17:34:47 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2006-02-26 17:34:47 +0000 |
| commit | bfa64fee24fbd85a9b25698eeb65565c65e44a8a (patch) | |
| tree | f49c292f7c661363ff8432b86fc05f83b3270d40 /sbin/reboot/boot_i386.8 | |
| parent | a06bcc79a9100307072cf0230774e7403c05a360 (diff) | |
Notes
Diffstat (limited to 'sbin/reboot/boot_i386.8')
| -rw-r--r-- | sbin/reboot/boot_i386.8 | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 3c9d4c3a46d7..79716c3afa6b 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -36,7 +36,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 23, 2004 +.Dd August 18, 2005 .Dt BOOT 8 i386 .Os .Sh NAME @@ -126,9 +126,10 @@ the listing will be of the relevant subdirectory.) .It Xo .Sm off .Ar bios_drive : interface ( unit , Oo Ar slice , Oc Ar part ) -.Sm on .Ar filename +.Sm on .Op Fl aCcDdghmnPprsv +.Op Fl S Ns Ar speed .Xc Specify boot file and flags. .Bl -tag -width indent @@ -186,9 +187,11 @@ slice) is booted from. The pathname of the file to boot (relative to the root directory on the specified partition). Defaults to -.Pa /kernel . +.Pa /boot/kernel/kernel . Symbolic links are not supported (hard links are). -.It Fl aCcDdghmnPprsv +.It Xo Op Fl aCcDdghmnPprsv +.Op Fl S Ns Ar speed +.Xc Boot flags: .Pp .Bl -tag -width "-CXX" -compact @@ -281,6 +284,14 @@ boot into single-user mode; if the console is marked as (see .Xr ttys 5 ) , the root password must be entered. +.It Fl S Ns Ar speed +set the speed of the serial console to +.Ar speed . +The default is 9600 unless it has been overridden by setting +.Va BOOT_COMCONSOLE_SPEED +in +.Xr make.conf 5 +and recompiling and reinstalling the boot blocks. .It Fl v be verbose during device probing (and later). .El |
