Skip to content

Commit

Permalink
propagate headless, version explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Nov 1, 2023
1 parent 6206f11 commit b4c4fca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# context version
# context version definition
VERSION ?= 6.6.1
RELEASE ?= 1

# log
VERBOSE ?= 1
PACKER_LOG ?= 1
PACKER_HEADLESS ?= false
PACKER_HEADLESS ?= true

DISTROS := alma8 alma9 \
alpine316 alpine317 \
Expand Down
2 changes: 1 addition & 1 deletion context-linux/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi

###

VERSION=${VERSION:-6.6.1}
VERSION=${VERSION:-6.6.1} # no need to bump, it's exported from the Makefile
RELEASE=${RELEASE:-1}
MAINTAINER=${MAINTAINER:-OpenNebula Systems <contact@opennebula.io>}
LICENSE=${LICENSE:-Apache 2.0}
Expand Down
1 change: 1 addition & 0 deletions packer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ packer build -force \
-var "version=${DISTRO_VER}" \
-var "input_dir=${INPUT_DIR}" \
-var "output_dir=${OUTPUT_DIR}" \
-var "headless=${PACKER_HEADLESS}" \
"$INPUT_DIR" # loads all *.pkr.hcl from dir

# delete potential temporary cloud-init files
Expand Down

0 comments on commit b4c4fca

Please sign in to comment.