~philroche/livecd-rootfs/+git/livecd-rootfs:bugfix/ubuntu-cpc-LP-2036195-auto-installed-packages-focal

Last commit made on 2023-10-19
Get this branch:
git clone -b bugfix/ubuntu-cpc-LP-2036195-auto-installed-packages-focal https://git.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs
Only Philip Roche can upload to this branch. If you are Philip Roche please log in for upload directions.

Branch merges

Branch information

Name:
bugfix/ubuntu-cpc-LP-2036195-auto-installed-packages-focal
Repository:
lp:~philroche/livecd-rootfs/+git/livecd-rootfs

Recent commits

908042d... by Steve Langasek

The chroot tmpfs mount should only be /var/lib/apt/lists, not /var/lib/apt; the latter breaks changes to /var/lib/apt/extended_states. LP: #2036195.

(cherry picked from commit 1deccc2edd7f139b84a6cb3d0a4dfe5ebaff50c7)

# Conflicts:
# debian/changelog

9a2056d... by Utkarsh Gupta

Update d/ch for 2.664.50 release

02c759d... by Thomas Bechtold

Add debian/changelog

84c182a... by Thomas Bechtold

fix: don't modify ssh_config for ubuntu-cpc projects (LP:1968873)

Modifying directly /etc/ssh/sshd_config creates "problems" when
upgrading eg. from Focal to Jammy because the upgrade will ask the
user what to do with the modified config. To avoid that, put the
custom configuration into /etc/ssh/sshd_config.d/ so the upgrade of
openssh-server can just replace /etc/ssh/sshd_config without asking
the user.

(cherry picked from commit b54d24ff3310f7ace00ab08e0dacfdc89e026f1c)

2203488... by Steve Langasek

releasing package livecd-rootfs version 2.664.49

c367959... by Steve Langasek

squash the changelog, instead of detailing revert-revert-revert history

d598b12... by John Chittum

doc: Changelog entry

0f4c895... by John Chittum

fix: GRUB_DISTRIBUTOR and grub install rectification

LP: 2034253 and LP: 2027686 both deal with buildd vm images failing to
boot when removing `--removable` and the stanzas copying EFI around. We
need to remove those stanzas for launchpad builder compatibility. even
though focal and jammy weren't failing, keeping everything aligned is
important. LP: 2034253 further showed that GRUB_DISTRIBUTOR being set by
default in grub requires lsb_release, which isn't in buildd images.
That's the root of why removing the stanzas failed. Since the only image
we know of where this bug is hit with grub is buildd (because everything
else has lsb_release), rather than adding a new dependency into buildd,
or backporting grub if we don't need to, setting GRUB_DISTRIBUTOR in the
buildd hook solves the immediate issue

eb66cea... by Steve Langasek

Revert previous change; the image builds did not fail in focal, and this change introduced a regression (LP #2027686).

83667af... by Steve Langasek

Revert "Drop use of --removable flag to grub-install from buildd/hooks"

This reverts commit e55a349683cb140e6a4437149db31bd28c42e5cb.