dracut/install
Harald Hoyer 791532b0ce dracut-install: install libs also from one dir above
some HW has different flavors of basic libs

$ ldconfig -p|fgrep libc.so
libc.so.6 (libc6,64bit, hwcap: 0x0000001000000000, OS ABI: Linux 2.6.32) => /lib64/power6/libc.so.6
libc.so.6 (libc6,64bit, hwcap: 0x0000000000000200, OS ABI: Linux 2.6.32) => /lib64/power6x/libc.so.6
libc.so.6 (libc6,64bit, OS ABI: Linux 2.6.32) => /lib64/libc.so.6

because setting LD_HWCAP_MASK=0 does not work, we have to workaround
this.

$ LD_TRACE_LOADED_OBJECTS=1  LD_HWCAP_MASK=0 /lib64/ld64.so.1 /bin/sh | fgrep libc.so
libc.so.6 => /lib64/power6/libc.so.6 (0x000000804e260000)

Now we try to install the same library from one directory above the one
we installed also.
2013-06-06 11:06:55 +02:00
..
dracut-install.c dracut-install: install libs also from one dir above 2013-06-06 11:06:55 +02:00
hashmap.c install/*: add dracut-install tool 2012-06-29 12:54:38 +02:00
hashmap.h install/*: add dracut-install tool 2012-06-29 12:54:38 +02:00
hashmap.lo install/*: add dracut-install tool 2012-06-29 12:54:38 +02:00
log.c install/*: add dracut-install tool 2012-06-29 12:54:38 +02:00
log.h install/*: add dracut-install tool 2012-06-29 12:54:38 +02:00
macro.h dracut-install: make use of _cleanup_* macros 2013-04-29 11:35:23 +02:00
Makefile move dracut-install to dracutbasedir 2012-07-02 18:52:49 +02:00
util.c dracut-install: install libs also from one dir above 2013-06-06 11:06:55 +02:00
util.h dracut-install: install libs also from one dir above 2013-06-06 11:06:55 +02:00