On Fri, Apr 02, 2004 at 11:20:56AM +0400, Nikita V. Youshchenko wrote: > > I think this is because apt fails to resolve udeb dependences. > I tried to raise this issue recently - see > http://lists.debian.org/debian-boot/2004/debian-boot-200403/msg05466.html > > Unfortunately seems this is not considered as d-i bug by beople who answered > me that time.
I figured that out a few minutes after sending this mail. The problem I have now is: mkdir -p ./tmp/floppy/root/tree/lib/modules/2.4.25-1-amd64/kernel; if [ -e ./tmp/floppy/root/tree/boot/System.map ]; then depmod -F ./tmp/floppy/root/tree/boot/System.map -q -a -b ./tmp/floppy/root/tree/ 2.4.25-1-amd64; mv ./tmp/floppy/root/tree/boot/System.map ./tmp/floppy/root; else depmod -q -a -b ./tmp/floppy/root/tree/ 2.4.25-1-amd64; fi; depmod: QM_MODULES: Function not implemented make[6]: *** [stamps/tree-floppy_root-stamp] Error 1 It's the "depmod -q -a -b ./tmp/floppy/root/tree/ 2.4.25-1-amd64" that fails, and I have no idea why. "depmod" or "lsmod" or something don't give that error. Anybody got an idea on that one? Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]