void-packages/srcpkgs/dracut/patches/dracut-disable-lazy-resolv....

14 lines
405 B
Diff

Disable lazy resolve until it's fixed.
--- dracut.sh.orig 2012-07-03 09:17:28.247527741 +0200
+++ dracut.sh 2012-07-03 09:17:35.503350163 +0200
@@ -481,7 +481,7 @@ readonly initdir=$(mktemp --tmpdir="$TMP
}
export DRACUT_KERNEL_LAZY="1"
-export DRACUT_RESOLVE_LAZY="1"
+#export DRACUT_RESOLVE_LAZY="1"
if [[ -f $dracutbasedir/dracut-functions.sh ]]; then
. $dracutbasedir/dracut-functions.sh