default mem is now 2048
[infrastructure.git] / scripts / create-vm.sh
index eefd236..536289e 100755 (executable)
@@ -16,7 +16,7 @@ LOGS=$HOME/machines
 
 DOMAIN=pl.sophia.inria.fr
 
-DEFAULT_DISTRO=f20
+DEFAULT_DISTRO=f21
 
 CONFIRM=
 function usage () {
@@ -26,7 +26,7 @@ function usage () {
   echo " -f : set distro, default is $DEFAULT_DISTRO"
   echo " -i : if specified, image is rsynced into /vservers"
   echo "      warning: we cannot use an image already in /vservers..."
-  echo " -m : memory size in Mb - default is 512"
+  echo " -m : memory size in Mb - default is 2048"
   echo " -n : specify hostname if different from container"
   echo " -s : do not start VM"
   echo " container : used for /vservers/foo as well as the lxc/libvirt name"