mirror of https://github.com/pikvm/pikvm.git
Update building_os.md
This commit is contained in:
parent
9f05826d15
commit
d97e17979a
|
|
@ -1,5 +1,5 @@
|
|||
# Building the OS
|
||||
The Pi-KVM OS is based on Arch Linux ARM and contains all the required packages and configs for it to work. To build the OS you will need any Linux machine with a recent version of Docker (>= 1:19) with privileged mode enabled. (used for fdisk and some other commands, have a look through our Makefiles if you don't trust us :) )
|
||||
The Pi-KVM OS is based on Arch Linux ARM and contains all the required packages and configs for it to work. To build the OS you will need any Linux machine with a recent version of Docker (>= 1:19) with privileged mode enabled. (used for fdisk and some other commands, have a look through our Makefiles if you don't trust us :)). The build must be performed on the x86_64 host.
|
||||
|
||||
0. When starting with a clean OS (like **Ubuntu 20.04**, please not that Ubuntu 18.04 does not working) you need to install and configure docker (after adding your user to the docker group you must log out and log back in), as well as git and make.
|
||||
```shell
|
||||
|
|
|
|||
Loading…
Reference in New Issue