commit dracut for openSUSE:Factory
Hello community, here is the log from the commit of package dracut for openSUSE:Factory checked in at 2014-04-01 06:46:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dracut (Old) and /work/SRC/openSUSE:Factory/.dracut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "dracut" Changes: -------- --- /work/SRC/openSUSE:Factory/dracut/dracut.changes 2014-03-27 06:12:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes 2014-04-01 06:46:28.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Mar 28 17:39:08 UTC 2014 - trenn@suse.de + +- systemd always tries to load autofs4 otherwise it reports: + Failed to insert module 'autofs4' + dracut already adds it, but only if loaded already. + Always load autofs4 even if not already loaded (bnc#869411) + Add: dracut-really-always-add-autofs4.patch +------------------------------------------------------------------- New: ---- dracut-really-always-add-autofs4.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dracut.spec ++++++ --- /var/tmp/diff_new_pack.BXR5yj/_old 2014-04-01 06:46:30.000000000 +0200 +++ /var/tmp/diff_new_pack.BXR5yj/_new 2014-04-01 06:46:30.000000000 +0200 @@ -49,6 +49,7 @@ Patch22: dracut-warpclock_module.patch Patch23: s390-dcssblk.patch Patch24: dracut-install-persistent-rule.patch +Patch25: dracut-really-always-add-autofs4.patch BuildRequires: asciidoc BuildRequires: bash BuildRequires: docbook-xsl-stylesheets @@ -102,6 +103,7 @@ %patch22 -p1 %patch23 -p1 %patch24 -p1 +%patch25 -p1 %build %configure\ ++++++ dracut-really-always-add-autofs4.patch ++++++ Index: dracut-036/modules.d/98systemd/module-setup.sh =================================================================== --- dracut-036.orig/modules.d/98systemd/module-setup.sh +++ dracut-036/modules.d/98systemd/module-setup.sh @@ -20,7 +20,7 @@ depends() { } installkernel() { - instmods autofs4 ipv6 + hostonly='' instmods autofs4 ipv6 } # called by dracut -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de