diff --git a/scripts/installer/lay-down-os b/scripts/installer/lay-down-os index eef3f7e1..0cb74871 100755 --- a/scripts/installer/lay-down-os +++ b/scripts/installer/lay-down-os @@ -6,7 +6,7 @@ SCRIPTS_DIR=$(dirname ${0}) . "${SCRIPTS_DIR}/build.conf" VERSION=${VERSION:?"VERSION not set"} -while getopts "i:f:c:d:t:r:o:p:k:a" OPTION +while getopts "i:f:c:d:t:r:o:p:ka:" OPTION do case ${OPTION} in i) DIST="$OPTARG" ;;