From: Mohamed Larabi Date: Fri, 1 Feb 2013 17:15:43 +0000 (+0100) Subject: vbuild-init-lxc remove unuseful lines... X-Git-Tag: 5.2.1~78^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c951a302574a18899cf85bc125791d1a94b96a26;p=build.git vbuild-init-lxc remove unuseful lines... --- diff --git a/vbuild-init-lxc.sh b/vbuild-init-lxc.sh index 5105cd42..63c8381e 100755 --- a/vbuild-init-lxc.sh +++ b/vbuild-init-lxc.sh @@ -594,12 +594,6 @@ function setup_lxc() { [ -z $ssh_up ] && echo "SSHD in container $lxc is not running" - # set hostname for fedora18 - if [[ "$fcdistro" == "f18" ]] ; then - echo $HOSTNAME - #ssh -o "StrictHostKeyChecking no" $IP "hostnamectl set-hostname '$HOSTNAME'" - fi - # rpm --rebuilddb chroot $rootfs_path rpm --rebuilddb #ssh -o "StrictHostKeyChecking no" $IP "rpm --rebuilddb"