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 5B134138334 for ; Fri, 16 Aug 2019 19:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D9CE08F0; Fri, 16 Aug 2019 19:56:18 +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 477B4E08F0 for ; Fri, 16 Aug 2019 19:56:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A92EC349C80 for ; Fri, 16 Aug 2019 19:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 369DE622 for ; Fri, 16 Aug 2019 19:56:15 +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: <1565985319.2eb1d04cfbfa397b58a0b388f8ed28688fd114d8.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2eb1d04cfbfa397b58a0b388f8ed28688fd114d8 X-VCS-Branch: master Date: Fri, 16 Aug 2019 19:56:15 +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: be5129f1-60e7-4368-af28-0cf744faf1dd X-Archives-Hash: e02b684b079d2e0f1e4ac8f33293af7d commit: 2eb1d04cfbfa397b58a0b388f8ed28688fd114d8 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 16 19:54:58 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 16 19:55:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=2eb1d04c linuxrc: Set ZPOOL_IMPORT_UDEV_TIMEOUT_MS=0 It'll eliminate need of doing dozfs=cache. Link: https://github.com/zfsonlinux/zfs/pull/9109 Signed-off-by: Georgy Yakovlev gentoo.org> Signed-off-by: Thomas Deutschmann gentoo.org> defaults/linuxrc | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/linuxrc b/defaults/linuxrc index cd3a6d7..c0d4c0d 100644 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -126,6 +126,7 @@ do ;; dozfs*) USE_ZFS=1 + export ZPOOL_IMPORT_UDEV_TIMEOUT_MS=0 case "${x#*=}" in *force*)