diff options
author | Devaev Maxim <[email protected]> | 2018-09-26 02:36:56 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-26 02:36:56 +0300 |
commit | f3946f102fc167efdc53c73412b2c0d6ac6c72c5 (patch) | |
tree | 4810aa29f48f5a13d0204c6a7ea8791b094a4d1e /os/platforms/v2/Dockerfile.part | |
parent | 680f14b1f982e55bc0da034a9e52c8cbe4f4d756 (diff) |
moved os to pi-kvm/os
Diffstat (limited to 'os/platforms/v2/Dockerfile.part')
-rw-r--r-- | os/platforms/v2/Dockerfile.part | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/os/platforms/v2/Dockerfile.part b/os/platforms/v2/Dockerfile.part deleted file mode 100644 index 2e689418..00000000 --- a/os/platforms/v2/Dockerfile.part +++ /dev/null @@ -1,11 +0,0 @@ -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 |