summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive11
1 files changed, 11 insertions, 0 deletions
diff --git a/draklive b/draklive
index add26e5..c3ff435 100755
--- a/draklive
+++ b/draklive
@@ -71,6 +71,17 @@ my %predefined = (
$dir_memory,
],
},
+ squash_rw_union => {
+ root => '/union',
+ overlay => 'unionfs',
+ dirs => [
+ $dir_distrib_sqfs,
+ {
+ mountpoint => '/media/system',
+ type => 'plain',
+ },
+ ],
+ },
},
);