f21
[infrastructure.git] / scripts / create-vm.sh
index f8b0e57..d22efb4 100755 (executable)
@@ -16,7 +16,7 @@ LOGS=$HOME/machines
 
 DOMAIN=pl.sophia.inria.fr
 
-DEFAULT_DISTRO=f20
+DEFAULT_DISTRO=f21
 
 CONFIRM=
 function usage () {
@@ -40,7 +40,7 @@ function usage () {
 }
 
 # using HOSTNAME won't work as this is already set in environment
-while getopts "cf:i:m:n:h" flag; do
+while getopts "cf:i:m:n:sh" flag; do
     case $flag in
        c) CONFIRM=true ;;
        f) DISTRO=$OPTARG ;;