mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update install_on_cubieboard.md
This commit is contained in:
parent
5c10172500
commit
4cfabb5b30
1 changed files with 16 additions and 11 deletions
|
@ -8,14 +8,11 @@
|
|||
<img src="https://yunohost.org/images/micro-sd-card.jpg">
|
||||
|
||||
* CubieBoard 1 or 2 (CubieTruck might work as well)
|
||||
* An SD card: **4GB** capacity (or more) and **class10** speed rate are highly recommended
|
||||
* Another computer to read this guide and access to your Cubieboard
|
||||
* A micro-SD card: **8GB** capacity (or more) and **class10** speed rate are highly recommended
|
||||
* An other computer to read this guide and access to your Cubieboard
|
||||
* A screen and a keyboard are recommended to control your Cubieboard if a problem occurs
|
||||
* A [reasonable ISP](/isp), preferably with a good and unlimited upstream bandwidth
|
||||
* A Cubieboard Debian 7 image compatible with YunoHost:
|
||||
* [Cubian](http://cubian.org/)
|
||||
* [Cubieez](http://www.cubieforums.com/index.php?topic=442.0)
|
||||
|
||||
* The **YunoHost Cubieboard image**, available here (to **unzip**):
|
||||
|
||||
---
|
||||
|
||||
|
@ -25,15 +22,23 @@
|
|||
|
||||
<a class="btn btn-lg btn-default" href="/plug_and_boot">2. Plug & boot</a>
|
||||
|
||||
<a class="btn btn-lg btn-default" href="/install_manually">3. Install manually</a>
|
||||
|
||||
<a class="btn btn-lg btn-default" href="/postinstall">4. Post-install</a>
|
||||
|
||||
---
|
||||
|
||||
## See also
|
||||
* **Creation of YunoHost images for Cubieboard 1 and 2 with scripts:**
|
||||
https://github.com/M5oul/Yunocubian
|
||||
### Recommended after post-installation
|
||||
|
||||
* Connect via [SSH](ssh): **root@expemple.tld** (password: **yunohost**)
|
||||
* Change root password: `passwd root`
|
||||
* Upgrade system: `apt-get update && apt-get dist-upgrade && cubian-update`
|
||||
|
||||
---
|
||||
|
||||
## Create a YunoHost image for Cubieboard 1 or 2
|
||||
* **[Scripts for Cubian](https://github.com/M5oul/Yunocubian)**
|
||||
* A Cubieboard Debian 7 image compatible with YunoHost:
|
||||
* [Cubian](http://cubian.org/)
|
||||
* [Cubieez](http://www.cubieforums.com/index.php?topic=442.0)
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue