Comment 4 for bug 1357532

Revision history for this message
Jason Hobbs (jason-hobbs) wrote : Re: precise hwe-t root-tgz contains precise kernel, not hwe-t kernel

smoser says it's expected to not have the hwe-t kernel in the root-tgz. curtin should be installing the hwe-t kernel during install, but that isn't working.

the reason it's not working is because the install_kernel() function in curthooks.py uses apt-cache search to find the package it wants to install. That search is failing because apt-get update has never been run, so there is no cache to search.