~philroche/livecd-rootfs/+git/livecd-rootfs:bugfix/add_apparmor515_jammy

Last commit made on 2024-02-21
Get this branch:
git clone -b bugfix/add_apparmor515_jammy 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/add_apparmor515_jammy
Repository:
lp:~philroche/livecd-rootfs/+git/livecd-rootfs

Recent commits

2b520e7... by Philip Roche

feat: Update d/ch for 2.765.41

Add description for changes proposed in 2.765.41

(cherry picked from commit 8daf75cd35807afbfbfe2a2e0ef82b8f0b9bbd3e)

ba397a0... by Jess Jang

fix: Missing apparmor feature for generic kernel (LP: #2052789)

ipc has been added to apparmor feature in generic (5.15)
kernel and this feature should be seeded during image
build[0].

[0] https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2052789

(cherry picked from commit 4833221e4b5b3af1e76e6cd8818ef85565358ade)

41f4ccf... by Łukasz Zemczak

releasing package livecd-rootfs version 2.765.40

ef87b2b... by Łukasz Zemczak

Handle the allwinner kernel in the same way as we handle generic

4313376... by Michael Hudson-Doyle

releasing package livecd-rootfs version 2.765.39

11b5162... by Michael Hudson-Doyle

Use flock to avoid races with systemd-udevd that cause loop device partitions to briefly disappear. (LP: #2045586)

eb987ea... by Łukasz Zemczak

releasing package livecd-rootfs version 2.765.38

071611b... by Łukasz Zemczak

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

79432bf... by Philip Roche

fix: d/changelog debian-changelog-line-too-long line 3 for version 2.765.37

This fixes lintian error

```
W: livecd-rootfs: debian-changelog-line-too-long line 3
```

8b83212... by Philip Roche

Merge bugfix/unminimize-no-lxd-installer-package-jammy into ubuntu/jammy [a=philroche] [r=utkarsh,vorlon]

fix: Fix calls to `unminimize` if lxd-installer package not present (LP: #2049723)

The unminimize script will try to install the lxd snap using the shim script
`/usr/sbin/lxd` from the lxd-installer package.

Previously `unminimize` was using `snap`
to install `lxd` directly which was being diverted by diverting the `snap` command.

This is no longer the case so we can remove `/usr/sbin/lxd` from the lxd-installer package
if it exists and then redirect any calls to `/usr/sbin/lxd` to `/bin/true`

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