From 6fe49566313f9c144f167eef4f018743236c182f Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 24 Dec 2022 09:10:27 +0100 Subject: container: T4870: update to overlay2 driver overlay2 is the preferred storage driver for all currently supported Linux distributions, and requires no extra configuration. --- data/templates/container/storage.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/container/storage.conf.j2') diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 index 9f9add43c..39a072c70 100644 --- a/data/templates/container/storage.conf.j2 +++ b/data/templates/container/storage.conf.j2 @@ -1,4 +1,4 @@ ### Autogenerated by container.py ### [storage] - driver = "overlay" + driver = "overlay2" graphroot = "/usr/lib/live/mount/persistence/container/storage" -- cgit v1.2.3