From 0da22bc32195f400a8528029b333e43206c38382 Mon Sep 17 00:00:00 2001
From: Sebastian Gebhard <sege@fs.ei.tum.de>
Date: Mon, 22 Apr 2013 17:28:57 +0200
Subject: [PATCH] Minor changes / bugfixes in documentation

Signed-off-by: Sebastian Gebhard <sege@fs.ei.tum.de>
Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
---
 doc/admin.rst   | 2 +-
 doc/install.rst | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/admin.rst b/doc/admin.rst
index 4eb51c57e..6a0ad585b 100644
--- a/doc/admin.rst
+++ b/doc/admin.rst
@@ -261,7 +261,7 @@ can give include, among others:
 
 - Arguments for the NICs of the instance; by default, a single-NIC
   instance is created. The IP and/or bridge of the NIC can be changed
-  via ``--nic 0:ip=IP,bridge=BRIDGE``
+  via ``--net 0:ip=IP,link=BRIDGE``
 
 See the manpage for gnt-instance for the detailed option list.
 
diff --git a/doc/install.rst b/doc/install.rst
index 8f753d656..a9e6ce30d 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -574,6 +574,7 @@ You also need to copy the file ``doc/examples/ganeti.initd`` from the
 source archive to ``/etc/init.d/ganeti`` and register it with your
 distribution's startup scripts, for example in Debian::
 
+  $ chmod +x /etc/init.d/ganeti
   $ update-rc.d ganeti defaults 20 80
 
 In order to automatically restart failed instances, you need to setup a
-- 
GitLab