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/Gentoo.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'installer/OpenSLX/OSExport/Distro/Gentoo.pm') diff --git a/installer/OpenSLX/OSExport/Distro/Gentoo.pm b/installer/OpenSLX/OSExport/Distro/Gentoo.pm index e4bcd6db..d46b6037 100644 --- a/installer/OpenSLX/OSExport/Distro/Gentoo.pm +++ b/installer/OpenSLX/OSExport/Distro/Gentoo.pm @@ -45,6 +45,11 @@ sub initDistroInfo - /var/lib/init.d/* - /var/cache/man/* - /usr/share/vmware/* + - /tmp/* + - /sys/* + - /proc/* + - /mnt/* + - /media/* - /boot/initrd* - /boot/grub "; -- cgit v1.2.3-55-g7522