summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 19:05:02 +0200
committerDirk von Suchodoletz2010-08-22 19:05:02 +0200
commit55ac8f59aee203a6c0d7050d504ca9d10068ca6b (patch)
treedb76af509d942ba1f5c9b2582ff56e885ec79a98 /installer
parentRemove unneeded library ld stuff of deprecated uclibc. (diff)
parentwith newer rsync versions /var was ignored .. (diff)
downloadcore-55ac8f59aee203a6c0d7050d504ca9d10068ca6b.tar.gz
core-55ac8f59aee203a6c0d7050d504ca9d10068ca6b.tar.xz
core-55ac8f59aee203a6c0d7050d504ca9d10068ca6b.zip
Merge branch 'master' of openslx.org:openslx/core
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 524aa398..ea6890d9 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/*