summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Ubuntu.pm3
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm1
3 files changed, 4 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
index 7b7f1091..aff03cf3 100644
--- a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
+++ b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
@@ -41,7 +41,8 @@ sub initDistroInfo
- /var/spool/*
- /var/run/*
- /var/log/*
- - /var/lib/xdm
+ - /var/lib/*dm/*
+ - /var/lib/libnss-ldap/*
- /var/cache/apt/archives/*
- /var/cache/man/*
- /var/cache/nscd/*
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index 23a53243..fe56f03e 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -68,6 +68,7 @@ sub initialize
];
$self->{'clone-filter'} = "
+ - /var/cache/apt/archives/*
- /var/tmp/*
- /var/opt/openslx
- /var/lib/vmware
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index b5d833a9..c614c081 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -1096,6 +1096,7 @@ sub _copyUclibcRootfs
close($rsyncFH)
or die _tr("unable to copy to target '%s', giving up! (%s)",
$target, $!);
+ # add the uclibs to the ld.so.conf
# write version of uclibc-rootfs original into a file in order to be
# able to check the up-to-date state later (in the config-demuxer)