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:
parent
1735eb5958
commit
930c62a302
1 changed files with 3 additions and 2 deletions
5
debian/install-extras.sh
vendored
5
debian/install-extras.sh
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue