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
=== modified file 'conf/bootloaders.yaml'
--- conf/bootloaders.yaml 2018-07-17 19:01:23 +0000
+++ conf/bootloaders.yaml 2018-07-19 07:54:01 +0000
@@ -9,7 +9,7 @@
9 arch: i3869 arch: i386
10 arches: i386,amd6410 arches: i386,amd64
11 archive: http://archive.ubuntu.com/ubuntu11 archive: http://archive.ubuntu.com/ubuntu
12 release: xenial12 release: bionic
13 os: pxelinux13 os: pxelinux
14 files:14 files:
15 - usr/lib/PXELINUX/pxelinux.015 - usr/lib/PXELINUX/pxelinux.0
@@ -22,7 +22,7 @@
22 arch: amd6422 arch: amd64
23 arches: amd6423 arches: amd64
24 archive: http://archive.ubuntu.com/ubuntu24 archive: http://archive.ubuntu.com/ubuntu
25 release: xenial25 release: bionic
26 os: grub-efi-signed26 os: grub-efi-signed
27 files:27 files:
28 - usr/lib/shim/shimx64.efi.signed, bootx64.efi28 - usr/lib/shim/shimx64.efi.signed, bootx64.efi
@@ -33,7 +33,7 @@
33 arch: arm6433 arch: arm64
34 arches: arm6434 arches: arm64
35 archive: http://ports.ubuntu.com35 archive: http://ports.ubuntu.com
36 release: xenial36 release: bionic
37 os: grub-efi37 os: grub-efi
38 files:38 files:
39 - usr/lib/grub/arm64-efi/39 - usr/lib/grub/arm64-efi/
@@ -54,7 +54,7 @@
54 arch: ppc64el54 arch: ppc64el
55 arches: ppc64el,ppc6455 arches: ppc64el,ppc64
56 archive: http://ports.ubuntu.com56 archive: http://ports.ubuntu.com
57 release: xenial57 release: bionic
58 os: grub-ieee127558 os: grub-ieee1275
59 files:59 files:
60 - usr/lib/grub/powerpc-ieee1275/60 - usr/lib/grub/powerpc-ieee1275/

Subscribers

People subscribed via source and target branches