[neon/neon/livecd-rootfs/Neon/release] live-build/buildd/hooks: Install lxd-agent-loader in bootable buildd image to improve user

Cody Shepherd null at kde.org
Mon Aug 23 10:20:36 BST 2021


Git commit 69bb7fc4a151f56c4abb1c5cc0c5168cf00ba37c by Cody Shepherd.
Committed on 01/03/2021 at 17:04.
Pushed by jriddell into branch 'Neon/release'.

Install lxd-agent-loader in bootable buildd image to improve user

experience with lxd vms

M  +2    -1    live-build/buildd/hooks/52-linux-virtual-image.binary

https://invent.kde.org/neon/neon/livecd-rootfs/commit/69bb7fc4a151f56c4abb1c5cc0c5168cf00ba37c

diff --git a/live-build/buildd/hooks/52-linux-virtual-image.binary b/live-build/buildd/hooks/52-linux-virtual-image.binary
index 39ea7780..7c43e7b1 100755
--- a/live-build/buildd/hooks/52-linux-virtual-image.binary
+++ b/live-build/buildd/hooks/52-linux-virtual-image.binary
@@ -44,7 +44,8 @@ env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
     dist-upgrade --assume-yes
 env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
     install -y lsb-release locales initramfs-tools busybox-initramfs \
-               udev dbus netplan.io cloud-init openssh-server sudo snapd
+               udev dbus netplan.io cloud-init openssh-server sudo snapd \
+               lxd-agent-loader
 
 # Install a kernel
 divert_grub "$mount_d"



More information about the Neon-commits mailing list