Jedrzej Nowak 7325a9371d Minimal solar VM packer template
Alpine linux as a base, vbox and libvirt

Change-Id: Iaa37b1ae02b4b0d22fc01fbeff5c6ce96e0b2699
2016-05-05 15:30:41 +02:00

16 lines
234 B
Plaintext

dist_name="alpine"
dist_vers="3.3"
dist_arch="x86_64"
# local or remote
build_type="local"
# set in .bashrc
# ATLAS_USER_NAME="maier"
#
# default in atlas.sh is fine
# ATLAS_BOX_NAME="${dist_name}-${dist_vers}-${dist_arch}"
# END