livecd-rootfs:allwinner-kernel-jammy

Last commit made on 2024-02-20
Get this branch:
git clone -b allwinner-kernel-jammy 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:
allwinner-kernel-jammy
Repository:
lp:livecd-rootfs

Recent commits

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

e8f7935... by Łukasz Zemczak

Add changelog.

7d5a370... by Łukasz Zemczak

Add a largemem subarch that ships a 64k kernel variant by default.

8f8415e... by Philip Roche

fix: Always use `dpkg-divert` instead of altering files maintained by packages

Altering a file maintained by a package can lead to unexpected behaviou expecially in
this case where packages are being removed and added.

Instead use `dpkg-divert` to allow us to mock `lxd` to `true` to allow `unminimize` to work
without error and to avoid installing of the `lxd` snap.