Revision a425810f doc/install.rst

b/doc/install.rst
470 470
installation script. An example OS that works under Debian and can
471 471
install Debian and Ubuntu instace OSes is provided on the project web
472 472
site.  Download it from the project page and follow the instructions in
473
the ``README`` file.  Here is the installation procedure (replace 0.7
473
the ``README`` file.  Here is the installation procedure (replace 0.9
474 474
with the latest version that is compatible with your ganeti version)::
475 475

  
476 476
  cd /usr/local/src/
477
  wget http://ganeti.googlecode.com/files/ganeti-instance-debootstrap-0.7.tar.gz
478
  tar xzf ganeti-instance-debootstrap-0.7.tar.gz
479
  cd ganeti-instance-debootstrap-0.7
477
  wget http://ganeti.googlecode.com/files/ganeti-instance-debootstrap-0.9.tar.gz
478
  tar xzf ganeti-instance-debootstrap-0.9.tar.gz
479
  cd ganeti-instance-debootstrap-0.9
480 480
  ./configure
481 481
  make
482 482
  make install
......
494 494

  
495 495
     apt-get install debootstrap dump kpartx
496 496

  
497
.. admonition:: KVM
498

  
499
   In order for debootstrap instances to be able to shutdown cleanly
500
   they must install have basic acpi support inside the instance. Which
501
   packages are needed depend on the exact flavor of debian or ubuntu
502
   which you're installing, but the example defaults file has a
503
   commented out configuration line that works for debian lenny and
504
   squeeze::
505

  
506
     EXTRA_PKGS="acpi-support-base,console-tools,udev"
507

  
508
   kbd can be used instead of console-tools, and more packages can be
509
   added, of course, if needed.
510

  
497 511
Alternatively, you can create your own OS definitions. See the manpage
498 512
:manpage:`ganeti-os-interface`.
499 513

  

Also available in: Unified diff