livecd-rootfs:ubuntu/mantic

Last commit made on 2024-04-12
Get this branch:
git clone -b ubuntu/mantic https://git.launchpad.net/livecd-rootfs
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/mantic
Repository:
lp:livecd-rootfs

Recent commits

36bc6e3... by Philip Roche

add missing bug reference for 23.10.58

7bc309b... by Philip Roche

releasing package livecd-rootfs version 23.10.59

f0b44d7... by Philip Roche

Merge bugfix/lp-2061121-snap-preseed-latest into ubuntu/mantic [a=philroche] [r=jchittum,tomparrott,utkarsh]

fix: Use Ubuntu policy default channel "latest" for preseeded snaps (LP: #2061121)

Recent Mantic cloud image builds fail after default track for LXD change to "5.21" instead of "latest"

This changes preseed from "latest/" for all snaps and no longer assume that "latest/" is the default.

MP: https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/464199

2a029ba... by Philip Roche

fix: Use Ubuntu policy default channel "latest" for preseeded snaps (LP: #2061121)

Recent Mantic cloud image builds fail after default track for LXD change to "5.21" instead of "latest"

This changes preseed from "latest/" for all snaps and no longer assume that "latest/" is the default.

eabde6c... by Dimitri John Ledkov

releasing package livecd-rootfs version 23.10.58

0975e2a... by Simon Poirier

fix: add back systemd-resolved to buildd images.

systemd-resolved got moved out of the systemd package in kinetic and is
required for bootable buildd environement (as opposed to launchpad buildd)
(LP: #2007419)

(cherry picked from commit 3729e2ae948879a582f16ac5753646505ff6bc2d)
Signed-off-by: Dimitri John Ledkov <email address hidden>

b96839c... by Brian Murray

releasing package livecd-rootfs version 23.10.57

48b5d89... by Brian Murray

arm: fix console parameter for ARM cloud-images (LP: #2036730)

558d393... by Philip Roche

Merge bugfix/ubuntu-cpc-LP-2038957-ppc64el-vmlinux-mantic into ubuntu/mantic [a=philroche] [r=andrew-cloke,vorlon]

fix: Enable snap preseeding with ppc64el images where /boot/vmlinux is used instead of /boot/vmlinuz. (LP: #2038957)

ppc64el still uses /boot/vmlinux so we need to determine the boot file name as non ppc64el use /boot/vmlinuz. This
is then used to determine the kernel major minor version installed so that the correct apparmor features can be used
during snap preseeding. This preseeding was failing for ppc64el for the mantic 6.5 kernel as the /boot/vmlinuz
being checked did not exist.

MP: https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/454045

07f26cb... by Philip Roche

fix: Enable snap preseeding with ppc64el images where /boot/vmlinux is used instead of /boot/vmlinuz. (LP: #2038957)

ppc64el still uses /boot/vmlinux so we need to determine the boot file name as non ppc64el use /boot/vmlinuz. This
is then used to determine the kernel major minor version installed so that the correct apparmor features can be used
during snap preseeding. This preseeding was failing for ppc64el for the mantic 6.5 kernel as the /boot/vmlinuz
being checked did not exist.