From 72211f19cc0f386166fc348ddb22c169e2b1fbbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 May 2015 20:58:07 +0200 Subject: [PATCH] Switching default union filesystem to overlay, wheezy systems can use union=aufs for the time being. --- components/9990-cmdline-old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old index bdb7624..efb33c1 100755 --- a/components/9990-cmdline-old +++ b/components/9990-cmdline-old @@ -266,7 +266,7 @@ Cmdline_old () if [ -z "${UNIONTYPE}" ] then - UNIONTYPE="aufs" + UNIONTYPE="overlay" export UNIONTYPE fi -- 2.1.4