~rcj/livecd-rootfs/+git/livecd-rootfs:bugfix/ppc64el_splash_consoles

Last commit made on 2020-08-12
Get this branch:
git clone -b bugfix/ppc64el_splash_consoles https://git.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Branch information

Name:
bugfix/ppc64el_splash_consoles
Repository:
lp:~rcj/livecd-rootfs/+git/livecd-rootfs

Recent commits

43fc633... by Robert C Jennings

Release package livecd-rootfs version 2.683

b6a2844... by Robert C Jennings

ubuntu-cpc: Fix ppc64el grub console update

The commit 6dbb30f5 (2.682) which disabled boot splash for all cloud
images introduced an error in the ppc64el hook. This patch corrects the
name of the variable that contains grub console overrides. The error
seen during testing was
 'disk-image-ppc64el.binary: line 44: CONSOLES: unbound variable'
and this was due to a typo.

b907a03... by Robert C Jennings

Release package livecd-rootfs version 2.682

6dbb30f... by Robert C Jennings

ubuntu-cpc: Disable boot splash in all cloud images (LP: #1725358)

When trying to debug an issue on ARM64 it was reported that it was
quite difficult to debug because of control codes on the console from
the splash.

For cloud image there is a chroot customization the drops 'quiet splash'
but this is only applied to amd64. It hasn't made it into other
architectures because they don't have grub by default in the chroot.
However, when we get into binary hook for the uefi disk image and it's
derivatives grub is installed and this includes architectures that were
skipped in the chroot hook.

This patch changes the cpc-fixes chroot hook to add a cloud-images
grub config with basic overrides, including dropping the boot splash,
for all architectures. For images that never get grub installed this
addition is harmless and small while ensuring that the grub experience
is consistent for images that have grub. The configuration of console
devices as hard-coded remains arch specific.

c39b9b2... by Steve Langasek

releasing package livecd-rootfs version 2.681

57d487b... by Steve Langasek

Use the Azure kernel for the HyperV gallery images.

9348a2e... by Steve Langasek

Merge remote-tracking branch 'callmepk/ubuntu/master' into ubuntu/master

fa8398d... by Steve Langasek

releasing package livecd-rootfs version 2.680

e1c745e... by Steve Langasek

Merge remote-tracking branch 'codyshepherd/bootable-buildd/dist-upgrade/groovy' into ubuntu/master

6f67e27... by Robert C Jennings

Release package livecd-rootfs version 2.679

Handle seeded lxd snap with channel name for ubuntu-cpc:minimized

The seed now specifies the lxd snap in focal as
'lxd=4.0/stable/ubuntu-20.04' which doesn't match the expectations of
the code with looks for lxd as the only snap in the seed for minimized
images. This same pattern will be used in groovy near/after release.
This patch updates the pattern to accept 'lxd' or 'lxd=*'.

MP: https://code.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs/+merge/388320