dracut: add a patch to really fix --hostonly.
This commit is contained in:
parent
9571745dbb
commit
8446edec57
|
@ -0,0 +1,13 @@
|
|||
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
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=020
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||
make_install_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||
|
|
Loading…
Reference in New Issue