From f004b99889a2da9be56d25fbe7d863b00c2c4b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Wed, 12 Jun 2019 18:58:51 +0200 Subject: [PATCH] [profile example] add default snap support --- data/profile.conf.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/profile.conf.example b/data/profile.conf.example index b81422e..7614ef1 100644 --- a/data/profile.conf.example +++ b/data/profile.conf.example @@ -14,6 +14,13 @@ # supported; lightdm, sddm, gdm, lxdm, mdm # displaymanager="none" +# add strict snaps: strict_snaps="core18 snap-store" +# strict_snaps="" +# add classic snaps: classic_snaps="code" +# classic_snaps="" +# choose the snap channel. Possible options are: stable, candidate, beta, edge +# snap_channel="stable" + # Set to false to disable autologin in the livecd # autologin="true"