Merge lp:~smoser/maas-images/trunk.precise-kernel-names into lp:maas-images

Proposed by Scott Moser
Status: Merged
Merged at revision: 389
Proposed branch: lp:~smoser/maas-images/trunk.precise-kernel-names
Merge into: lp:maas-images
Diff against target: 12 lines (+1/-1)
1 file modified
conf/meph-v3.yaml (+1/-1)
To merge this branch: bzr merge lp:~smoser/maas-images/trunk.precise-kernel-names
Reviewer Review Type Date Requested Status
maintainers of maas images Pending
Review via email: mp+337012@code.launchpad.net

Commit message

precise: remove reference to non-existing package linux-signed-generic.

Apparently there was no signed generic kernel for precise GA.
Specifically, there is no:
  linux-signed-generic
but there *is*:
  linux-signed-generic-lts-quantal
  linux-signed-generic-lts-raring
  linux-signed-generic-lts-saucy
  linux-signed-generic-lts-trusty

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'conf/meph-v3.yaml'
2--- conf/meph-v3.yaml 2017-11-22 23:41:12 +0000
3+++ conf/meph-v3.yaml 2018-02-01 19:12:47 +0000
4@@ -176,7 +176,7 @@
5 builtin_kernel: {armhf: linux-highbank, default: 'linux-generic'}
6 kernels:
7 - [precise, i386, hwe-p, generic, linux-generic, *sa_hwe_p]
8- - [precise, amd64, hwe-p, generic, linux-signed-generic, *sa_hwe_p]
9+ - [precise, amd64, hwe-p, generic, linux-generic, *sa_hwe_p]
10 - [precise, armhf, highbank, highbank, linux-highbank, [highbank]]
11 - [quantal, i386, hwe-q, generic, linux-generic-lts-quantal, *sa_hwe_q]
12 - [quantal, amd64, hwe-q, generic, linux-signed-generic-lts-quantal, *sa_hwe_q]

Subscribers

People subscribed via source and target branches