mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
Install lxd-agent-loader in bootable buildd image to improve user
experience with lxd vms
This commit is contained in:
parent
5de661e137
commit
4acd2e3085
@ -51,7 +51,8 @@ env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||
# Install dependencies
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user