From 376fe7f41db8fd73348c2ad71f0801118d17fcc7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Dec 2015 10:27:16 +0100 Subject: [PATCH] SQ centos 7 --- centos/install-extras.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/centos/install-extras.sh b/centos/install-extras.sh index fa45ba4..679a311 100755 --- a/centos/install-extras.sh +++ b/centos/install-extras.sh @@ -9,9 +9,6 @@ info 'Installing extra packages and upgrading' debug 'Bringing container up' utils.lxc.start -# how to get that network up?... -utils.lxc.attach ifup eth0 - # Sleep for a bit so that the container can get an IP SECS=20 log "Sleeping for $SECS seconds..."