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 127A8138350 for ; Mon, 27 Apr 2020 02:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 204E3E0B58; Mon, 27 Apr 2020 02:06:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 09DCFE0B58 for ; Mon, 27 Apr 2020 02:06:17 +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 6D5C534FA6B for ; Mon, 27 Apr 2020 02:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8A311F5 for ; Mon, 27 Apr 2020 02:06:12 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1587953160.70ba352d254b3bb0af78f529e7aae16b485c0857.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 70ba352d254b3bb0af78f529e7aae16b485c0857 X-VCS-Branch: master Date: Mon, 27 Apr 2020 02:06:12 +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: de9fdf72-5c39-4b6e-9e16-1722355ffda9 X-Archives-Hash: 72664ba09f47eaa4c07d41572c39307a commit: 70ba352d254b3bb0af78f529e7aae16b485c0857 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Apr 27 02:05:07 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Apr 27 02:06:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ba352d sys-fs/zfs: update live ebuild remove obsolete initrd generator version check all versions of dracut and genkernel support booting from enctypted dataset now Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs/zfs-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 27dbc2a09a0..4f1011bcbb2 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -184,12 +184,6 @@ pkg_postinst() { elog " sys-kernel/dracut" elog " sys-kernel/genkernel" fi - - if has_version "<=sys-kernel/genkernel-3.5.3.3"; then - einfo "genkernel version 3.5.3.3 and earlier does NOT support" - einfo " unlocking pools with native zfs encryption enabled at boot" - einfo " use dracut or >=genkernel-4 if you requre this functionality" - fi fi if ! use kernel-builtin && [[ ${PV} = "9999" ]]; then