Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 1998 13:49:55 -0500
From:      Malartre <malartre@aei.ca>
To:        genght@cn.ibm.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Your Mail Without Subject
Message-ID:  <36570B53.63C4E6A7@aei.ca>
References:  <482566C3.0028B9D6.00@cn.ibm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
genght@cn.ibm.com wrote:
> 
> How to disable reboot using "Ctrl+Alt+Del"?
> thanks in advance.
>
1) Please use a good subject when you ask a question.
http://www.lowrent.org/freebsd/malartre/how-to-ask-en.html
2) You should search the FAQ before asking a question.
http://www.freebsd.org/FAQ/FAQ.html
3) To disable reboot, you have two choices: edit the keymap or add the
option in the kernel.
4) For the first option: http://www.freebsd.org/FAQ/FAQ136.html#136
5) For the second option: Edit your kernel file, check that part of my
kernel and recompile it:

# syscons is the default console driver, resembling an SCO console
device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr
options         SC_HISTORY_SIZE=1000
options         SC_DISABLE_REBOOT       # disable reboot key sequence

Thank You
-- 
[Malartre][malartre@aei.ca][http://www.lowrent.org/freebsd/malartre/]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36570B53.63C4E6A7>