Created
October 12, 2020 20:19
-
-
Save thewh1teagle/a538513938ca219ed25d88036f29f806 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Disable the PWR LED | |
| dtparam=pwr_led_trigger=none | |
| dtparam=pwr_led_activelow=off | |
| # Disable the Activity LED | |
| dtparam=act_led_trigger=none | |
| dtparam=act_led_activelow=off | |
| # Disable ethernet port LEDs | |
| dtparam=eth_led0=4 | |
| dtparam=eth_led1=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment