From 21fe0bab9887e20506c11b4ac1d872ee4bd46148 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 6 Feb 2008 15:22:04 +0000 Subject: * added the contents of the following dirs to the exclude filter, since they do not make sense in the export: /media /mnt /proc /sys /tmp * added --delete-excluded to the rsync options in order to clean up anything that had been copied before git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1518 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSExport/Distro/Any.pm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'installer/OpenSLX/OSExport/Distro/Any.pm') diff --git a/installer/OpenSLX/OSExport/Distro/Any.pm b/installer/OpenSLX/OSExport/Distro/Any.pm index f56673d8..bf780bb9 100644 --- a/installer/OpenSLX/OSExport/Distro/Any.pm +++ b/installer/OpenSLX/OSExport/Distro/Any.pm @@ -47,12 +47,17 @@ sub initDistroInfo - /var/cache/yum - /var/cache/man/* - /usr/share/vmware/* + - /tmp/* + - /sys/* + - /proc/* + - /mnt/* + - /media/* + + /lib/modules/*/misc/vmblock.o + + /lib/modules/*/misc/vmnet.o + + /lib/modules/*/misc/vmmon.o - /lib/klibc/events/* - /boot/initrd* - /boot/grub - + /lib/modules/*/misc/vmblock.o - + /lib/modules/*/misc/vmnet.o - + /lib/modules/*/misc/vmmon.o "; return; } -- cgit v1.2.3-55-g7522