3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-02 22:01:19 +00:00
Philip Roche 34dea62ef0 fix: Fix calls to unminimize if lxd-installer package not present (LP: )
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`.
2024-01-22 13:27:12 +00:00
..