diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-10-29 00:59:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-10-29 00:59:48 +0000 |
commit | 9f4c79a78e6ff119931f1f5643f7482ca2dc9c18 (patch) | |
tree | 47795b0a3fbd65185dbd1e7babd22c4569500ea7 /lib | |
parent | ae9e730f7d5046243aeb87d0eb42efd18f541287 (diff) | |
download | drakiso-9f4c79a78e6ff119931f1f5643f7482ca2dc9c18.tar drakiso-9f4c79a78e6ff119931f1f5643f7482ca2dc9c18.tar.gz drakiso-9f4c79a78e6ff119931f1f5643f7482ca2dc9c18.tar.bz2 drakiso-9f4c79a78e6ff119931f1f5643f7482ca2dc9c18.tar.xz drakiso-9f4c79a78e6ff119931f1f5643f7482ca2dc9c18.zip |
add a default mount
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Draklive/Mounts.pm | 5 |
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', |