~d0ugal/maas-images:grub-common

Last commit made on 2020-07-23
Get this branch:
git clone -b grub-common https://git.launchpad.net/~d0ugal/maas-images
Only Dougal Matthews can upload to this branch. If you are Dougal Matthews please log in for upload directions.

Branch merges

Branch information

Name:
grub-common
Repository:
lp:~d0ugal/maas-images

Recent commits

770413a... by Dougal Matthews

Add the missing grub-common dep

Without this dep the following command fails when attempting to make a
subprocess call to grub-mkimage.

  meph2-util import --no-sign conf/bootloaders.yaml bootloaders.d

ad2b75c... by Dougal Matthews

Remove lzma importerror handling

lzma was added to the stdlib in Python 3.3 and the backport is no longer
needed. Removing the try/except shows the real error if liblzma-dev was missing
when Python was compiled.

294cfa3... by Lee Trager

Add Groovy remove Eoan.

c8f3143... by Adam Collard

Remove unused kernel definitions

3a33f75... by Adam Collard

Remove Disco (unsupported)

80ee31b... by Adam Collard

Remove focal support from v2 streams

1cb7281... by Lee Trager

Fix cloud-init repo path

7d8e5a8... by Lee Trager

Get codename from /etc/os-release

Python 3.8 has removed linux_distribution from the platform module.
This information is available in Xenial+ in /etc/os-release however
lp:maas-images needs to run on Precise+. If linux_distribution is
missing get the codename from /etc/os-release. This should only effect
Focal+.

4bcd58d... by Lee Trager

Remove f-strings for Precise support

a0d231c... by Lee Trager

Add support for building images with packer-maas.