Project

General

Profile

Feature #706

Updated by Hammel about 5 years ago

This can be used to modify the base configuration to suit Xeon.    The installation script applies the system changes. The changes need to be checked to make sure they are not already applied or that re-applying them doesn't create duplicate configs. 

 The things I know I need are as follows. 

 # Add CCW rotation to xorg.conf:   
  Option                "Rotate" "CCW" 
 # Disable SMB 
 ## move init script 
 ## Make it configurable in piboxd (defaults to on) and update /etc/piboxd.cfg 
 # Disable registration processor 
 ## Make it configurable in piboxd (defaults to on) and update /etc/piboxd.cfg 
 # Disable webcam processing (disallow requests) 
 ## Make it configurable in piboxd (defaults to on) and update /etc/piboxd.cfg 

Back