~powersj/livecd-rootfs:ubuntu/master

Last commit made on 2020-08-13
Get this branch:
git clone -b ubuntu/master https://git.launchpad.net/~powersj/livecd-rootfs
Only Joshua Powers can upload to this branch. If you are Joshua Powers please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/master
Repository:
lp:~powersj/livecd-rootfs

Recent commits

94eed7f... by Steve Langasek

use python3-launchpadlib directly instead of python3-software-properties

60ab688... by Dan Streetman

use python3-launchpadlib directly instead of python3-software-properties

2844aa5... by Robert C Jennings

Revert ubuntu-cpc: Disable boot splash

These introduced a regression for ppc64el and needs more time to bake.
This reverts commits 1deb0c68e8be6b06190402e32292c3c55134eee2 &
6dbb30f53bd3f2086021abdecaee04645c9ccda0.

 * "ubuntu-cpc: Fix ppc64el grub console update"
 * "ubuntu-cpc: Disable boot splash in all cloud images (LP: #1725358)"

5b32b7e... by Robert C Jennings

Release package livecd-rootfs version 2.684

1deb0c6... 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.

a2a0ec7... by Steve Langasek

releasing package livecd-rootfs version 2.683

484c5fa... by Steve Langasek

Changelog entry

d9de270... by Steve Langasek

Revert "Remove fstab from squashfs images"

This reverts commit f96e874ed12e7e080111d27aa14c4f97aa6bec87.

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.