Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2014-03-27 06:12:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-18 
16:21:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes       2014-03-27 
06:12:39.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 25 18:18:56 UTC 2014 - tr...@suse.de
+
+- Fix installkernel script bnc#862990
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dracut-installkernel ++++++
--- /var/tmp/diff_new_pack.qpaSHw/_old  2014-03-27 06:12:40.000000000 +0100
+++ /var/tmp/diff_new_pack.qpaSHw/_new  2014-03-27 06:12:40.000000000 +0100
@@ -81,15 +81,12 @@
     ;;
 esac
 
-if [ ! -d /lib/modules/$KERNEL_VERSION ];then
-    make modules_install
-fi
-
 #
 # Generate initial ramdisk
 #
 if [ -x /usr/bin/dracut -a -d /lib/modules/$KERNEL_VERSION ]; then
-    /usr/bin/dracut --hostonly --force $INSTALL_PATH/initrd-$KERNEL_VERSION
+    /usr/bin/dracut --hostonly --force $INSTALL_PATH/initrd-$KERNEL_VERSION \
+      $KERNEL_VERSION
 else
     echo "You may need to create an initial ramdisk now."
 fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to