From: Thomas Thrainer Date: Tue, 21 May 2013 10:12:03 +0000 (+0200) Subject: Add example for Ubuntu instance X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=1fd0f3505e8c944f2e3676b69c17f055274e6229 Add example for Ubuntu instance Add an example which outlines how to used ganeti-instance-deboostrap to install Ubuntu 12.04 (precise). Signed-off-by: Thomas Thrainer Reviewed-by: Michele Tartara --- diff --git a/README b/README index 34badc2..d7df90b 100644 --- a/README +++ b/README @@ -86,6 +86,17 @@ is installed on, not the cluster master. This is indeed not a very good model of using this OS but currently the OS interface in ganeti is limiting. +Example ++++++++ + +To create a Ubuntu 12.04 (precise) instance, your +``/etc/default/ganeti-instance-debootstrap`` file will contain:: + + MIRROR="http://archive.ubuntu.com/ubuntu/" + SUITE="precise" + COMPONENTS="main,universe" + ARCH="amd64" + Customization of the instance ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~