Comment 8 for bug 628776

Revision history for this message
Tim Gardner (timg-tpi) wrote :

Lucid SRU:

These 2 patches in Lucid produce the correct kernel modules:

UBUNTU: [Config] Added be2net, be2scsi to udebs
UBUNTU: [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules

As can be seen from the following, be2net.ko and be2iscsi.ko are produced in the correct udebs.

rtg@lochsa:~/kern/lucid/kern-64$ mkdir junk
rtg@lochsa:~/kern/lucid/kern-64$ dpkg -x nic-modules-2.6.32-26-generic-di_2.6.32-26.48_amd64.udeb junk
rtg@lochsa:~/kern/lucid/kern-64$ find junk|grep be2
junk/lib/modules/2.6.32-26-generic/kernel/drivers/net/benet/be2net.ko
rtg@lochsa:~/kern/lucid/kern-64$ rm -rf junk/*
rtg@lochsa:~/kern/lucid/kern-64$ dpkg -x scsi-modules-2.6.32-26-generic-di_2.6.32-26.48_amd64.udeb junk
rtg@lochsa:~/kern/lucid/kern-64$ find junk|grep be2
junk/lib/modules/2.6.32-26-generic/kernel/drivers/scsi/be2iscsi
junk/lib/modules/2.6.32-26-generic/kernel/drivers/scsi/be2iscsi/be2iscsi.ko