diff options
Diffstat (limited to 'data/templates/container/storage.conf.j2')
-rw-r--r-- | data/templates/container/storage.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 new file mode 100644 index 000000000..39a072c70 --- /dev/null +++ b/data/templates/container/storage.conf.j2 @@ -0,0 +1,4 @@ +### Autogenerated by container.py ### +[storage] + driver = "overlay2" + graphroot = "/usr/lib/live/mount/persistence/container/storage" |