[d-i]: generate proper symlinks in tree
Without this patch to debian-installer/build/Makefile, the images
booted won't be very useful:
--- Makefile.old Thu Dec 13 03:22:53 2001
+++ Makefile Fri Dec 14 03:10:55 2001
@@ -264,6 +264,9 @@
mkdir -p $(TREE)/lib
$(MKLIBS) -d $(TREE)/lib `find $(TREE) -type f -perm +0111 -o -name '*.so'`
+ # Add missing symlinks for libraries
+ /sbin/ldconfig -n $(TREE)/lib $(TREE)/usr/lib
+
# Remove any libraries that are present in both usr/lib and lib,
# from lib. These were unnecessarily copied in by mklibs, and
# we want to use the ones in usr/lib instead since they came
Should I just apply patches like this, or email them to the list?
--
Tollef Fog Heen
Unix _IS_ user friendly... It's just selective about who its friends are.
Reply to: