From: Laszlo Gombos Date: Thu, 15 Dec 2022 20:49:29 +0000 (+0000) Subject: ci: document workaround for Gentoo X-Git-Tag: 058~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=376c2360b521d62fb2c1e954c81e9e26797d52e3;p=thirdparty%2Fdracut.git ci: document workaround for Gentoo --- diff --git a/test/container/Dockerfile-Gentoo b/test/container/Dockerfile-Gentoo index f9a358dbd..a38d96ab8 100644 --- a/test/container/Dockerfile-Gentoo +++ b/test/container/Dockerfile-Gentoo @@ -20,6 +20,7 @@ RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' # Only install `dmsetup`: attempting to install all of lvm2 fails due to missing kernel headers. RUN echo 'sys-fs/lvm2 device-mapper-only -thin' > /etc/portage/package.use/lvm2 +# workaround for https://bugs.gentoo.org/734022 whereby Gentoo does not support NFS4 with musl RUN echo 'net-fs/nfs-utils -nfsv4' > /etc/portage/package.use/nfs-utils # Install needed packages for the dracut CI container