Increased the size of the kernel command line buffer in bootlogd

from 256 characters to 4096. This size is defined in KERNEL_COMMAND_LENGTH
for easy modification downstream.
This commit is contained in:
Jesse Smith
2018-12-29 14:46:10 -04:00
parent 9e8553cacb
commit 5d955d55c8
2 changed files with 7 additions and 5 deletions

View File

@@ -15,6 +15,10 @@ sysvinit (2.94) unreleased; urgency=low
and freeing is now handled in stdlib.h
* Added defines for FreeBSD to make some components compile
on FreeBSD 11.
* Increased the size of the kernel command line buffer in bootlogd
from 256 characters to 4096. This size is defined in KERNEL_COMMAND_LENGTH
for easy modification downstream.
sysvinit (2.93) released; urgency=low