From 116b0c883d3ca3df653ac4a76a2511192ecce298 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Sat, 15 Sep 2007 09:11:53 +0000 Subject: [PATCH] Documentation fix for missing dependencies I was getting into trouble with gnt-backup and discovered reading the code of the debian-etch os image and the error logs that: 1 - Debian os image shipped by ganeti depends on the availability of dump and restore. Based on that I had included in the section of "Installing the Operating System support packages" the dependency of dump/restore and the command to install dump/restore. Author: Leonardo Rodrigues de Mello <l@lmello.eu.org> Reviewed-by: iustinp --- doc/install.sgml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/install.sgml b/doc/install.sgml index db4c92b2a..ca0396f44 100644 --- a/doc/install.sgml +++ b/doc/install.sgml @@ -626,18 +626,22 @@ mv instance-debian-etch-0.1 debian-etch <para> In order to use this OS definition, you need to have internet - access from your nodes and have <citerefentry> + access from your nodes and have the <citerefentry> <refentrytitle>debootstrap</refentrytitle> - <manvolnum>8</manvolnum> </citerefentry> installed on all the - nodes. + <manvolnum>8</manvolnum></citerefentry>, <citerefentry> + <refentrytitle>dump</refentrytitle><manvolnum>8</manvolnum> + </citerefentry> and <citerefentry> + <refentrytitle>restore</refentrytitle> + <manvolnum>8</manvolnum> </citerefentry> commands installed on + all nodes. </para> <formalpara> <title>Debian</title> <para> - Use this command on all nodes to install - <computeroutput>debootstrap</computeroutput>: + Use this command on all nodes to install the required + packages: - <screen>apt-get install debootstrap</screen> + <screen>apt-get install debootstrap dump</screen> </para> </formalpara> -- GitLab