[neon/neon/livecd-rootfs/Neon/release] /: Merge bugfix/unminimize-no-lxd-installer-package-jammy into ubuntu/jammy [a=philroche] [r=utkarsh,vorlon]

Philip Roche null at kde.org
Mon Feb 5 10:40:28 GMT 2024


Git commit 8b83212372e0c1adb1dbdf7ead234f93c52a189e by Philip Roche.
Committed on 22/01/2024 at 15:58.
Pushed by jriddell into branch 'Neon/release'.

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


https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/8b83212372e0c1adb1dbdf7ead234f93c52a189e




More information about the Neon-commits mailing list