소스 검색

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)