summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm82
1 files changed, 41 insertions, 41 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index 493a7c67..ec3e1a24 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -54,48 +54,48 @@ sub initialize
];
$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/*
+ - /var/opt/openslx
+ - /var/lib/vmware
+ + /var
+ - /usr/lib/vmware/modules/*
+ + /usr
+ - /tmp/*
+ + /tmp
+ - /sys/*
+ + /sys
+ + /sbin
+ - /root/*
+ + /root
+ - /proc/*
+ + /proc
+ - /opt/openslx
+ + /opt
+ - /mnt/*
+ + /mnt
+ + /lib64
+ + /lib
+ - /home/*
+ + /home
+ - /etc/vmware/installer.sh
+ - /etc/shadow*
+ - /etc/samba/secrets.tdb
+ - /etc/resolv.conf.*
+ - /etc/opt/openslx
+ - /etc/exports*
+ - /etc/dxs
+ + /etc
+ - /dev/*
+ + /dev
+ + /boot
+ + /bin
+ - /*
+ - .svn
+ - .*.cmd
+ - *~
+ - *lost+found*
+ - *.old
+ - *.bak
";
$self->initDistroInfo();