Merge lp:~ltrager/maas-images/bionic_bootloaders into lp:maas-images

Proposed by Lee Trager
Status: Merged
Merged at revision: 404
Proposed branch: lp:~ltrager/maas-images/bionic_bootloaders
Merge into: lp:maas-images
Diff against target: 39 lines (+4/-4)
1 file modified
conf/bootloaders.yaml (+4/-4)
To merge this branch: bzr merge lp:~ltrager/maas-images/bionic_bootloaders
Reviewer Review Type Date Requested Status
Newell Jensen (community) Approve
Review via email: mp+349852@code.launchpad.net

Commit message

Switch boot loaders to pull from Bionic instead of Xenial

The MAAS bootloaders stream should contain bootloaders from the latest LTS.
Now that Bionic 18.04.1 is out it is safe to switch.

Description of the change

Test stream: http://162.213.35.187/bionic_bootloaders/

Version changes

    Package Xenial Bonic
grub2-signed(uefi-amd64) 1.66.18+2.02~beta2-36ubuntu3.18 1.93.2+2.02-2ubuntu8.1
shim-signed(uefi-amd64) 1.33.1~16.04.1+13-0ubuntu2 1.34.9.2+13-0ubuntu2
grub2(uefi-arm64) 2.02~beta2-36ubuntu3.18 2.02-2ubuntu8.1
grub2(open-firmware-ppc64el) 2.02~beta2-36ubuntu3.18 2.02-2ubuntu8.1
syslinux(pxe-i386,amd64, powernv-ppc64) 3:6.03+dfsg-11ubuntu1 3:6.03+dfsg1-2

To post a comment you must log in.
Revision history for this message
Newell Jensen (newell-jensen) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'conf/bootloaders.yaml'
2--- conf/bootloaders.yaml 2018-07-17 19:01:23 +0000
3+++ conf/bootloaders.yaml 2018-07-19 07:54:01 +0000
4@@ -9,7 +9,7 @@
5 arch: i386
6 arches: i386,amd64
7 archive: http://archive.ubuntu.com/ubuntu
8- release: xenial
9+ release: bionic
10 os: pxelinux
11 files:
12 - usr/lib/PXELINUX/pxelinux.0
13@@ -22,7 +22,7 @@
14 arch: amd64
15 arches: amd64
16 archive: http://archive.ubuntu.com/ubuntu
17- release: xenial
18+ release: bionic
19 os: grub-efi-signed
20 files:
21 - usr/lib/shim/shimx64.efi.signed, bootx64.efi
22@@ -33,7 +33,7 @@
23 arch: arm64
24 arches: arm64
25 archive: http://ports.ubuntu.com
26- release: xenial
27+ release: bionic
28 os: grub-efi
29 files:
30 - usr/lib/grub/arm64-efi/
31@@ -54,7 +54,7 @@
32 arch: ppc64el
33 arches: ppc64el,ppc64
34 archive: http://ports.ubuntu.com
35- release: xenial
36+ release: bionic
37 os: grub-ieee1275
38 files:
39 - usr/lib/grub/powerpc-ieee1275/

Subscribers

People subscribed via source and target branches