From 0b71065b0e322c8279e5f6a2aee2e5ac2a6402bc Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 27 Jan 2024 16:08:23 +0200 Subject: [PATCH] fix --- docs/first_steps.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/first_steps.md b/docs/first_steps.md index 498e46c0..100a39ae 100644 --- a/docs/first_steps.md +++ b/docs/first_steps.md @@ -65,9 +65,11 @@ which you have successfully detected using the instructions above. The device ha * If you have logged in via SSH, then most likely you are already `root`. * To get `root` in the Web Terminal, use command `su -` and enter the root password. -(PiKVM) ARCH OS often receives software updates. After installation, it makes sense to update the OS. +PiKVM OS (and the underlying Arch Linux ARM upstream) often receives software updates. +After installation, it makes sense to update the OS. It's best to do this now, when you have physical access to the device, because if something goes wrong -(for example, the power goes out during the update or some upstream change), you will need to [reflash the memory card](flashing_os.md). +(for example, the power goes out during the update or some upstream change), +you will need to [reflash the memory card](flashing_os.md). ??? example "Updating PiKVM OS"