X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=create-vm.sh;h=49260682490a089251f7c33baaa23bac3f4a240e;hb=5d0f2ee2524724a97c0b8505fe784a8da9b12c6d;hp=a3d0ae275f5528fdabf99d5d2351167087d1ac3a;hpb=c47ad22d0bf6816ffc3fdc77aaf1a109e50b8e8a;p=build.git diff --git a/create-vm.sh b/create-vm.sh index a3d0ae27..49260682 100755 --- a/create-vm.sh +++ b/create-vm.sh @@ -3,6 +3,23 @@ COMMAND=$(basename $0) DIRNAME=$(dirname $0) +# NOTE - April 2020 +# this whole lot won't work well with ubuntu containers any longer +# tried with webprivacy on bionic, and +# (*) the initial populating phase somehow spawned a question screen +# something about asking questions during upgrades.. +# so I had to turn off the redirection into ~/machines/.log +# (*) more badly, the resulting container does not start its network upon boot +# everything is in place and it could be started manually +# like for the record e.g. +# ip link set dev eth0 up +# ip address add 138.96.119.13/21 dev eth0 +# ip route add default dev eth0 via 138.96.112.250 +# ping -c 1 8.8.8.8 +# trying to solve that last issue by apt-get install'ing network-manager +# (which was missing indeed) was not enough +# a bit more work seems to be needed if that became needed + BUILD="${HOME}/git-build" LOGS=$HOME/machines @@ -11,8 +28,8 @@ LOGS=$HOME/machines DOMAIN=pl.sophia.inria.fr -DEFAULT_DISTRO=f29 -DEFAULT_MEMORY=4096 +DEFAULT_DISTRO=f33 +DEFAULT_MEMORY=16384 CONFIRM= function usage () {