Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/985#discussion_r61726188 --- Diff: systemvm/patches/debian/buildsystemvm.sh --- @@ -389,6 +389,8 @@ packages() { chroot . apt-get --no-install-recommends -q -y --force-yes install ipcalc #irqbalance from wheezy-backports chroot . apt-get --no-install-recommends -q -y --force-yes -t wheezy-backports install irqbalance + #qemu guest agent + chroot . apt-get --no-install-recommends -q -y --force-yes install qemu-guest-agent --- End diff -- this needs to go in tools/appliance/definitions/systemvmtemplate
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---