Merge ~adam-collard/maas-images:jammy-bootloaders into maas-images:master

Proposed by Adam Collard
Status: Merged
Approved by: Adam Collard
Approved revision: dcec8abd1da158a759fc0ca7c0da11817470115e
Merged at revision: dcec8abd1da158a759fc0ca7c0da11817470115e
Proposed branch: ~adam-collard/maas-images:jammy-bootloaders
Merge into: maas-images:master
Diff against target: 40 lines (+5/-9)
1 file modified
conf/bootloaders.yaml (+5/-9)
Reviewer Review Type Date Requested Status
Alberto Donato (community) Approve
Review via email: mp+444856@code.launchpad.net

Commit message

Bump bootloaders to Jammy

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/conf/bootloaders.yaml b/conf/bootloaders.yaml
2index d7d2a67..d05f0a7 100644
3--- a/conf/bootloaders.yaml
4+++ b/conf/bootloaders.yaml
5@@ -6,14 +6,10 @@ bootloaders:
6 packages:
7 - pxelinux
8 - syslinux-common
9- arch: i386
10- arches: i386,amd64
11+ arch: amd64
12+ arches: amd64, i386
13 archive: http://archive.ubuntu.com/ubuntu
14- release: focal
15- # pxelinux and syslinux-common were accidentally removed from main. It has
16- # been added back to main and is supported by foundations however because
17- # there have been no updates its still in universe.
18- allow_universe: True
19+ release: jammy
20 os: pxelinux
21 files:
22 - usr/lib/PXELINUX/pxelinux.0
23@@ -26,7 +22,7 @@ bootloaders:
24 arch: amd64
25 arches: amd64
26 archive: http://archive.ubuntu.com/ubuntu
27- release: focal
28+ release: jammy
29 os: grub-efi-signed
30 files:
31 - usr/lib/shim/shimx64.efi.signed.latest, bootx64.efi
32@@ -38,7 +34,7 @@ bootloaders:
33 arch: arm64
34 arches: arm64
35 archive: http://ports.ubuntu.com
36- release: focal
37+ release: jammy
38 os: grub-efi
39 files:
40 - usr/lib/shim/shimaa64.efi.signed.latest, bootaa64.efi

Subscribers

People subscribed via source and target branches