Skip to content

Commit

Permalink
Add usage-statistics module
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Jun 11, 2019
1 parent bd1a8a1 commit 62d83bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export DIST_NAME=FullpageOS
export DIST_VERSION=0.10.0
export MODULES="base(raspicam, network, disable-services(gui(fullpageos)))"
export MODULES="base(raspicam, network, disable-services(gui(fullpageos), usage-statistics))"

# if set will enlarge root parition prior to build by provided size in MB
export BASE_IMAGE_ENLARGEROOT=1000
Expand All @@ -9,3 +9,6 @@ export BASE_IMAGE_ENLARGEROOT=1000
# provided size in MB
export BASE_IMAGE_RESIZEROOT=200
export GUI_STARTUP_SCRIPT=/home/pi/scripts/run_onepageos

export USAGE_STATISTICS_URL=https://fullpageos-tracking.gnethomelinux.com

0 comments on commit 62d83bc

Please sign in to comment.