From 2bdd63e2df756f2b04bc05e1a9a7c82f89ff2984 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 5 Aug 2024 16:43:22 +0200 Subject: [PATCH] overlay profiles: Disable initramfs USE flag for sys-fs/zfs-kmod Do not tinker with /boot partition at installation time, we handle initramfs stuff in our way. --- .../third_party/coreos-overlay/profiles/coreos/base/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use index 6ffd638f14..a05049fefd 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use @@ -162,3 +162,4 @@ dev-util/bpftool -llvm # Do not tinker with /boot partition at installation time. sys-firmware/intel-microcode -initramfs +sys-fs/zfs-kmod -initramfs