summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Distro/Debian.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-04-03 23:19:27 +0200
committerDirk von Suchodoletz2009-04-03 23:19:27 +0200
commit0ebaf3c95bfad23858708e92799126691a03a661 (patch)
treead72f8ae87dfe3734bf0654599513ab617e01a65 /installer/OpenSLX/OSExport/Distro/Debian.pm
parentcopy Readme.pxe to boot-env (diff)
downloadcore-0ebaf3c95bfad23858708e92799126691a03a661.tar.gz
core-0ebaf3c95bfad23858708e92799126691a03a661.tar.xz
core-0ebaf3c95bfad23858708e92799126691a03a661.zip
Optimizations and comment.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2802 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSExport/Distro/Debian.pm')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Debian.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSExport/Distro/Debian.pm b/installer/OpenSLX/OSExport/Distro/Debian.pm
index b764ab4f..98e9b42f 100644
--- a/installer/OpenSLX/OSExport/Distro/Debian.pm
+++ b/installer/OpenSLX/OSExport/Distro/Debian.pm
@@ -43,6 +43,7 @@ sub initDistroInfo
- /var/log/*
- /var/lib/xdm
- /var/cache/man/*
+ - /var/cache/apt/archives/*
- /usr/share/vmware/*
- /tmp/*
- /sys/*
@@ -56,4 +57,4 @@ sub initDistroInfo
return;
}
-1; \ No newline at end of file
+1;