diff options
Diffstat (limited to 'installer/distro-specs')
| -rw-r--r-- | installer/distro-specs/exclude-common | 1 | ||||
| -rw-r--r-- | installer/distro-specs/exclude-suse-10.1 | 3 | ||||
| -rw-r--r-- | installer/distro-specs/exclude-ubuntu-5.10 | 1 | ||||
| l--------- | installer/distro-specs/exclude-ubuntu-6.06 | 1 |
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 |
