From 9bdf3ef1fcea690c625fbdcb8b2adb0996ca1245 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Mon, 7 Apr 2025 18:25:03 +0100 Subject: [PATCH] sys-kernel/dracut: Disable the dracut-cpio feature, which requires Rust Flatcar can't benefit from this performance boost for several reasons, the main one being the use of binary packages. Signed-off-by: James Le Cuirot --- .../coreos-overlay/profiles/coreos/base/package.use | 4 ++++ 1 file changed, 4 insertions(+) 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 2b4a14af3c..340f92278d 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,7 @@ sys-fs/zfs-kmod -initramfs # For sys-auth/sssd net-dns/bind gssapi net-dns/bind-tools gssapi + +# Flatcar can't benefit from this performance boost for several reasons, the +# main one being the use of binary packages. +sys-kernel/dracut -dracut-cpio