From 8696286a4552e98506fe810c1fd9c44ecb1ce213 Mon Sep 17 00:00:00 2001
From: "jerome.lebleu@mailoo.org" <jerome.lebleu@mailoo.org>
Date: Tue, 7 Oct 2014 21:25:23 +0200
Subject: [PATCH] Update install_on_raspberry.md

---
 install_on_raspberry.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/install_on_raspberry.md b/install_on_raspberry.md
index 132cfea6..4fbde915 100644
--- a/install_on_raspberry.md
+++ b/install_on_raspberry.md
@@ -16,6 +16,16 @@
 
     [http://build.yunohost.org/yunohost-raspberrypi-2014-09-17.zip](http://build.yunohost.org/yunohost-raspberrypi-2014-09-17.zip)
 
+    <div class="alert alert-warning">
+    <b>Warning:</b> the network device *eth0* is configured to connect by default to DHCP in the system configuration. You could have to change this configuration in order to connect to your local network from your Raspberry Pi if its device has a different name. For that:
+    <ul>
+    <li>connect locally to your Raspberry Pi</li>
+    <li>retrieve your network device's name: `$ ip link` (*lo* corresponds to the loopback device, so it can just be *eth1* for example)</li>
+    <li>edit the configuration file `/etc/network/interfaces` and replace *eth0* by your network device's name</li>
+    <li>restart networking service: `$ service networking restart`</li>
+    </ul>
+    </div>
+
 ---
 
 ## Installation steps