Coder Social home page Coder Social logo

adamloghry / vagrant-debian-wheezy-64 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotzero/vagrant-debian-jessie

0.0 1.0 0.0 151 KB

Automatic Debian 7 Vagrant base box building on OSX, Linux and Windows

Home Page: https://github.com/dotzero/vagrant-debian-wheezy-64

License: MIT License

Shell 100.00%

vagrant-debian-wheezy-64's Introduction

About

This script will:

  1. download the Debian 7.5 "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, then:

brew install cdrtools
brew install p7zip

To add debian-wheezy-64.box with name debian-wheezy into vagrant:

vagrant box add "debian-wheezy" 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-full

To add debian-wheezy-64.box with name debian-wheezy into vagrant:

vagrant box add "debian-wheezy" debian-wheezy-64.box

Usage on Windows (under cygwin/git shell)

./build.sh

Tested under Windows 7 with this tools:

To add debian-wheezy-64.box with name debian-wheezy into vagrant:

vagrant box add "debian-wheezy" debian-wheezy-64.box

Environment variables

You can affect the default behaviour of the script using environment variables:

VAR=value ./build.sh

The following variables are supported:

  • PRESEED — path to custom preseed file. May be useful when if you need some customizations for your private base box (user name, passwords etc.);

  • LATE_CMD — path to custom late_command.sh. May be useful when if you need some customizations for your private base box (user name, passwords etc.);

  • VM_GUI — if set to yes or 1, disables headless mode for vm. May be useful for debugging installer;

Notes

This script basted on original Carl's repo and with some tweaks to be compatible Debian.

Bitdeli Badge

vagrant-debian-wheezy-64's People

Contributors

dotzero avatar timka avatar dhoss avatar aalmenar avatar xurizaemon avatar adamloghry avatar alexmarchant avatar briangilbert avatar cliffrowley avatar martijnvermaat avatar emmanuelkasper avatar janl avatar tmacedo avatar viktoras25 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.