summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Draklive/Mounts.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MDV/Draklive/Mounts.pm')
-rw-r--r--lib/MDV/Draklive/Mounts.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/MDV/Draklive/Mounts.pm b/lib/MDV/Draklive/Mounts.pm
index f7d630f..db019de 100644
--- a/lib/MDV/Draklive/Mounts.pm
+++ b/lib/MDV/Draklive/Mounts.pm
@@ -22,6 +22,11 @@ my $_dir_modules = {
list => 'modules.lst',
};
+#- use distro default
+our $default = {
+ dirs => [],
+};
+
our $simple_union = {
root => '/union',
overlay => 'unionfs',