Commit b659d19f authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin, slapos-master: Enable WCFS by default

parent c4656074
...@@ -47,6 +47,11 @@ extra-paths += ...@@ -47,6 +47,11 @@ extra-paths +=
${slapos-bin:location} ${slapos-bin:location}
# WCFS is enabled by default.
[erp5-defaults]
wcfs-enable-default = true
### Overwrite recipes to introduce customized changes ### Overwrite recipes to introduce customized changes
[download-base-part] [download-base-part]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
......
...@@ -62,9 +62,10 @@ repository_id_list += wendelin ...@@ -62,9 +62,10 @@ repository_id_list += wendelin
[local-bt5-repository] [local-bt5-repository]
list += ${wendelin:location}/bt5 list += ${wendelin:location}/bt5
# Jupyter is by default enabled in Wendelin # Jupyter and WCFS are by default enabled in Wendelin
[erp5-defaults] [erp5-defaults]
jupyter-enable-default = true jupyter-enable-default = true
wcfs-enable-default = true
[wendelin] [wendelin]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment