Skip to content

Commit

Permalink
remove tvservice
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Jul 3, 2024
1 parent 1a0c8c7 commit c2ccffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ ADD docker/start.sh /coderbot/.
ARG CODERBOT_VERSION
ENV CODERBOT_VERSION=${CODERBOT_VERSION}
ENV UDEV=on

ENTRYPOINT /coderbot/start.sh
2 changes: 0 additions & 2 deletions docker/start.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/sh
# disable ethernet, usb
[ "$CODERBOT_disable_eth_usb" = "true" ] && echo '1-1' | tee /sys/bus/usb/drivers/usb/unbind
# disable HDMI output
/usr/bin/tvservice -o
# enable i2c driver
modprobe i2c-dev
# detect camerq
Expand Down

0 comments on commit c2ccffa

Please sign in to comment.