]> git.ozlabs.org Git - petitboot/commitdiff
discover/syslinux-parser: consistent cmdline arg processing
authorBrett Grandbois <brett.grandbois@opengear.com>
Sun, 10 Jun 2018 21:54:08 +0000 (07:54 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 12 Jun 2018 04:43:36 +0000 (14:43 +1000)
In signed-boot environments consistent handling of kernel commandline
options is essential as they must be pre-signed.  In the syslinux parser
ensure that in the absence of a global APPEND they are processed
exactly as found and not with the leading space that the current APPEND
processing has as a shortcut.

Signed-off-by: Brett Grandbois <brett.grandbois@opengear.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>

No differences found