commit | 668ace1207f208260711a37a5b7877101eb0cd0b | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Tue Apr 29 11:19:50 2014 +0100 |
committer | Matt Fleming <matt.fleming@intel.com> | Tue Apr 29 11:22:34 2014 +0100 |
tree | eb7b9a9fc9698494c5a01db806bff91007579610 | |
parent | a995826f9e43f1134baea61610eafd8c173bb776 [diff] |
efilinux: Make option parsing more robust Thomas reports that efilinux hangs when executed via gummiboot. The reason being that efilinux expects the executable name to be prepended to the beginning of the LoadOptions string. This behaviour isn't required by the UEFI spec, so make the options parsing more robust to handle either case. Reported-by: Thomas Bächler <thomas@archlinux.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>