Comment 5 for bug 290925

Revision history for this message
Evan (ev) wrote :

On the live CD the following code snippet produces the correct result ('restricted/base'):
from apt.cache import Cache
cache = Cache()
print cache['linux-restricted-modules-2.6.27-7-generic'].section

When run from within the chrooted installed system, it produces 'base'.

/target/var/lib/apt/lists/... has the package in restricted/base