Am 26.11.2010 03:21, schrieb Christian Heinz:
`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.
---
  modules.d/90kernel-modules/install |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

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"


pushed
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to