diff --git a/stages/arch/pikvm-otg-console/0000-vendor-otg-serial.yaml b/stages/arch/pikvm-otg-console/0000-vendor-otg-serial.yaml new file mode 100644 index 0000000..c113db6 --- /dev/null +++ b/stages/arch/pikvm-otg-console/0000-vendor-otg-serial.yaml @@ -0,0 +1,5 @@ +# Generated by OS builder. Do not edit this file! +otg: + devices: + serial: + enabled: true diff --git a/stages/arch/pikvm-otg-console/Dockerfile.part b/stages/arch/pikvm-otg-console/Dockerfile.part index a0c2338..fc2cdef 100644 --- a/stages/arch/pikvm-otg-console/Dockerfile.part +++ b/stages/arch/pikvm-otg-console/Dockerfile.part @@ -5,4 +5,4 @@ RUN echo ttyGS0 >> /etc/securetty RUN mkdir /etc/systemd/system/getty@ttyGS0.service.d COPY stages/pikvm-otg-console/ttyGS0.override /etc/systemd/system/getty@ttyGS0.service.d/override.conf -COPY stages/pikvm-otg-console/kvmd.yaml /etc/kvmd/override.d/otg-console.yaml +COPY stages/pikvm-otg-console/0000-vendor-otg-serial.yaml /etc/kvmd/override.d/ diff --git a/stages/arch/pikvm-otg-console/kvmd.yaml b/stages/arch/pikvm-otg-console/kvmd.yaml deleted file mode 100644 index 02586a2..0000000 --- a/stages/arch/pikvm-otg-console/kvmd.yaml +++ /dev/null @@ -1,3 +0,0 @@ -otg: - acm: - enabled: true