Remove 2.2 cruft.

This commit is contained in:
Michael Lucas 2003-06-14 02:56:38 +00:00
parent 77d46dfdc8
commit 1bf1599dd8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17301

View file

@ -6524,25 +6524,16 @@ options SYSVMSG # enable for messaging</programlisting>
<answer>
<para>If you are using syscons (the default console driver)
in FreeBSD 2.2.7-RELEASE or later,
build and install a new kernel with the line</para>
build and install a new kernel with the following option.</para>
<programlisting>options SC_DISABLE_REBOOT</programlisting>
<para>in the configuration file. If you use the PCVT console
driver in FreeBSD 2.2.5-RELEASE or later, use the following
kernel configuration line instead:</para>
driver, use the following
kernel configuration line instead.</para>
<programlisting>options PCVT_CTRL_ALT_DEL</programlisting>
<para>For older versions of FreeBSD, edit the keymap you are
using for the console and replace the <literal>boot</literal>
keywords with <literal>nop</literal>. The default keymap is
<filename>/usr/share/syscons/keymaps/us.iso.kbd</filename>. You
may have to instruct <filename>/etc/rc.conf</filename> to load
this keymap explicitly for the change to take effect. Of course
if you are using an alternate keymap for your country, you
should edit that one instead.</para>
</answer>
</qandaentry>