From 4af930e51b6b46aa3ce051dba73f363039429ba2 Mon Sep 17 00:00:00 2001 From: dotzero <mail@dotzero.ru> Date: Mon, 27 Apr 2015 16:07:08 +0300 Subject: [PATCH] Update README to Debian 8.0 --- README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 31e35ad..35da96d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This script will: - 1. download the `Debian 7.8 "Wheezy"` server, 64bit iso + 1. download the `Debian 8.0 "Jessie"` server, 64bit iso 2. ... do some magic to turn it into a vagrant box file - 3. output `debian-wheezy-64.box` + 3. output `debian-jessie.box` ## Requirements @@ -22,9 +22,9 @@ This should do everything you need. If you don't have `mkisofs` or `p7zip`, inst brew install cdrtools brew install p7zip -To add `debian-wheezy-64.box` with name `debian-wheezy` into vagrant: +To add `debian-jessie.box` with name `debian-jessie` into vagrant: - vagrant box add "debian-wheezy" debian-wheezy-64.box + vagrant box add "debian-jessie" debian-jessie.box ## Usage on Linux @@ -35,9 +35,9 @@ 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: +To add `debian-jessie.box` with name `debian-jessie` into vagrant: - vagrant box add "debian-wheezy" debian-wheezy-64.box + vagrant box add "debian-jessie" debian-jessie.box ## Usage on Windows (under cygwin/git shell) @@ -50,9 +50,9 @@ Tested under Windows 7 with this tools: * [7zip](http://www.7-zip.org/) * [mkisofs](http://sourceforge.net/projects/cdrtoolswin/) -To add `debian-wheezy-64.box` with name `debian-wheezy` into vagrant: +To add `debian-jessie.box` with name `debian-jessie` into vagrant: - vagrant box add "debian-wheezy" debian-wheezy-64.box + vagrant box add "debian-jessie" debian-jessie.box ## Environment variables @@ -67,10 +67,3 @@ The following variables are supported: * `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](https://github.com/cal/vagrant-ubuntu-precise-64) and with some tweaks to be compatible Debian. - -[](https://bitdeli.com/free "Bitdeli Badge") -- GitLab