On 18/07/2021 21:52, Andreas Sturmlechner wrote:
> Move EAPI check and EXPORT_FUNCTIONS on top, before include guard.
> Standardise include guard.
>
> Signed-off-by: Andreas Sturmlechner
> ---
> eclass/check-reqs.eclass | 20 ++--
> 1 file changed, 10 insertions(+), 10 deletions(
On 13/01/2021 14:35, Michał Górny wrote:
> @@ -85,6 +97,23 @@ dist-kernel_install_kernel() {
> local image=${2}
> local map=${3}
>
> + # if dracut is used in eufi=yes mode, initrd will actually
Minor typo: this should be "uefi=yes", rather than eufi.
Emily Rowlands