Topic: kernel command line

I would like to change the command line the kernel gets when it boots.  The command line is in /proc/cmdline but it doesnt seem to be editable.  Would anyone know how to change it ?

Thanks

Dave

Re: kernel command line

Thanks but where can I edit the kernel line that is presently used, such that when it boots next it uses my line.

Re: kernel command line

/proc/cmdline shows what the kernel was called with.

To change the command line for the kernel, I presume you either need to re-compile the kernel, or have access to the bootloader.  I'm pretty sure the hacker board uses uboot, so you should be able to break in and change the "bootargs" variable, which is what uboot passes the kernel.

Linux Guy - Occasional Chumby Hacker