diff --git a/labs/config/localrc b/labs/config/localrc index ac3eab56..454dcea2 100644 --- a/labs/config/localrc +++ b/labs/config/localrc @@ -8,8 +8,8 @@ # to the Internet, this is not sufficient. #VM_PROXY="http://192.168.178.20:3128" -# Options: ubuntu-12.04.4-server-amd64 (default) -# ubuntu-14.04-server-amd64 +# Options: ubuntu-12.04.4-server-amd64 +# ubuntu-14.04-server-amd64 (default) # fedora-20-x86_64 #DISTRO=ubuntu-12.04.4-server-amd64 #DISTRO=fedora-20-x86_64 diff --git a/labs/osbash.sh b/labs/osbash.sh index 727b03f4..84552626 100755 --- a/labs/osbash.sh +++ b/labs/osbash.sh @@ -8,7 +8,7 @@ trap 'kill -- -$$' SIGINT TOP_DIR=$(cd $(dirname "$0") && pwd) -: ${DISTRO:=ubuntu-12.04.4-server-amd64} +: ${DISTRO:=ubuntu-14.04-server-amd64} source "$TOP_DIR/config/localrc" source "$TOP_DIR/config/paths"