Comment 10 for bug 1859049

Revision history for this message
Chad Smith (chad.smith) wrote :

I think we confirmed in IRC #curtin that curtin's curthooks doesn't attempt to install anything other than linux-generic(-lts-*). So I'm not certain there is anything for curtin to do here. Minimally MAAS needs to know to to tell curtin to install via:

kernel:
    package: linux-signed-generic.

The fallback pkg that curtin installs if no "package: " is provided is either:
- linux-generic
OR

FLAVOR=`uname -r | cut -d '-' -f3`
- linux-$FLAVOR(-lts-*)?