Re: [gentoo-dev] [PATCH v2] kernel-install.eclass: fix test phase on systemd systems

2023-12-11 Thread Michał Górny
On Mon, 2023-12-11 at 12:22 +0100, Andrew Ammerlaan wrote: > > > + # Initrd images with systemd require some os-release file > > > + cat <<-EOT >> "${imageroot}/etc/os-release" || die > > > + NAME=Gentoo > > > + ID=gentoo > > > + PRETTY_NAME="Gentoo Linux" > > > + ANSI_COLOR="1;32" > > > + HOME_URL

Re: [gentoo-dev] [PATCH v2] kernel-install.eclass: fix test phase on systemd systems

2023-12-11 Thread Andrew Ammerlaan
+ # Initrd images with systemd require some os-release file + cat <<-EOT >> "${imageroot}/etc/os-release" || die + NAME=Gentoo + ID=gentoo + PRETTY_NAME="Gentoo Linux" + ANSI_COLOR="1;32" + HOME_URL="https://www.gentoo.org/"; + SUPPORT_URL="https://w