~toabctl/livecd-rootfs:focal-sshdconfig-lp1968873

Last commit made on 2023-09-28
Get this branch:
git clone -b focal-sshdconfig-lp1968873 https://git.launchpad.net/~toabctl/livecd-rootfs
Only Thomas Bechtold can upload to this branch. If you are Thomas Bechtold please log in for upload directions.

Branch merges

Branch information

Name:
focal-sshdconfig-lp1968873
Repository:
lp:~toabctl/livecd-rootfs

Recent commits

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.

b94cc08... by Steve Langasek

releasing package livecd-rootfs version 2.664.48

e55a349... by Steve Langasek

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

This now matches the cloud images (7c760864fdcb278ca37396f06f5e3f297428d63d)
fixing bootloader updates in the buildd images, but also fixing
compatibility with using devtmpfs for losetup.