summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-05-17 20:58:07 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-05-17 20:58:07 +0200
commit72211f19cc0f386166fc348ddb22c169e2b1fbbc (patch)
tree24728d40d77b1d5100fdaf54b7eaa1ff54b0a81d
parentcf125f86f9985e09b00c28bd9fc8903810f98f79 (diff)
downloadlive-boot-72211f19cc0f386166fc348ddb22c169e2b1fbbc.tar.gz
live-boot-72211f19cc0f386166fc348ddb22c169e2b1fbbc.zip
Switching default union filesystem to overlay, wheezy systems can use union=aufs for the time being.
-rwxr-xr-xcomponents/9990-cmdline-old2
1 files changed, 1 insertions, 1 deletions
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