summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Distro/Any.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-02-06 16:22:04 +0100
committerOliver Tappe2008-02-06 16:22:04 +0100
commit21fe0bab9887e20506c11b4ac1d872ee4bd46148 (patch)
tree2fa768f5d0c6e4dc5e75641262f5402ba0927cc1 /installer/OpenSLX/OSExport/Distro/Any.pm
parentAdded /dev/urandom in chroot (slxos-setup shell ...) (diff)
downloadcore-21fe0bab9887e20506c11b4ac1d872ee4bd46148.tar.gz
core-21fe0bab9887e20506c11b4ac1d872ee4bd46148.tar.xz
core-21fe0bab9887e20506c11b4ac1d872ee4bd46148.zip
* 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
Diffstat (limited to 'installer/OpenSLX/OSExport/Distro/Any.pm')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Any.pm11
1 files changed, 8 insertions, 3 deletions
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;
}