]> git.ipfire.org Git - thirdparty/dracut.git/commit - dracut.sh
Debian multiarch support
authorJon Ander Hernandez <jonan.h@gmail.com>
Tue, 10 Apr 2012 13:14:38 +0000 (15:14 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 16 Apr 2012 12:46:53 +0000 (14:46 +0200)
commitc9143a63fef0d6f2dfd7cc37b09fc68d744d900f
tree29a836ee538787c08ecc77dbf21428e196cebc84
parent6625b74e90a0b6918c90c408215e76719e459883
Debian multiarch support

Another solution could be searching in directories found at
/etc/ld.so.conf.d/*.conf or adding a new parameter. Here is a patch
which adds a new --libdirs parameter, and also a new inst_libdir_file
function which will try to expand metacharacters on each lib
directory:

    inst_libdir_file "libdevmapper-event-lvm*.so"
12 files changed:
dracut-functions.sh
dracut.sh
modules.d/01fips/module-setup.sh
modules.d/40network/module-setup.sh
modules.d/80cms/module-setup.sh
modules.d/90dm/module-setup.sh
modules.d/90dmraid/module-setup.sh
modules.d/90lvm/module-setup.sh
modules.d/90multipath/module-setup.sh
modules.d/95nfs/module-setup.sh
modules.d/95udev-rules/module-setup.sh
modules.d/98syslog/module-setup.sh