commit: 22fe140f5d621803432bb02e4cc15a14c73db9df Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Jun 12 15:22:32 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Jun 12 15:24:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fe140f
profiles/arch/x86: disable thin on lvm2 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/x86/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use index 9770883187a6..9a904c7bc993 100644 --- a/profiles/arch/x86/package.use +++ b/profiles/arch/x86/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <bkoh...@gentoo.org> (2024-06-12) +# Disable thin volume support by default since it reuqires sse2 which most +# x86 cpus will lack +sys-fs/lvm2 -thin + # Ben Kohler <bkoh...@gentoo.org> (2022-06-07) # Enable BIOS target by default sys-apps/memtest86+ bios32