diff options
Diffstat (limited to 'os/platforms/v1/Dockerfile.part')
-rw-r--r-- | os/platforms/v1/Dockerfile.part | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/platforms/v1/Dockerfile.part b/os/platforms/v1/Dockerfile.part index c525b8e7..566f229c 100644 --- a/os/platforms/v1/Dockerfile.part +++ b/os/platforms/v1/Dockerfile.part @@ -4,7 +4,8 @@ RUN pkg-install \ nginx COPY stages/pikvm/config.txt /boot/ -COPY stages/pikvm/99-pikvm.conf /etc/sysctl.d/ +COPY stages/pikvm/sysctl.conf /etc/sysctl.d/99-pikvm.conf +COPY stages/pikvm/udev.rules /etc/udev/rules.d/pikvm.rules COPY stages/pikvm/index.html /srv/http/ COPY stages/pikvm/kvmd.yaml /etc/ COPY stages/pikvm/nginx.conf /etc/nginx/ |