summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMichael Janczyk2006-09-27 20:51:37 +0200
committerMichael Janczyk2006-09-27 20:51:37 +0200
commit2022ccc1810d8029432d564639853ef0e8e85a86 (patch)
tree17da136f4f76b26d7d0b7d634fd69d6308920b4d /installer
parentadded xen network bridge configuration ./mkdxs... -m "netloop" (diff)
downloadcore-2022ccc1810d8029432d564639853ef0e8e85a86.tar.gz
core-2022ccc1810d8029432d564639853ef0e8e85a86.tar.xz
core-2022ccc1810d8029432d564639853ef0e8e85a86.zip
Exclude (rsync) optimizations, there should be a file for recent ubuntu
too ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@397 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/distro-specs/exclude-common1
-rw-r--r--installer/distro-specs/exclude-suse-10.13
-rw-r--r--installer/distro-specs/exclude-ubuntu-5.101
l---------installer/distro-specs/exclude-ubuntu-6.061
4 files changed, 5 insertions, 1 deletions
diff --git a/installer/distro-specs/exclude-common b/installer/distro-specs/exclude-common
index 0aef4666..68349351 100644
--- a/installer/distro-specs/exclude-common
+++ b/installer/distro-specs/exclude-common
@@ -21,6 +21,7 @@
- /etc/dxs
- /etc/resolv.conf.*
- /etc/vmware/installer.sh
+- /etc/exports*
- /dev/*
- /proc/*
- /sys/*
diff --git a/installer/distro-specs/exclude-suse-10.1 b/installer/distro-specs/exclude-suse-10.1
index 48340085..81f5ae76 100644
--- a/installer/distro-specs/exclude-suse-10.1
+++ b/installer/distro-specs/exclude-suse-10.1
@@ -7,7 +7,8 @@
- *.old
- *.bak
- *.o
-- /etc/cron.*
+- /etc/cron.*/*
+- /etc/dhcpd.conf*
- /lib/klibc/events/*
- /boot/initrd*
- /boot/grub
diff --git a/installer/distro-specs/exclude-ubuntu-5.10 b/installer/distro-specs/exclude-ubuntu-5.10
index 1e6fb910..d19a0469 100644
--- a/installer/distro-specs/exclude-ubuntu-5.10
+++ b/installer/distro-specs/exclude-ubuntu-5.10
@@ -24,6 +24,7 @@
- /boot/grub
- /dev/*
- /etc/shadow*
+- /etc/cron.*/*
- /proc/*
- /sys/*
- /tmp/*
diff --git a/installer/distro-specs/exclude-ubuntu-6.06 b/installer/distro-specs/exclude-ubuntu-6.06
new file mode 120000
index 00000000..5479ce6b
--- /dev/null
+++ b/installer/distro-specs/exclude-ubuntu-6.06
@@ -0,0 +1 @@
+exclude-ubuntu-5.10 \ No newline at end of file