summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 19:43:24 +0200
committerDirk von Suchodoletz2010-08-22 19:43:24 +0200
commit8f18849308443e2fc6bc2e76a9f2d511e2c5f156 (patch)
tree618d4960328d34974bff6c35b4f8f6ecbf5b5570 /os-plugins
parentRemoving unneeded stuff from Ubuntu configuration, changing tempfs (diff)
parentfix bad libm (diff)
downloadcore-8f18849308443e2fc6bc2e76a9f2d511e2c5f156.tar.gz
core-8f18849308443e2fc6bc2e76a9f2d511e2c5f156.tar.xz
core-8f18849308443e2fc6bc2e76a9f2d511e2c5f156.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Engine.pm2
-rw-r--r--os-plugins/plugins/bootsplash/files/usr/lib/libfusion-1.2.so.9bin32432 -> 0 bytes
-rw-r--r--os-plugins/plugins/bootsplash/files/usr/lib/libgcc_s.so.1bin116600 -> 0 bytes
-rw-r--r--os-plugins/plugins/bootsplash/files/usr/lib/libpcre.so.3bin194216 -> 0 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Engine.pm b/os-plugins/OpenSLX/OSPlugin/Engine.pm
index 4fbf3209..25827205 100644
--- a/os-plugins/OpenSLX/OSPlugin/Engine.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Engine.pm
@@ -673,7 +673,7 @@ sub _callChrootedFunctionForPlugin
acquire => sub {
# bind mount perl includes, openslx base and config paths into vendor-OS
foreach (@bindmounts) {
- slxsystem("mount -o bind -o ro $_->{'source'} $_->{'target'}") == 0
+ slxsystem("mount -o bind $_->{'source'} $_->{'target'}") == 0
or die _tr(
"unable to bind mount '%s' to '%s'! (%s)",
$_->{'source'}, $_->{'target'}, $!
diff --git a/os-plugins/plugins/bootsplash/files/usr/lib/libfusion-1.2.so.9 b/os-plugins/plugins/bootsplash/files/usr/lib/libfusion-1.2.so.9
deleted file mode 100644
index 1b8d84ea..00000000
--- a/os-plugins/plugins/bootsplash/files/usr/lib/libfusion-1.2.so.9
+++ /dev/null
Binary files differ
diff --git a/os-plugins/plugins/bootsplash/files/usr/lib/libgcc_s.so.1 b/os-plugins/plugins/bootsplash/files/usr/lib/libgcc_s.so.1
deleted file mode 100644
index f893c04d..00000000
--- a/os-plugins/plugins/bootsplash/files/usr/lib/libgcc_s.so.1
+++ /dev/null
Binary files differ
diff --git a/os-plugins/plugins/bootsplash/files/usr/lib/libpcre.so.3 b/os-plugins/plugins/bootsplash/files/usr/lib/libpcre.so.3
deleted file mode 100644
index d11113bb..00000000
--- a/os-plugins/plugins/bootsplash/files/usr/lib/libpcre.so.3
+++ /dev/null
Binary files differ