From 3d9dce90a3cad6a1ac370647aa0021c55e59bd45 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Sun, 13 Dec 2015 12:41:00 +0100 Subject: [PATCH] Update build_arm_image.md --- build_arm_image.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build_arm_image.md b/build_arm_image.md index 5cb36d53..d690970d 100644 --- a/build_arm_image.md +++ b/build_arm_image.md @@ -7,7 +7,7 @@ It could be used on many ARM board (Rasberry Pi, Olimex, Cubieboard…). This tutorial is based on [Yunocubian](https://github.com/M5oul/Yunocubian). ### Download minimal Debian Jessie -Download a Debian Jessie compatible with the hardware **without desktop environnement** installed: +Download a Debian Jessie image compatible with the hardware **without desktop environnement** installed: * [ARMbian](http://www.armbian.com/download/) (Olimex, Cubieboard, Banana Pi…) * [Raspbian Jessie Lite](https://www.raspberrypi.org/downloads/raspbian/) @@ -33,7 +33,7 @@ apt-get update && apt-get dist-upgrade && apt-get autoremove ```bash hostname -v YunoHost ``` -* Generate new SSH key at first lauching: +* Set new SSH key generation at first lauching: ```bash # Delete SSH keys @@ -65,7 +65,7 @@ chmod a+x /etc/init.d/ssh_gen_host_keys insserv /etc/init.d/ssh_gen_host_keys ``` -* Delete logs +* Delete logs: ```bash find /var/log -type f -exec rm {} \; ``` @@ -78,18 +78,19 @@ shutdown ### Copy image Plug your SD card on your desktop computer and copy it:
Be carefull to not erase your data.
+ ```bash sudo dd bs=1M if=/dev/sdd of=~/yunohost-jessie-board-year-month-day.img ``` -### Try image +### Verify image Copy image to the SD card Plug & boot Post-install -If everything is alright, you could publish your image. +
If everything is alright, you could publish your image.
### Publish image * Reduce size by zipping the image: