ソースを参照

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)