Date: Mon, 28 May 2001 16:29:16 -0400 (EDT) From: "Christopher W. Aiken" <cwaiken@icubed.com> To: Greg Lehey <grog@FreeBSD.org> Cc: "Christopher W. Aiken" <cwaiken@icubed.com>, FreeBSD Questions <freebsd-questions@FreeBSD.org> Subject: Re: Ctrl-Alt-Del once again Message-ID: <20010528162149.K256-100000@bigdaddy.localdomain> In-Reply-To: <20010528111406.U29739@wantadilla.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 May 2001, Greg Lehey wrote: :)On Sunday, 27 May 2001 at 21:30:23 -0400, Christopher W. Aiken wrote: :)> :)> I'd like to setup Ctrl-Alt-Del to do a "halt" instead :)> of re-boot. Searching the archives I found a snipit :)> that indicated that the following command should do it: :)> <SNIP> :) :)Yes. Assuming you're using the standard keyboard map :)(/usr/share/syscons/keymaps/us.iso.kbd), make a copy with an :)appropriate name and change the following line: :) :)Before: :) :) 083 del '.' '.' '.' '.' '.' boot boot N :) :)After: :) :) 083 del '.' '.' '.' '.' '.' halt halt N :) :)This is described in the man page kbdmap(5), which was only written a :)few months ago. :) :)Greg Nope, Doesn't work. I copied us.iso.kbd to us.iso.kbd_cwa. I made the above changes to keycode 083. I then added "keymap=us.iso.kbd_cwa" to my /etc/rc.conf file. Finally I re-booted. When my system came back up I hit Ctrl-Alt-Del expecting a "halt" to be performed. Instead a "reboot" occurred, just as though I had done nothing to the keymap file. Is there a way to determine if us.iso.kbd_cwa is even used? man kbdmap shows nothing, and I could find nothing in dmesg. -- -=[cwa]=- FreeBSD 4.2 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?20010528162149.K256-100000>