From c1c1dedecaf7dbab945eb756fc9c8a173bf72749 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 9 Jan 2014 15:21:11 +0100 Subject: [PATCH] remove checking of libvirt version --- vbuild-init-lxc.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.43.0