Explorar o código

build-x86-images: build base by default instead of no images

this matches what the help text says
classabbyamp hai 1 ano
pai
achega
76fcd713bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-x86-images.sh

+ 1 - 1
build-x86-images.sh

@@ -6,7 +6,7 @@ set -eu
 
 PROGNAME=$(basename "$0")
 ARCH=$(uname -m)
-IMAGES=
+IMAGES="base"
 TRIPLET=
 REPO=
 DATE=$(date -u +%Y%m%d)