mirror of https://github.com/pikvm/pikvm.git
fixed a small error on my part
"ARM Arch Linux" is apparently the proper name of the distro.
This commit is contained in:
parent
1e0c7bdde3
commit
7dbe91a325
|
|
@ -59,7 +59,7 @@ The S-video capture device must be connected to the USB port shown, not anything
|
|||

|
||||
|
||||
## Building OS
|
||||
Pi-KVM OS is based on ARM Arch Linux and contains all required packages and configs to work. To build the OS you will need any Linux machine with a fresh version of Docker (we recommand >= 1:19) with privileged mode (for fdisk and some other commands, check Makefiles if you don't trust us :) )
|
||||
Pi-KVM OS is based on Arch Linux ARM and contains all required packages and configs to work. To build the OS you will need any Linux machine with a fresh version of Docker (we recommand >= 1:19) with privileged mode (for fdisk and some other commands, check Makefiles if you don't trust us :) )
|
||||
|
||||
0. For a clean OS (Like Ubuntu 18) you need to install and configure docker (after adding user in the docker group a relogin is needed), as well as git and make.
|
||||
```shell
|
||||
|
|
|
|||
Loading…
Reference in New Issue