################################################################## # File.....: /etc/rc.d/rc.platform.conf # Purpose..: User-serviceable configuration settings for the # Hardware Model post OS boot platform setup scripts # The configuration settings here are used by the # individual Hardware Model loader scripts within # /etc/rc.d/rc.platform.d/ # Called by: /etc/rc.d/rc.platform (parent caller: /etc/rc.d/rc.M) ################################################################## # This is a bash shell script 'sourced' from /etc/rc.d/rc.platform # prior to loading the helper scripts contained within # /etc/rc.d/rc.platform.d/ # Therefore, this enables you to add any shell script to make # any local configurations on your particular Hardware Model. # You can think of this as another /etc/rc.d/rc.local # Indeed /etc/rc.d/rc.platform is called immediately prior to # rc.local. # CPU fan settings: # For the RockPro64: #CPU_FAN_MAX_SPEED=255 # Full speed #CPU_FAN_MAX_SPEED=65 # Lowest speed # LCD panel brightness level: # For the Pinebook Pro, the maximum setting is 4000. # The lowest readable is 1000. #LCD_PANEL_BRIGHTNESS=4000