From bf5db2437a64882e205529760186f37b02716f5d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Jul 2008 10:07:03 +0200 Subject: Defaulting now to aufs if no union= parameter is given. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/live b/scripts/live index fcaf1ec..f4a4029 100755 --- a/scripts/live +++ b/scripts/live @@ -456,7 +456,7 @@ Arguments () if [ -z "${UNIONTYPE}" ] then - UNIONTYPE="unionfs" + UNIONTYPE="aufs" export UNIONTYPE fi } -- cgit v1.2.3