Revision 4f6b32ca doc/install.rst

b/doc/install.rst
643 643
installation script. An example OS that works under Debian and can
644 644
install Debian and Ubuntu instace OSes is provided on the project web
645 645
site.  Download it from the project page and follow the instructions in
646
the ``README`` file.  Here is the installation procedure (replace 0.12
646
the ``README`` file.  Here is the installation procedure (replace 0.14
647 647
with the latest version that is compatible with your ganeti version)::
648 648

  
649 649
  $ cd /usr/local/src/
650
  $ wget http://ganeti.googlecode.com/files/ganeti-instance-debootstrap-%0.12%.tar.gz
651
  $ tar xzf ganeti-instance-debootstrap-%0.12%.tar.gz
652
  $ cd ganeti-instance-debootstrap-%0.12%
650
  $ wget http://ganeti.googlecode.com/files/ganeti-instance-debootstrap-%0.14%.tar.gz
651
  $ tar xzf ganeti-instance-debootstrap-%0.14%.tar.gz
652
  $ cd ganeti-instance-debootstrap-%0.14%
653 653
  $ ./configure --with-os-dir=/srv/ganeti/os
654 654
  $ make
655 655
  $ make install

Also available in: Unified diff