Skip to content

Commit 7501b74

Browse files
committed
Add qemu-guest-agent dependency for kvm based templates
1 parent 4b6e0ec commit 7501b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/appliance/cks/ubuntu/22.04/scripts/configure-cloud-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818

1919
function install_packages() {
20-
apt-get install -y rsyslog logrotate cron net-tools ifupdown cloud-guest-utils conntrack apt-transport-https ca-certificates curl \
20+
apt-get install -y qemu-guest-agent rsyslog logrotate cron net-tools ifupdown cloud-guest-utils conntrack apt-transport-https ca-certificates curl \
2121
gnupg gnupg-agent software-properties-common gnupg lsb-release
2222
apt-get install -y python3-json-pointer python3-jsonschema cloud-init resolvconf
2323

0 commit comments

Comments
 (0)