This commit is contained in:
zador-blood-stained 2016-08-03 17:45:06 +03:00
parent 9fbbb44487
commit cff9b6d4a7

View file

@ -141,7 +141,7 @@ if [[ $KERNEL_ONLY != yes && -z $RELEASE ]]; then
[[ -z $RELEASE ]] && exit_with_error "No release selected"
fi
if [[ $KERNEL_ONLY != yes && -n $RELEASE ]]; then
if [[ $KERNEL_ONLY != yes && -z $BUILD_DESKTOP ]]; then
options=()
options+=("no" "Image with console interface")
options+=("yes" "Image with desktop environment")