mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
12 lines
334 B
Docker
12 lines
334 B
Docker
RUN pkg-install \
|
|
dkms \
|
|
tc358743-dkms
|
|
|
|
RUN sed -i -e "s/rootwait/cma=128M rootwait/g" /boot/cmdline.txt
|
|
|
|
COPY stages/pikvm-v2/config.txt /boot/
|
|
COPY stages/pikvm-v2/udev.rules /etc/udev/rules.d/pikvm.rules
|
|
COPY stages/pikvm-v2/modules.load /etc/modules-load.d/pikvm.conf
|
|
|
|
RUN cp /usr/share/kvmd/configs/kvmd/v2.yaml /etc/kvmd.yaml
|