[Merge] ~utkarsh/livecd-rootfs/+git/livecd-rootfs:install-lxd-from-diff-channel into livecd-rootfs:ubuntu/master
Steve Langasek
mp+451786 at code.launchpad.net
Thu Sep 21 21:55:27 UTC 2023
Review: Needs Fixing
Diff comments:
> diff --git a/live-build/auto/build b/live-build/auto/build
> index 08b42a2..a824f27 100755
> --- a/live-build/auto/build
> +++ b/live-build/auto/build
> @@ -318,7 +318,7 @@ echo "Removing lxd installer package..."
> apt-get purge -y lxd-installer
>
> echo "Installing lxd from snap..."
> -snap install lxd
> +snap install --channel="stable/ubuntu-$(lsb_release -rs)" lxd
lsb_release is deprecated and not guaranteed to be present on a minimal system
> EOF
> fi
> cat >> chroot/usr/local/sbin/unminimize <<'EOF'
--
https://code.launchpad.net/~utkarsh/livecd-rootfs/+git/livecd-rootfs/+merge/451786
Your team Ubuntu Core Development Team is subscribed to branch livecd-rootfs:ubuntu/master.
More information about the Ubuntu-reviews
mailing list