summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Distro/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSExport/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Base.pm46
1 files changed, 0 insertions, 46 deletions
diff --git a/installer/OpenSLX/OSExport/Distro/Base.pm b/installer/OpenSLX/OSExport/Distro/Base.pm
index 36c214a1..36e73ca6 100644
--- a/installer/OpenSLX/OSExport/Distro/Base.pm
+++ b/installer/OpenSLX/OSExport/Distro/Base.pm
@@ -35,52 +35,6 @@ sub initialize
sub initDistroInfo
{
- my $self = shift;
-
- $self->{'clone-filter'} = "
- - *.bak
- - *.old
- - *lost+found*
- - *~
- - .*.cmd
- - .svn
- - /*
- + /bin
- + /boot
- + /dev
- - /dev/*
- + /etc
- - /etc/dxs
- - /etc/exports*
- - /etc/opt/openslx
- - /etc/resolv.conf.*
- - /etc/samba/secrets.tdb
- - /etc/shadow*
- - /etc/vmware/installer.sh
- + /home
- - /home/*
- + /lib
- + /lib64
- + /mnt
- - /mnt/*
- + /opt
- - /opt/openslx
- + /proc
- - /proc/*
- + /root
- - /root/*
- + /sbin
- + /sys
- - /sys/*
- + /tmp
- - /tmp/*
- + /usr
- - /usr/lib/vmware/modules/*
- + /var
- - /var/lib/vmware
- - /var/opt/openslx
- - /var/tmp/*
- ";
}
1;