diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-10-16 01:55:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-10-16 01:55:35 +0000 |
commit | 647fab764682aadc43bdf726d2376550f089271a (patch) | |
tree | 4a176afc49d2587a8cd0f114822cad3f37bbefe3 /sbin/reboot | |
parent | d78f71b9962620311704752f30cd75f27f5b0e80 (diff) | |
download | FreeBSD-src-647fab764682aadc43bdf726d2376550f089271a.zip FreeBSD-src-647fab764682aadc43bdf726d2376550f089271a.tar.gz |
Add new option `q', which makes second stage loader quiet unless autoboot
is disabled or fails.
MFC after: 1 week
Diffstat (limited to 'sbin/reboot')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 1ca5abd..fd0cfcd 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -189,7 +189,7 @@ on the specified partition). Defaults to .Pa /boot/kernel/kernel . Symbolic links are not supported (hard links are). -.It Xo Op Fl aCcDdghmnPprsv +.It Xo Op Fl aCcDdghmnPpqrsv .Op Fl S Ns Ar speed .Xc Boot flags: @@ -253,6 +253,15 @@ and options are automatically set. .It Fl p pause after each attached device during the device probing phase. +.It Fl q +be quiet, +do not write anything to the console unless automatic boot fails or +is disabled. +This option only affects second-stage bootstrap, +to prevent next stages from writing to the console use in +combination with the +.Fl m +option. .It Fl r use the statically configured default for the device containing the root file system |