summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-14 16:30:03 +0200
committerDirk von Suchodoletz2009-08-14 16:30:03 +0200
commit6609e15b974bf8593595a3485da6a18fa28579af (patch)
treeb3f826899acfd88ff0e1cd75a460ccdba084c955 /installer
parentInitfile now created by DistroUtils (diff)
downloadcore-6609e15b974bf8593595a3485da6a18fa28579af.tar.gz
core-6609e15b974bf8593595a3485da6a18fa28579af.tar.xz
core-6609e15b974bf8593595a3485da6a18fa28579af.zip
Some trivial stuff ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3091 95ad53e4-c205-0410-b2fa-d234c58c8868
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)