Implement choice of UnifiedNLP only or full microG

This commit is contained in:
Tad 2018-06-25 09:31:31 -04:00
parent f6cdc9426c
commit 97248d28f2
6 changed files with 23 additions and 25 deletions

View file

@ -27,7 +27,7 @@ export DEFAULT_DNS_PRESET="OpenNIC"; #Sets default DNS. Options: Cloudflare, Ope
export GLONASS_FORCED_ENABLE=true; #Enables GLONASS on all devices
export MALWARE_SCAN_ENABLED=true; #Set true to perform a fast scan on patchWorkspace() and a through scan on buildAll()
export MALWARE_SCAN_SETTING="quick"; #buildAll() scan speed. Options: quick, extra, slow, full
export MICROG_INCLUDED=true; #Switch to false to prevent inclusion of microG
export MICROG_INCLUDED="NLP"; #Determines inclusion of microG. Options: NONE, NLP, FULL
export HOSTS_BLOCKING=true; #Switch to false to prevent inclusion of our HOSTS file
export OVERCLOCKS_ENABLED=true; #Switch to false to disable overclocks
export STRONG_ENCRYPTION_ENABLED=false; #Switch to true to enable AES-256bit encryption XXX: THIS WILL **DESTROY** EXISTING INSTALLS!