Skip to content

Commit

Permalink
fixed pikvm-otg-console
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Nov 20, 2023
1 parent e3a8059 commit 43f044a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stages/arch/pikvm-otg-console/Dockerfile.part
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ RUN echo ttyGS0 >> /etc/securetty
RUN mkdir /etc/systemd/system/[email protected]
COPY stages/pikvm-otg-console/ttyGS0.override /etc/systemd/system/[email protected]/override.conf

COPY stages/pikvm-otg-console/kvmd.override /root/kvmd.override
RUN sed -i -e 's/^{}//g' /etc/kvmd/override.yaml \
&& cat /root/kvmd.override >> /etc/kvmd/override.yaml \
&& rm /root/kvmd.override
COPY stages/pikvm-otg-console/kvmd.yaml /etc/kvmd/override.d/otg-console.yaml

0 comments on commit 43f044a

Please sign in to comment.