summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Mounts.pm
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-04-02 19:55:30 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-04-02 19:55:30 +0100
commit54fcb97d173520e44ef5441176fe7e39153eb3c5 (patch)
tree1d297c08642db0547c539a7f4b0c3d98b187facc /lib/MGA/DrakISO/Mounts.pm
parent76abcd91020a70f9b90a0b0748b0128efaebddf9 (diff)
downloaddrakiso-54fcb97d173520e44ef5441176fe7e39153eb3c5.tar
drakiso-54fcb97d173520e44ef5441176fe7e39153eb3c5.tar.gz
drakiso-54fcb97d173520e44ef5441176fe7e39153eb3c5.tar.bz2
drakiso-54fcb97d173520e44ef5441176fe7e39153eb3c5.tar.xz
drakiso-54fcb97d173520e44ef5441176fe7e39153eb3c5.zip
Simplify use of predefined mounts and add default mount type.
Diffstat (limited to 'lib/MGA/DrakISO/Mounts.pm')
-rw-r--r--lib/MGA/DrakISO/Mounts.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/MGA/DrakISO/Mounts.pm b/lib/MGA/DrakISO/Mounts.pm
index c4714b2..a374a9e 100644
--- a/lib/MGA/DrakISO/Mounts.pm
+++ b/lib/MGA/DrakISO/Mounts.pm
@@ -30,6 +30,10 @@ use strict;
use MDK::Common;
+use Exporter;
+our @ISA = qw(Exporter);
+our @EXPORT = qw(simple_union, squash_rw_union, squash_union, volatile_squash_union);
+
our $dir_distrib_sqfs = {
mountpoint => '/distrib',
type => 'squashfs',