aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2020-06-03 22:22:28 -0400
committerThomas Deutschmann <whissi@gentoo.org>2020-06-12 16:55:32 +0200
commit94edd477e491da2b900e6d1b1d71884081cf09ab (patch)
tree8c46cf02af09458f7b98524148c0e2b514dd8b73 /defaults/linuxrc
parentDocument lz4 compression support (diff)
downloadgenkernel-94edd477e491da2b900e6d1b1d71884081cf09ab.tar.gz
genkernel-94edd477e491da2b900e6d1b1d71884081cf09ab.tar.bz2
genkernel-94edd477e491da2b900e6d1b1d71884081cf09ab.zip
defaults/linuxrc: Disable unnecessary udev timeout in zpool import
This is a regression that was introduced in sys-fs/zfs-kmod-0.7.0. It was originally fixed by 2eb1d04cfbfa397b58a0b388f8ed28688fd114d8, but this neglected to handle the case where booting is done via arguments such as "root=ZFS" or "root=ZFS=rpool/ROOT/gentoo" on the kernel commandline. This handles it. Signed-off-by: Richard Yao <ryao@gentoo.org> Closes: https://github.com/gentoo/genkernel/pull/16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'defaults/linuxrc')
-rw-r--r--defaults/linuxrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 964a932..e90bd34 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -128,7 +128,6 @@ do
;;
dozfs*)
USE_ZFS=1
- export ZPOOL_IMPORT_UDEV_TIMEOUT_MS=0
case "${x#*=}" in
*force*)