From 41bd5806b6d9190032411bb86a912e713cf401640eab01e532f1a6d75a2f2267 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 17 Feb 2014 18:59:26 +0000 Subject: [PATCH] - autofs4 is always included since mainline git commit: 314929920f27448b45bfd systemd: ensure autofs4 and ipv6 are included - Always add network and iscsi dracut module, so that ibft, iscsi, nfsroot work as expected. OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=103 --- dracut.changes | 8 ++++++++ dracut.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dracut.changes b/dracut.changes index 92a4638..25b7b8c 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 17 18:51:58 UTC 2014 - trenn@suse.de + +- autofs4 is always included since mainline git commit: 314929920f27448b45bfd + systemd: ensure autofs4 and ipv6 are included +- Always add network and iscsi dracut module, so that ibft, iscsi, nfsroot + work as expected. + ------------------------------------------------------------------- Fri Feb 14 14:02:52 UTC 2014 - pwieczorkiewicz@suse.com diff --git a/dracut.spec b/dracut.spec index 420e60f..546f9a6 100644 --- a/dracut.spec +++ b/dracut.spec @@ -166,7 +166,7 @@ mkdir -p %{buildroot}%{_localstatedir}/log touch %{buildroot}%{_localstatedir}/log/dracut.log install -m 0644 dracut.conf.d/suse.conf.example %{buildroot}%{_sysconfdir}/dracut.conf.d/01-dist.conf -echo 'add_drivers+="autofs4"' >> %{buildroot}%{_sysconfdir}/dracut.conf.d/01-dist.conf +echo 'add_dracutmodules+="network iscsi"' >> %{buildroot}%{_sysconfdir}/dracut.conf.d/01-dist.conf %ifarch %ix86 x86_64 echo 'early_microcode="yes"' > %{buildroot}%{_sysconfdir}/dracut.conf.d/02-early-microcode.conf