From: Thierry Parmentelat Date: Thu, 9 Jan 2014 14:21:11 +0000 (+0100) Subject: remove checking of libvirt version X-Git-Tag: before_libvirt_121~93 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=c1c1dedecaf7dbab945eb756fc9c8a173bf72749 remove checking of libvirt version --- diff --git a/vbuild-init-lxc.sh b/vbuild-init-lxc.sh index be397c99..1b857e0c 100755 --- a/vbuild-init-lxc.sh +++ b/vbuild-init-lxc.sh @@ -139,9 +139,10 @@ function check_yumgroup_installed () { function prepare_host() { - host_fcdistro="$(cat /etc/fedora-release | cut -d' ' -f3)" - ## check if libvirt_version is installed - virsh -v | grep -e $libvirt_version || { echo "$libvirt_version needs to be installed!!!" ; exit 1 ; } +### Thierry - jan 14 - turning off this check as our boxes now meet this req. +### and I'm trying out f20's stock libvirt instead +# ## check if libvirt_version is installed +# virsh -v | grep -e $libvirt_version || { echo "$libvirt_version needs to be installed!!!" ; exit 1 ; } # host_fcdistro="$(cat /etc/fedora-release | cut -d' ' -f3)" # if [ ! -f /etc/yum.repos.d/libvirt.repo ] ; then # touch /etc/yum.repos.d/libvirt.repo