From 7c976ad5fbb0277c017fac2942cd949a3c6f387e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 9 Jun 2016 10:49:17 +0200 Subject: [PATCH] Update clarifications --- documentation/user-faq.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/documentation/user-faq.md b/documentation/user-faq.md index 668656eabc..e9c096312c 100644 --- a/documentation/user-faq.md +++ b/documentation/user-faq.md @@ -79,19 +79,17 @@ Desktop images starts into desktop without asking for password. To change this a and change the autologin user. -# How to update kernel? +# How to update? apt-get update apt-get upgrade reboot -Working on Armbian 4.2 and newer. - -# How to upgrade kernel? +# How to switch kernels or upgrade from other systems? If you are running **legacy kernel** and you want to switch to **vanilla**, **development** or vice versa, you can do it this way: - - wget -q -O - http://upgrade.armbian.com | bash + + wget -q -O - http://upgrade.armbian.com | bash You will be prompted to select and confirm some actions. It's possible to upgrade **from any other distribution**. Note that this procedure upgrades only kernel with hardware definitions (bin, dtb, firmware and headers. Operating system and modifications remain as is.