From c65a7e7c2b33bcd4d8bb97a656d585b1be107b64 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 9 Jan 2014 15:24:00 +0100 Subject: [PATCH] cleanup --- vbuild-init-lxc.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/vbuild-init-lxc.sh b/vbuild-init-lxc.sh index 1b857e0c..11916b7c 100755 --- a/vbuild-init-lxc.sh +++ b/vbuild-init-lxc.sh @@ -143,23 +143,6 @@ function prepare_host() { ### 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 -# cat < /etc/yum.repos.d/libvirt.repo -#[libvirt] -#name=libvirt-1.0.2-1 -#baseurl=http://build.onelab.eu/lxc/2013.02.25--lxc$host_fcdistro/RPMS/ -#enabled=1 -#gpgcheck=0 -#EOF -# -# yum --assumeno update -# check_yumgroup_installed "Development Tools" -# check_yum_installed libcap-devel -# check_yum_installed libvirt -# systemctl start libvirtd -# fi #################### bride initialization check_yum_installed bridge-utils -- 2.43.0