> I unpacked it, and check libc.so.6: > > -rwxr-xr-x 1 gotom gotom 77728 Aug 21 19:08 ld-linux.so.2 > -rw-r--r-- 1 gotom gotom 610436 Aug 21 19:08 libc.so.6 > > How to make them in d-i?
d-i creates the libraries on the boot image using mklibs. If you want to build d-i by yourself, check out this: cvs -d :pserver:[EMAIL PROTECTED]:/cvs/debian-boot co debian-installer/build cd to build, and change the TYPE in config/main to cdrom. Install source dependencies (in debian/control as usual), and issue a make build. An installer tree will be built in tmp/cdrom/tree then. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

