Skip to content

cdumke/vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant

This repository stores our Packer definitions of various versions of openSUSE for running Vagrant.

Tumbleweed

Building

packer build -parallel=false \
  -var iso_url=http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Snapshot20160529-Media.iso \
  -var iso_checksum=324a29b9e1cb5fd3f3fb92a65681939fff66ec6cd735aeff555a2bd7d4d495f0 \
  definitions/tumbleweed-x86_64.json

Downloads

Leap 42.3

Building

packer build -parallel=false definitions/42.3-x86_64.json

Downloads

Leap 42.2

Building

packer build -parallel=false definitions/42.2-x86_64.json

Downloads

Leap 42.1

Building

packer build -parallel=false definitions/42.1-x86_64.json

Downloads

openSUSE 13.2

Building

packer build -parallel=false definitions/13.2-x86_64.json
packer build -parallel=false definitions/13.2-i586.json

Downloads

openSUSE 13.1

Building

packer build -parallel=false definitions/13.1-x86_64.json
packer build -parallel=false definitions/13.1-i586.json

Downloads

License

MIT

Copyright

Copyright (c) 2015 The openSUSE Project <http://www.opensuse.org>

About

openSUSE for Vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%