diff --git a/kernel/model/conf.go b/kernel/model/conf.go index 9b6813a29..99d04b014 100644 --- a/kernel/model/conf.go +++ b/kernel/model/conf.go @@ -223,6 +223,9 @@ func InitConf() { Conf.System.DataDir = util.DataDir Conf.System.Container = util.Container Conf.System.IsMicrosoftStore = util.ISMicrosoftStore + if util.ISMicrosoftStore { + logging.LogInfof("using Microsoft Store edition") + } Conf.System.OS = runtime.GOOS Conf.Newbie = util.IsNewbie