From ac92b28fa752d9473f608d4be1827da1ac1ad595 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 14 Sep 2019 05:33:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b165eccd..5851e48b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Here is a diagram of how you connect all of the pieces: ![Screenshot](image2.png) ## Building OS -Pi-KVM OS is based on Arch Linux ARM and contains all required packages and config for work. To build OS you will need any Linux machine with fresh Docker (we recommand >= 1:19). +Pi-KVM OS is based on Arch Linux ARM and contains all required packages and config for work. To build OS you will need any Linux machine with fresh Docker (we recommand >= 1:19) with privileged mode (for fdisk and some other commands, check Makefiles if you don't trust us :)) 1. Checkout build toolchain: ```shell