update documentation add ssh key pair

This commit is contained in:
Sylvain 2015-12-19 21:30:19 +01:00
parent 104ae3a3ea
commit 26a441d573
4 changed files with 64 additions and 7 deletions

View file

@ -1 +1,2 @@
_build_arm_steps
.*.swp

View file

@ -1,18 +1,46 @@
= Build your own yunohost image for Raspberry Pi =
This folder contains helper scripts to build an arm image for raspberry.
The files here are for builder. They are not needed to install yunohost.
The folder structure maps debian OS folders, shell script here are helpers.
The files are copied on the sdcard when installation is finished.
See also: https://yunohost.org/#/build_arm_image for previous step.
== See also ==
* https://yunohost.org/#/build_arm_image for buildini step explanations
* https://forum.yunohost.org/t/building-a-new-image-for-raspberry-debian-jessie-fr-en/1101/13 - discussion about building an new image for Raspberry Pi.
run the following script before shuting down your rasbian.
== Files ==
Descriptions of the files available here.
=== Run on PC ===
Scripts are prefixed by a number which is an hint of the order they should be ran.
==== autosizer.sh ====
Used on your PC to compact the dd image you will copy back.
this script requier root privilege to run and modify the sdcard image.
==== 01_create_sdcard.sh ====
Create a bootable image for raspbian. You have to download the .zip of the image.
it embeds sudo call for using dd to copy the raw image to the sdcard.
Usage:
~~~
./01_create_sdcard.sh image_rasbian.zip /dev/device_to_sdcard
~~~
it takes some minutes to perform all the steps. Be patient.
=== Run on Raspberry ===
run the following script before shuting down your raspbian.
~~~
./intsall_arm.sh
~~~
autosizer.sh is used on your PC to compact the dd image you will copy back.
this script requier root privilege to run and modify the sdcard image.

27
build_arm_image/nopasskey Normal file
View file

@ -0,0 +1,27 @@
-----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEArQtaSUb9ge79E/bNfAoH3jaPbWtG5O7+y/7m+Bi8I5KY+DHI
cUfc0Agf4HxpioJFHUP5U5xcchHwMXcoQ5qGTdTsgnvWs9xHdrwAWsG8HaaYvMVw
YMgiwEdUawGWmsLC7b/lgo3GLVbSFYes+xaOQh5e6hnCPFQtqdiRk0bYM19Mgqh8
7UPToVBUalhDr53f53UYwT0hfGVF8887NxthRCXIp0HrGbsA/7LKYj1xE9k+cJ04
+6xzyofLHxcloIWTdSekcV7nGD9k7+noDMwtbYNKm8V7JZjVPqt9tIYUdAA+xhF9
fPA42sV3gEXNakSsZrvd+uZ9Q3C6SaHKYH/1UwIDAQABAoIBAQCSV4eDcQXzXKmq
uI4O2GzPAFVLs+3Arl3NJ0Uti72QV+oF/BQHuT6EsFpE/vJCsOjCVzoD+7gyv/jh
3GOwyH3MVMWvlAt/EEtfnp6uIil06e9BtbfUIW1CLxC1biJvv0Yayq7OOhffQA1r
J9KihfDI+eZLFH2vh4EWopB6fO9agVk+Gmsb/2kPXa8wumBdD8EedQRNWWExdQJr
a6v5Q+z54XCUNQMu/mjkJVGblsKaNROTmSmLavLh0aSom2DR6KSQN8etATKYDDiq
OxbMD/1euXN1kjihbyg6ERRO744jfLXFg9bxoghXjtetLReQpWW/H8kqHxE6Fya6
IlNiTLwBAoGBAN1y7QPdEGE/ZHUAjtkB6owx5oXdpUKov8YL/88viYyhRR3SJtVg
8gmvl7nTvaZ7kbOQevada18Bt3EUUnCkLr2NoGh1Boy9RRds/iUjL+BZn0tb67KR
HP1PlMOe1OPLTCJCa89qrTB3bHChF8hXPZlK4aH1yCmsrpJecWMdNm/VAoGBAMgL
DzyB0LBkjPzoaY855Nm0H9q2Oj32uMU5e1wxB5ppKqt4s4M6QXcnPuGM1azOtePQ
jiu7kq2OjrIpN1xjds5AYGYWnRWoI1DOp3hiod/H9fIGecq00TsRtNAbliez4v89
BoJej+tynMynlSqgo8sbPFbf+yuQqOCYq+gg2QyHAoGAK2V5MxegPR56Jj+cvsQU
XbLttPARkbWWF06Eq+pp7ygvbj+fopMj+2fwuNbYxIZUsDaxEiEZSH4Cn+NWoIJc
MoNNmwrL5Mq2fne6ejaiDDoj8FWsI8syPiXZRlia6aUOX2xaykPieqv8kTnQek82
YBL/koii2B/h+gcN+1lfMJ0CgYAV0w8QfOE1vWKcXQbXN2u+TKaFCAiGpho2ejT5
M+gucnbTSlHbaUmnJEL5/JF7TvoNJr28C7TO9pSe31xI2hkmG2Po/2KX8EYaFNG0
kp4yefBdPVOgR+Xj2eSuJ7RUFI4ZZqEFLCfreg+dTFM72VbFW+1TVRBkCl5CUqW+
p4bGlQKBgQCf3ixc746gIn33CC93fIRw+1k9wpXYDvBZSMTcmabjHdvqOo/9OZdy
I2Hf+QqWfUsu5oPiVzLQl7QLwaZfZ2i+FLl6QfMZ6JlB+nHlWOFainnwnujLGulj
yJef4liZcrBB8DSNbUTZO8aEME7SDNRYN1qdwn5ddtq1b6F15Cyv6A==
-----END RSA PRIVATE KEY-----

View file

@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtC1pJRv2B7v0T9s18CgfeNo9ta0bk7v7L/ub4GLwjkpj4MchxR9zQCB/gfGmKgkUdQ/lTnFxyEfAxdyhDmoZN1OyCe9az3Ed2vABawbwdppi8xXBgyCLAR1RrAZaawsLtv+WCjcYtVtIVh6z7Fo5CHl7qGcI8VC2p2JGTRtgzX0yCqHztQ9OhUFRqWEOvnd/ndRjBPSF8ZUXzzzs3G2FEJcinQesZuwD/sspiPXET2T5wnTj7rHPKh8sfFyWghZN1J6RxXucYP2Tv6egMzC1tg0qbxXslmNU+q320hhR0AD7GEX188DjaxXeARc1qRKxmu9365n1DcLpJocpgf/VT sylvain@sylvain-laptop