Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vanilladebianbox [2013/11/18 11:02] kdevvanilladebianbox [2016/04/10 19:56] (current) – removed kdev
Line 1: Line 1:
- ~~NOTOC~~ 
-====== Vanilla Vagrant Base Box for Debian ====== 
  
-This box was created using https://github.com/EmmanuelKasper/vagrant-debian-wheezy-64 
-and follows the Debian recommandations for Official cloud images (it installs puppet,chef and all debian packages from the main archive) 
- 
-===== How to use ===== 
-Download the Base Box from http://basebox.libera.cc/debian-wheezy-64.box 
-<code> 
-wget http://basebox.libera.cc/debian-wheezy-64.box 
-</code> 
- 
-Add it to the list of your base boxes: 
-<code> 
-vagrant box add "debian-7.2" debian-wheezy-64.box 
-</code> 
- 
-Start a new Vagrant env using the box: 
-<code> 
-vagrant init debian-7.2 
-</code> 
- 
-===== Verifying the Integrity of the box ===== 
-Get my GPG Public key from 
-<code> 
-wget http://libera.cc/emmanuel_kasper_kasprzyk.gpg 
-</code> 
- 
-Add my GPG public key to your key ring ( you can also find this key in the Debian Maintainer keyring) 
-<code> 
-gpg --import emmanuel_kasper_kasprzyk.gpg 
-</code> 
- 
-Verify signature of the MD5SUM file: 
-<code> 
-gpg --verify MD5SUM.gpg                              
-gpg: Signature made Sat Aug 31 11:25:22 2013 CEST using RSA key ID 91E95791 
-gpg: Good signature from "Emmanuel "Kasper" Kasprzyk <emmanuel@libera.cc>" 
-gpg: WARNING: This key is not certified with a trusted signature! 
-gpg:          There is no indication that the signature belongs to the owner. 
-Primary key fingerprint: F625 8DF2 BFF9 A73F 5B1E  15C3 0645 6DD7 91E9 5791 
-</code> 
- 
-Compute the md5sum of the downloaded file 
-<code> 
-md5 debian-wheezy-64.box 
-</code> 
- 
-it should match the content of MD5SUM