debian: On my fedora host, I need more seconds for my network to have come up.

This might to be due to some registration with systemd.
This commit is contained in:
Michael Adam 2014-12-22 16:23:23 +01:00
parent 1735eb5958
commit 930c62a302

View file

@ -10,8 +10,9 @@ debug 'Bringing container up'
utils.lxc.start
# Sleep for a bit so that the container can get an IP
log 'Sleeping for 5 seconds...'
sleep 5
SECS=15
log "Sleeping for $SECS seconds..."
sleep $SECS
# TODO: Support for appending to this list from outside
PACKAGES=(vim curl wget man-db openssh-server bash-completion python-software-properties ca-certificates sudo)