Re: [gentoo-dev] [PATCH 1/2] check-reqs.eclass: Support EAPI-8

2021-07-18 Thread Emily Rowlands
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(

Re: [gentoo-dev] [PATCH 5/6] dist-kernel-utils.eclass: Support dracut's uefi=yes option

2021-01-13 Thread Emily Rowlands
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