Skip to content

Commit c2ccffa

Browse files
committed
remove tvservice
1 parent 1a0c8c7 commit c2ccffa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docker/Dockerfile.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ ADD docker/start.sh /coderbot/.
7676
ARG CODERBOT_VERSION
7777
ENV CODERBOT_VERSION=${CODERBOT_VERSION}
7878
ENV UDEV=on
79-
79+
8080
ENTRYPOINT /coderbot/start.sh

docker/start.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/sh
22
# disable ethernet, usb
33
[ "$CODERBOT_disable_eth_usb" = "true" ] && echo '1-1' | tee /sys/bus/usb/drivers/usb/unbind
4-
# disable HDMI output
5-
/usr/bin/tvservice -o
64
# enable i2c driver
75
modprobe i2c-dev
86
# detect camerq

0 commit comments

Comments
 (0)