[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
mk-images creates wrong link /lib/ld-linux.so.2
- From: jacek <biv mm pl>
- To: anaconda-devel-list redhat com
- Subject: mk-images creates wrong link /lib/ld-linux.so.2
- Date: Sat, 07 Feb 2009 05:33:11 -0500
Hi,
After running in anaconda 11.5.0.12:
make DESTDIR=/f11/anaconda/out REPO=/f11/repo testiso
in initrd.img image, link /lib/ld-linux.so.2 point at ld-linux.so.2 instead of ld-2.9.90.so.
# ls -l ld-linux.so.2
lrwxrwxrwx 1 root root 13 2009-02-07 05:21 ld-linux.so.2 -> ld-linux.so.2
I've found in script scripts/mk-images function instbin() which creates
ld-linux.so.2, but only if ld-linux.so.2 have been created already.
I've tried only this function and it created bad link if there wasn't any linker
in /lib directory.
--
Jacek
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]