summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorSebastian2010-08-22 19:00:45 +0200
committerSebastian2010-08-22 19:00:45 +0200
commit76bd0dc022ae1fcf0fcaf73211b34f4ae65f9a4e (patch)
treeb6c8fdabc9ef22da77b226c7fd6b9da4382e28de /installer
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-76bd0dc022ae1fcf0fcaf73211b34f4ae65f9a4e.tar.gz
core-76bd0dc022ae1fcf0fcaf73211b34f4ae65f9a4e.tar.xz
core-76bd0dc022ae1fcf0fcaf73211b34f4ae65f9a4e.zip
with newer rsync versions /var was ignored ..
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Any.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSExport/Distro/Any.pm b/installer/OpenSLX/OSExport/Distro/Any.pm
index b5f46366..dc3c7c8b 100644
--- a/installer/OpenSLX/OSExport/Distro/Any.pm
+++ b/installer/OpenSLX/OSExport/Distro/Any.pm
@@ -37,6 +37,7 @@ sub initDistroInfo
my $self = shift;
$self->{'export-filter'} = "
+ + /var
- /var/tmp/*
- /var/spool/*
- /var/run/*
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index c5d23a49..4ebdbd3f 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -68,6 +68,7 @@ sub initialize
];
$self->{'clone-filter'} = "
+ + /var
- /var/cache/apt/archives/*.deb
- /var/cache/apt/archives/lock
- /var/cache/apt/archives/partial/*