[OE-core] [PATCH] busybox: set default log buffer size to 64 at compile time

2013-08-28 Thread Paul Eggleton
This provides a more reasonable log buffer size to avoid losing earlier events, and 64K is not a problem for modern systems. When the buffer is used on sysvinit-based systems, which it isn't by default, 64K is already the runtime default size unless /etc/syslog-startup.conf is modified or deleted,

Re: [OE-core] [PATCH] busybox: set default log buffer size to 64 at compile time

2013-08-28 Thread Khem Raj
On Aug 28, 2013, at 8:39 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: This provides a more reasonable log buffer size to avoid losing earlier events, and 64K is not a problem for modern systems. When the buffer is used on sysvinit-based systems, which it isn't by default, 64K is