summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-01 07:33:01 +0000
committerSam James <sam@gentoo.org>2022-07-01 07:34:38 +0000
commit25f80a2eafbe1eae88d053b507ee7200f31c42dc (patch)
treeafe6838ccb37def58cd2f4bf94a54b632f865efb /sys-fs/zfs/zfs-9999.ebuild
parentdev-ml/ocaml-ctypes: fix also stable version (diff)
downloadgentoo-25f80a2eafbe1eae88d053b507ee7200f31c42dc.tar.gz
gentoo-25f80a2eafbe1eae88d053b507ee7200f31c42dc.tar.bz2
gentoo-25f80a2eafbe1eae88d053b507ee7200f31c42dc.zip
sys-fs/zfs: more Dracut fixes
- Backport the merged version of non-root fix (one we used should be fine, but upstream went with another) - Revert commit which breaks dist-kernel initramfs building (breaks with USE=initramfs on gentoo-kernel b/c zfs isn't yet rebuilt when gentoo-kernel's pkg_postinst builds dracut). Bug: https://github.com/openzfs/zfs/issues/13595 Bug: https://bugs.gentoo.org/854333 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/zfs/zfs-9999.ebuild')
-rw-r--r--sys-fs/zfs/zfs-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index 6e0b78a9c125..b3a9d416fb6e 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -100,6 +100,10 @@ REQUIRED_USE="
RESTRICT="test"
+PATCHES=(
+ "${FILESDIR}"/2.1.5-dracut-zfs-missing.patch
+)
+
pkg_pretend() {
use rootfs || return 0