Преглед изворни кода

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

this matches what the help text says
classabbyamp пре 1 година
родитељ
комит
76fcd713bb
1 измењених фајлова са 1 додато и 1 уклоњено
  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)