summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2007-06-20 20:34:23 +0200
committerOliver Tappe2007-06-20 20:34:23 +0200
commit60615e5b2ec405f717fc60e0ff496b2674b425a0 (patch)
treed192eada16a5fa801a08b12fc39cc8172e176884 /installer
parent* fixed showstopping bugs introduced with rev 1176, sorry! (diff)
downloadcore-60615e5b2ec405f717fc60e0ff496b2674b425a0.tar.gz
core-60615e5b2ec405f717fc60e0ff496b2674b425a0.tar.xz
core-60615e5b2ec405f717fc60e0ff496b2674b425a0.zip
* fixed another oversight of recent commit
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1180 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSExport/FileSystem/SquashFS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSExport/FileSystem/SquashFS.pm b/installer/OpenSLX/OSExport/FileSystem/SquashFS.pm
index 5983e2c2..8e3e17d7 100644
--- a/installer/OpenSLX/OSExport/FileSystem/SquashFS.pm
+++ b/installer/OpenSLX/OSExport/FileSystem/SquashFS.pm
@@ -63,7 +63,7 @@ sub exportVendorOS
= $self->_mapRsyncFilter2Regex($source, $includeExcludeList);
vlog(1, _tr("using include-exclude-filter:\n%s\n", $includeExcludeList));
my $target = $self->{'export-path'};
-# $self->_createSquashFS($source, $target, $includeExcludeList);
+ $self->_createSquashFS($source, $target, $includeExcludeList);
$self->_addBlockDeviceTagToExport($target);
}