Skip to content

Commit

Permalink
chimaera.config: set devel_image/tiny_image to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlijnWajer committed May 27, 2024
1 parent 34a747a commit efebea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chimaera.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ elif [[ -n "$vmsdk_version" ]]; then
vm_name="${blend_name}-${blend_vers}-${arch}-virtual-$(date '+%Y%m%d')"
fi

devel_image=false
tiny_image=false
# Uncomment to enable -devel repositories
#devel_image=true
# Uncomment to build tiny bootstrap images (mz617 only atm)
Expand Down

0 comments on commit efebea9

Please sign in to comment.