From 68d9186d18daa145f02755144c01a3376e43782e Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sun, 3 Jan 2016 14:07:01 +0300 Subject: [PATCH] Small user documentation update --- documentation/user-faq.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/documentation/user-faq.md b/documentation/user-faq.md index 75e7f50511..4e2d41ba16 100644 --- a/documentation/user-faq.md +++ b/documentation/user-faq.md @@ -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.