فهرست منبع

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)