mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +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
|