Skip to content

Commit

Permalink
setup: disable Radxa OTG services
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Feb 15, 2024
1 parent 8f73417 commit 960d6ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/pi/make-root-fs-readonly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ systemctl disable apt-daily-upgrade.timer

# adb service exists on some distributions and interferes with mass storage emulation
systemctl disable amlogic-adbd &> /dev/null || true
systemctl disable radxa-adbd radxa-usbnet &> /dev/null || true

# don't restore the led state from the time the root fs was made read-only
systemctl disable armbian-led-state &> /dev/null || true
Expand Down

0 comments on commit 960d6ba

Please sign in to comment.