Ian Main
2009-Feb-25 22:21 UTC
[Ovirt-devel] [PATCH node-image] Explicitly enable libvirt-qpid on node.
This patch adds libvirt-qpid to the list of daemons that should be enabled at startup. This is due to a change in libvirt-qpid to conform to fedora packaging guidelines causing it to not be enabled by default. I'm a bit concerned about previous builds not working after this change to libvirt-qpid.. not sure how to handle that however. Signed-off-by: Ian Main --- common-install.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common-install.ks b/common-install.ks index f75fd21..975becd 100644 --- a/common-install.ks +++ b/common-install.ks @@ -5,7 +5,7 @@ auth --useshadow --enablemd5 selinux --enforcing firewall --disabled part / --size 550 --fstype ext2 -services --enabled=ntpd,ntpdate,collectd,iptables,network,rsyslog +services --enabled=ntpd,ntpdate,collectd,iptables,network,rsyslog,libvirt-qpid # This requires a new fixed version of livecd-creator to honor the --append settings. bootloader --timeout=30 --append="console=tty0 console=ttyS0,115200n8" -- 1.6.0.6
Alan Pevec
2009-Feb-25 23:21 UTC
[Ovirt-devel] [PATCH node-image] Explicitly enable libvirt-qpid on node.
On Wed, Feb 25, 2009 at 11:21 PM, Ian Main <imain at redhat.com> wrote:> I'm a bit concerned about previous builds not working after this change > to libvirt-qpid.. not sure how to handle that however.why would previous builds no work after this change?