Small user documentation update

This commit is contained in:
zador-blood-stained 2016-01-03 14:07:01 +03:00
parent bf5e2a353c
commit 68d9186d18

View File

@ -7,7 +7,7 @@ Each board is fully supported with three basic system options: Debian Wheezy, Je
All stable kernels are production ready, but you should use them for different purpuses:
* for headless server or light desktop operations use vanilla kernel (linux-image-next-[kernelfamily](http://forum.armbian.com/index.php/topic/211-kernel-update-procedure-has-been-changed/))
* for using video acceleration, audio, IR, NAND, ... you should stick to legacy (linux-image-[kernelfamily](http://forum.armbian.com/index.php/topic/211-kernel-update-procedure-has-been-changed/))
* for using video acceleration, NAND, ... you should stick to legacy (linux-image-[kernelfamily](http://forum.armbian.com/index.php/topic/211-kernel-update-procedure-has-been-changed/))
# How to prepare SD card?
@ -22,7 +22,7 @@ Make sure you use **good & reliable** SD card. If you encounter boot troubles, c
# How to boot?
Insert SD card into a slot and power the board. First boot takes around 3 minutes than it reboots and you will need to wait another one minute to login. This delay is because system updates package list and creates 128Mb emergency SWAP on the SD card.
Insert SD card into a slot and power the board. First boot takes around 3 minutes then it reboots and you will need to wait another one minute to login. This delay is because system updates package list and creates 128Mb emergency SWAP on the SD card.
Normal boot (with DHCP) takes up to 35 seconds with a class 6 SD CARD and cheapest board.
@ -130,6 +130,10 @@ system language:
dpkg-reconfigure locales
console font, codepage:
dpkg-reconfigure console-setup
time zone:
dpkg-reconfigure tzdata
@ -169,7 +173,7 @@ Other modes:
Some boards allow to adjust CPU speed.
nano /etc/init.d/cpufrequtils
nano /etc/default/cpufrequtils
Alter **min_speed** or **max_speed** variable.