summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Distro/Base.pm
diff options
context:
space:
mode:
authorSebastian2010-08-24 22:35:52 +0200
committerSebastian2010-08-24 22:35:52 +0200
commit55d4f64e83f92236669670b24615410b46d0a376 (patch)
tree236956ab301dff3ddae0b08ce9c2537ad1a8daa9 /installer/OpenSLX/OSExport/Distro/Base.pm
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-55d4f64e83f92236669670b24615410b46d0a376.tar.gz
core-55d4f64e83f92236669670b24615410b46d0a376.tar.xz
core-55d4f64e83f92236669670b24615410b46d0a376.zip
squashfs export updated.. see #435
Diffstat (limited to 'installer/OpenSLX/OSExport/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Base.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSExport/Distro/Base.pm b/installer/OpenSLX/OSExport/Distro/Base.pm
index aa24f8de..5223ce95 100644
--- a/installer/OpenSLX/OSExport/Distro/Base.pm
+++ b/installer/OpenSLX/OSExport/Distro/Base.pm
@@ -47,6 +47,14 @@ sub initDistroInfo
{
}
+sub getSquashfsVersion
+{
+ my $self = shift;
+ my $distroVersion = shift;
+
+ return "4.0";
+}
+
1;
################################################################################