~smoser/curtin/doc-updates

« back to all changes in this revision

Viewing changes to curtin/commands/curthooks.py

  • Committer: Scott Moser
  • Date: 2014-06-24 14:39:17 UTC
  • Revision ID: smoser@ubuntu.com-20140624143917-hqc5c3zmlavpbm26
curthooks: know kernel mapping for utopic (3.16)

The KERNEL_MAPPING needs to be kept up to date for lts enablement kernel
versions.  This just adds utopic's 3.16.

This is only relevant for mapping kernel major.minor to -lts-<releasename>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    },
51
51
    'trusty': {
52
52
        '3.13.0': '',
 
53
        '3.16.0': '-lts-utopic',
53
54
    },
54
55
}
55
56