Re: Enabling Magic SysRq Key on boot before INIT

2007-11-13 Thread Randy Dunlap
On Tue, 13 Nov 2007 19:55:09 -0500 Chuck Ebbert wrote: > On 11/13/2007 03:24 PM, Eric Schoeller wrote: > > Hello, > > > > I would like to enable the Magic SysRq key immediately when the linux > > kernel starts to boot, not when INIT begins. So, I am familiar with the > > sysctl command and /etc/s

Re: Enabling Magic SysRq Key on boot before INIT

2007-11-13 Thread Chuck Ebbert
On 11/13/2007 03:24 PM, Eric Schoeller wrote: > Hello, > > I would like to enable the Magic SysRq key immediately when the linux > kernel starts to boot, not when INIT begins. So, I am familiar with the > sysctl command and /etc/sysctl.conf - but I'd like to modify these types > of kernel variable

Enabling Magic SysRq Key on boot before INIT

2007-11-13 Thread Eric Schoeller
Hello, I would like to enable the Magic SysRq key immediately when the linux kernel starts to boot, not when INIT begins. So, I am familiar with the sysctl command and /etc/sysctl.conf - but I'd like to modify these types of kernel variables earlier in the boot process. I thought that I could, per