dbaba / vagrant-fs-cooker

A file system (e.g. ext4) image cooking tool on Vagrant box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-fs-cooker

GitHub release License MIT

A file system (e.g. ext4) image cooking tool on Vagrant box.

Prerequisites

  1. Vagrant 1.8.1+
  2. VirtualBox 5+
  3. Git
  4. Internet Connection

Installation

$ git clone https://github.com/dbaba/vagrant-fs-cooker.git
$ cd vagrant-fs-cooker

Starting without Auto-Conf Script

$ vagrant up && vagrant ssh

Starting with Auto-Conf Script

$ cp /path/to/your/auto_conf.sh .
$ vagrant up

The instance will be terminated automatically when the script finishes with exit code 0.

Discarding VM

$ vagrant destroy -f

Examples

Revision History

  • 1.1.0

    • Update vagrant box image
  • 1.0.1

    • Fix an issue where setup.sh always ignored AUTO_CONF_SCRIPT
  • 1.0.0

    • Initial Release

About

A file system (e.g. ext4) image cooking tool on Vagrant box.

License:MIT License


Languages

Language:Shell 100.0%