diff --git a/install_on_raspberry.md b/install_on_raspberry.md
index b6321f26..2cbc91e8 100644
--- a/install_on_raspberry.md
+++ b/install_on_raspberry.md
@@ -15,16 +15,6 @@
[http://build.yunohost.org/yunohost4rpi2.img.7z](http://build.yunohost.org/yunohost4rpi2.img.7z)
-
-
Warning: The default network device is set to `eth0` by default. You may have to change it if your network does not work properly. In order to do that :
-
- - Connect locally to your Raspberry Pi
- - Retrieve your network device's name: `$ ip link` (*lo* is the loopback device, so it should be `eth1`)
- - Edit the configuration file `/etc/network/interfaces` and replace *eth0* by your network device's name
- - Restart networking service: `$ sudo service networking restart`
-
-
-
---
## Installation steps