BTS

Issue451

Title Increase COMMAND_LINE_SIZE in the kernel
Priority wish Status resolved
Superseder Nosy List spiney
Assigned To Topics

Created on 2008-04-18.13:01:44 by spiney, last changed 2009-10-24.11:25:52 by mika.

Messages
msg2544 (view) Author: mika Date: 2009-10-24.11:25:51
This was fixed in previous grml releases (forgot to update this bugreport 
accordingly, sorry). Nowadays we've

#define COMMAND_LINE_SIZE 2048 

in linux-2.6/arch/x86/include/asm/setup.h.

Closing this bugreport therfor, if you still encounter any problems fill free 
to reopen, thanks.

regards,
-mika-
msg1287 (view) Author: spiney Date: 2008-04-18.13:01:41
Since the syslinux/isolinux/pxelinux APPEND lines get rather long, it's easy to
run into the size limit of 256 chars, either by having the nfsroot in a
/very/very/deep/and/hidden/hierarchy (which could be avoided) or when trying to
pass a couple of additional parameters.
History
Date User Action Args
2009-10-24 11:25:52mikasetstatus: unread -> resolved
messages: + msg2544
2008-04-18 13:01:44spineycreate