]> TLD Linux GIT Repositories - packages/dracut.git/commitdiff
- config patch, enable hostonly option by default
authorMarcin Krol <hawk@tld-linux.org>
Mon, 12 May 2014 18:52:17 +0000 (18:52 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 12 May 2014 18:52:17 +0000 (18:52 +0000)
config.patch [new file with mode: 0644]
dracut.spec

diff --git a/config.patch b/config.patch
new file mode 100644 (file)
index 0000000..9358e71
--- /dev/null
@@ -0,0 +1,13 @@
+diff -ur dracut-037.orig/dracut.conf dracut-037/dracut.conf
+--- dracut-037.orig/dracut.conf        2014-03-19 16:16:08.000000000 +0000
++++ dracut-037/dracut.conf     2014-05-12 18:42:01.614021073 +0000
+@@ -25,8 +25,7 @@
+ #filesystems+=""
+ # build initrd only to boot current hardware
+-#hostonly="yes"
+-#
++hostonly="yes"
+ # install local /etc/mdadm.conf
+ #mdadmconf="no"
index 5ae0337b9488b58191935285c3133c65134afede..82ca6d1df047420b9c2eb7d91e077bd2b9232b33 100644 (file)
@@ -14,6 +14,7 @@ Patch3:               plymouth-logo.patch
 Patch4:                arch-libdir.patch
 Patch5:                systemd-paths.patch
 Patch6:                prelink-libs.patch
+Patch7:                config.patch
 URL:           https://dracut.wiki.kernel.org/
 BuildRequires: asciidoc
 BuildRequires: dash
@@ -194,6 +195,7 @@ Bashowe dopeÅ‚nianie skÅ‚adni dla polecenia dracut.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %{__sed} -i -e 's,@lib@,%{_lib},g' modules.d/50plymouth/module-setup.sh
 %{__sed} -i -e 's,@lib@,%{_lib},g' modules.d/95resume/module-setup.sh