puzzleos / stubby

UEFI bootloader stub
GNU Lesser General Public License v2.1
12 stars 8 forks source link

Do not include kernel EFI filename as part of kernel cmdline #18

Closed smoser closed 1 year ago

smoser commented 2 years ago

As discovered/mentioned in https://github.com/puzzleos/stubby/pull/16 , when kernel.efi was launched from the EFI shell we would get 'kernel.efi' in /proc/cmdline. That is not desireable. the change here will fix that behavior.

smoser commented 1 year ago

A solution to this landed in #22 as 2e0ce50f76913f18f1f3a6a6b86e4d753ea00465. The solution here is probably more complete, but that should be sufficient for our needs.