From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AE90158090 for ; Mon, 16 May 2022 05:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7202DE091C; Mon, 16 May 2022 05:34:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E2CCE091C for ; Mon, 16 May 2022 05:34:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBF2F341978 for ; Mon, 16 May 2022 05:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B8A8477 for ; Mon, 16 May 2022 05:34:19 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1652676817.4efdb878a0d4ef361c3f39c62410e2afb51efb54.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 4efdb878a0d4ef361c3f39c62410e2afb51efb54 X-VCS-Branch: master Date: Mon, 16 May 2022 05:34:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73a16f62-2e37-4bc4-bf7c-b377f5a2b4aa X-Archives-Hash: 2570a7595ce4aec473b8fff15df1c4ac commit: 4efdb878a0d4ef361c3f39c62410e2afb51efb54 Author: Robin H. Johnson gentoo org> AuthorDate: Mon May 16 04:53:37 2022 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon May 16 04:53:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=4efdb878 gen_initramfs.sh: append devicemanager only for dmraid, luks, or lvm Closes: https://github.com/gentoo/genkernel/pull/35 Signed-off-by: Robin H. Johnson gentoo.org> gen_funcs.sh | 9 +++++++++ gen_initramfs.sh | 11 +++++++---- 2 files changed, 16 insertions(+), 4 deletions(-)