All of lore.kernel.org
 help / color / mirror / Atom feed
* [dracut GIT] branch, master, updated. ab9b7eee0a334d2c367ebd60b7bd22beac68a5f8
@ 2010-11-26  8:35 Harald Hoyer
  0 siblings, 0 replies; only message in thread
From: Harald Hoyer @ 2010-11-26  8:35 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

The branch, master has been updated
       via  ab9b7eee0a334d2c367ebd60b7bd22beac68a5f8 (commit)
      from  3f003263d292af26b1f7971439df3a813d7b0f93 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ab9b7eee0a334d2c367ebd60b7bd22beac68a5f8
Author: Christian Heinz <christian.ch.heinz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date:   Fri Nov 26 03:21:17 2010 +0100

    fix installation of `modules.builtin.bin'
    
    `modules.builtin.bin' is installed like a regular file, thereby ending
    up in the wrong place when `--kmoddir' is in effect. Fix this by
    specifying the installation destination.

diff --git a/modules.d/90kernel-modules/install b/modules.d/90kernel-modules/install
index 863ffac..b635216 100755
--- a/modules.d/90kernel-modules/install
+++ b/modules.d/90kernel-modules/install
@@ -4,4 +4,4 @@
 [ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
 dracut_install $(find /etc/modprobe.d/ -type f -name '*.conf')
 inst_hook cmdline 01 "$moddir/parse-kernel.sh"
-inst "$srcmods/modules.builtin.bin"
+inst "$srcmods/modules.builtin.bin" "/lib/modules/$kernel/modules.builtin.bin"
-----------------------------------------------------------------------

Summary of changes:
 modules.d/90kernel-modules/install |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


-- 
dracut - Initramfs generator using udev

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-26  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-26  8:35 [dracut GIT] branch, master, updated. ab9b7eee0a334d2c367ebd60b7bd22beac68a5f8 Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.