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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14CE413835B for ; Sat, 27 Mar 2021 00:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BB04E0823; Sat, 27 Mar 2021 00:00:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8D75E0823 for ; Sat, 27 Mar 2021 00:00:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D80C340A7F for ; Sat, 27 Mar 2021 00:00:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04664633 for ; Sat, 27 Mar 2021 00:00:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1616799633.cd6555b521d3e62b982ef53e798ea8cf0152b82d.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_initramfs.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: cd6555b521d3e62b982ef53e798ea8cf0152b82d X-VCS-Branch: master Date: Sat, 27 Mar 2021 00:00:11 +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: 013cb637-12d6-48eb-94e3-706f5313cbe9 X-Archives-Hash: 0a5b083a15ebbab17504f66d61cd8df0 commit: cd6555b521d3e62b982ef53e798ea8cf0152b82d Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Mar 26 23:00:33 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Mar 26 23:00:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=cd6555b5 gen_initramfs.sh: append_zfs(): Copy /etc/zfs/vdev_id.conf Used by vdev_id UDEV helper. Signed-off-by: Thomas Deutschmann gentoo.org> gen_initramfs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index aedd038..b826f17 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -1067,7 +1067,8 @@ append_zfs() { mkdir -p "${TDIR}"/etc/zfs || gen_die "Failed to create '${TDIR}/etc/zfs'!" # Copy files to /etc/zfs - for i in zdev.conf zpool.cache + local i + for i in vdev_id.conf zdev.conf zpool.cache do if [ -f /etc/zfs/${i} ] then