~toabctl/livecd-rootfs:jammy-revert-sshd-config-d

Last commit made on 2022-07-11
Get this branch:
git clone -b jammy-revert-sshd-config-d 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:
jammy-revert-sshd-config-d
Repository:
lp:~toabctl/livecd-rootfs

Recent commits

be8c7ae... by Thomas Bechtold

Add debian/changelog

7ed77a5... by Thomas Bechtold

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

This change triggered a bug in cloud-init (see LP:1968873). cloud-init
does not recongnize sshd options set in /etc/ssh/sshd_config.d/ and
cloud-init modifies directly /etc/ssh/sshd_config which gets then
overwritten by settings from /etc/ssh/sshd_config.d/ .

This reverts commit 9a8d7a6e4d7a0b50024df6b92e0711a2f42454a0.

d93cdfd... by Thomas Bechtold

add debian/changelog

9a8d7a6... 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)

89a7e6a... by Łukasz Zemczak

releasing package livecd-rootfs version 2.765.2

71405af... by Łukasz Zemczak

Merge branch 'jammy-iotg-bump' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/jammy

8eb4f2d... by Simon Poirier

fix: VMware cdrom OVF import requires to be on IDE

This reverts part of a change causing regression with vmware import due to the
cdrom getting moved to SCSI while shifting controller IDs. (LP: #1970795)

(cherry picked from commit 3da8e81bf27f3770f3664a332d8767fa62fd4771)

Conflicts:
        debian/changelog

Conflict solved by copying the debian/changelog entry from the archive.

9261aec... by Łukasz Zemczak

Add bug numbers

a894c4e... by Łukasz Zemczak

Make sure the intel-iotg flavor is handled in auto/build

198a2f6... by Łukasz Zemczak

Switch the intel-iot images to use the linux-intel-iotg kernel instead.