]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: document workaround for Gentoo
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Thu, 15 Dec 2022 20:49:29 +0000 (20:49 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 19 Dec 2022 09:00:52 +0000 (10:00 +0100)
test/container/Dockerfile-Gentoo

index f9a358dbdc13c3e19985b55f38465b67f5ca5534..a38d96ab894ce5bed0bffcf030d48a93ffe72078 100644 (file)
@@ -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