From: Daniel Baumann Date: Sun, 17 May 2015 18:58:07 +0000 (+0200) Subject: Switching default union filesystem to overlay, wheezy systems can use union=aufs... X-Git-Tag: debian/5.0_a4-1~1 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=72211f19 Switching default union filesystem to overlay, wheezy systems can use union=aufs for the time being. --- 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