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/?a=commitdiff_plain;ds=sidebyside;h=72211f19;p=live-boot-grml.git 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