>The culprit here, according to cvs annotate, anyhow, was Phil Blundell
><[EMAIL PROTECTED]>, who wrote the include_module routine to ignore
>failure.  Bad idea!

Actually, I think the behaviour goes back further than that.  Even in potato, 
we have:

if [ -f modules$revext.tgz ] && tar tvzf modules$revext.tgz | grep /af_packet.o 
>/dev/null 2>&1; then
        info "including af_packet.o from modules$revext.tgz"
        mkdir -p $mnt/lib/modules/misc
        tar xOzf modules$revext.tgz lib/modules/\*/misc/af_packet.o > 
$mnt/lib/modules/misc/af_packet.o
fi

But I can't think of any good reason for modules.tgz not to exist at this 
point.

p.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to