Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janl/vagrant-debian-wheezy-64
Automatic Debian 7 Vagrant base box building on OSX and Linux
https://github.com/janl/vagrant-debian-wheezy-64
Last synced: 3 months ago
JSON representation
Automatic Debian 7 Vagrant base box building on OSX and Linux
- Host: GitHub
- URL: https://github.com/janl/vagrant-debian-wheezy-64
- Owner: janl
- License: mit
- Fork: true (dotzero/vagrant-debian-jessie)
- Created: 2014-01-03T12:36:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T12:37:11.000Z (almost 11 years ago)
- Last Synced: 2024-04-07T01:27:52.744Z (9 months ago)
- Language: Shell
- Homepage: https://github.com/dotzero/vagrant-debian-wheezy-64
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This script will:
1. download the `Debian 7.3 "Wheezy"` server, 64bit iso
2. ... do some magic to turn it into a vagrant box file
3. output `debian-wheezy-64.box`## Requirements
* Oracle VM VirtualBox
* Vagrant
* mkisofs
* 7zip## Usage on OSX
./build.sh
This should do everything you need. If you don't have `mkisofs` or `p7zip`, install [homebrew](http://mxcl.github.com/homebrew/), then:
brew install cdrtools
brew install p7zipTo add `debian-wheezy-64.box` with name `debian-72` into vagrant:
vagrant box add "debian-72" debian-wheezy-64.box
## Usage on Linux
./build.sh
This should do everything you need. If you don't have `mkisofs` or `p7zip`:
sudo apt-get install genisoimage
sudo apt-get install p7zip-fullTo add `debian-wheezy-64.box` with name `debian-72` into vagrant:
vagrant box add "debian-72" debian-wheezy-64.box
### Notes
This script basted on original Carl's [repo](https://github.com/cal/vagrant-ubuntu-precise-64) and with some tweaks to be compatible Debian 7.3.
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/dotzero/vagrant-debian-wheezy-64/trend.png)](https://bitdeli.com/free "Bitdeli Badge")