Hi all, I checked out d-i from alioth ok, and e.g. fakeroot make TYPE=cdrom cd-image works fine. however,
root# make TYPE=cdrom demo fails with this message: # Set up modules.dep, ensure there is at least one standard dir (kernel # in this case), so depmod will use its prune list for archs with no # modules. set -e; \ mkdir -p ./tmp/demo/tree/lib/modules/2.4.22-1-386/kernel; \ if [ -e ./tmp/demo/tree/boot/System.map ]; then \ depmod -F ./tmp/demo/tree/boot/System.map -q -a -b \ ./tmp/demo/tree/ 2.4.22-1-386; rm -f \ # ./tmp/demo/tree/boot/System.map; \ else depmod -q -a -b ./tmp/demo/tree/ 2.4.22-1-386; fi ; ==> depmod: QM_MODULES: Function not implemented make[1]: *** [demo-tree-stamp] Error 1 make: *** [demo] Error 2 What is the build system trying to tell me? I'm running on kernel 2.6-test9-1 and required tools, is that a problem? Grateful for hints, Erich -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]