[PATCH v2] efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yes

2020-10-28 Thread Geert Uytterhoeven
EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER is deprecated, so it should not be enabled by default. In light of commit 4da0b2b7e67524cc ("efi/libstub: Re-enable command line initrd loading for x86"), keep the default for X86. Fixes: cf6b83664895a5c7 ("efi/libstub: Make initrd file loader

Re: [PATCH v2] efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yes

2020-10-28 Thread Ard Biesheuvel
On Wed, 28 Oct 2020 at 16:34, Geert Uytterhoeven wrote: > > EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER is deprecated, so it should not > be enabled by default. > > In light of commit 4da0b2b7e67524cc ("efi/libstub: Re-enable command > line initrd loading for x86"), keep the default for X86. > >