Date: Thu, 28 Oct 1999 13:48:14 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Nik Clayton <nik@freebsd.org> Cc: freebsd-doc@freebsd.org Subject: Re: FAQ for preventing console 3-finger salute Message-ID: <47435.941111294@axl.noc.iafrica.com> In-Reply-To: Your message of "Tue, 26 Oct 1999 22:10:07 %2B0100." <19991026221007.B15089@kilt.nothing-going-on.org>
index | next in thread | previous in thread | raw e-mail
On Tue, 26 Oct 1999 22:10:07 +0100, Nik Clayton wrote:
> > I'm happy to send diffs, I just figured I should check whether the
> > existing advice perhaps has benefits I haven't thought of.
>
> Apparently, it doesn't :-)
Ah, I found a reason. The syscons option only became available in 2.2.7
and the pcvt option only became available in 2.2.5.
> Diffs please ;-)
Sure.
Ciao,
Sheldon.
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/faq/book.sgml,v
retrieving revision 1.20
diff -u -d -r1.20 book.sgml
--- book.sgml 1999/10/25 08:34:27 1.20
+++ book.sgml 1999/10/28 11:46:44
@@ -4311,7 +4311,23 @@
<para>How do I keep Control-Alt-Delete from rebooting the system?
</para></question><answer>
-<para>Edit the keymap you are using for the console and replace the
+<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>
+
+<para>
+<literallayout>options SC_DISABLE_REBOOT</literallayout></para>
+
+<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>
+
+<para>
+<literallayout>options PCVT_CTRL_ALT_DEL</literallayout></para>
+
+<para>For older versions of FreeBSD,
+edit the keymap you are using for the console and replace the
<emphasis remap=tt>boot</emphasis> keywords with <emphasis remap=tt>nop</emphasis>. 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
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47435.941111294>
