diff --git a/kernel/conf/system.go b/kernel/conf/system.go index 52c910688..e1d6eb39a 100644 --- a/kernel/conf/system.go +++ b/kernel/conf/system.go @@ -51,11 +51,12 @@ type System struct { func NewSystem() *System { return &System{ - ID: util.GetDeviceID(), - Name: util.GetDeviceName(), - KernelVersion: util.Ver, - NetworkProxy: &NetworkProxy{}, - DownloadInstallPkg: true, + ID: util.GetDeviceID(), + Name: util.GetDeviceName(), + KernelVersion: util.Ver, + NetworkProxy: &NetworkProxy{}, + DownloadInstallPkg: true, + DisableGoogleAnalytics: true, } }