diff options
author | ru <ru@FreeBSD.org> | 2002-03-13 11:03:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-03-13 11:03:36 +0000 |
commit | bb48189d63bcab28186be144df790b4d290caf12 (patch) | |
tree | 00c37518865e0b3f206b7be72ea8b6fc01f6b091 /sbin | |
parent | 4eb95bc05a3fffdabed3b1269b9cacbde5b38fc8 (diff) | |
download | FreeBSD-src-bb48189d63bcab28186be144df790b4d290caf12.zip FreeBSD-src-bb48189d63bcab28186be144df790b4d290caf12.tar.gz |
Implement -m and -p loader(8) "boot" command options in boot2.
(This is more useful for 4.x where boot blocks can still load
kernels, modulo the PR kern/17422.)
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 4f7ee94..779d9f0 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -115,7 +115,7 @@ the listing will be of the relevant subdirectory.) .Ar bios_drive : Ns Ar interface Ns Po .Ar unit , Ns Ar part Pc .Ar filename -.Op Fl aCcDdghPprsv +.Op Fl aCcDdghmPprsv .Xc Specify boot file and flags. .Bl -tag -width indent @@ -161,7 +161,7 @@ The pathname of the file to boot (relative to the root directory on the specified partition). Defaults to .Pa /kernel . Symbolic links are not supported (hard links are). -.It Fl acCdDghPrsv +.It Fl aCcDdghmPprsv Boot flags: .Pp .Bl -tag -width "-CXX" -compact @@ -217,6 +217,8 @@ regardless of the option described here. See the man page for .Xr sio 4 for more details. +.It Fl m +mute the console. .It Fl P probe the keyboard. If no keyboard is found, the .Fl D |