summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-01-16 14:36:43 +0100
committerJonathan Bauer2014-01-16 14:36:43 +0100
commit6f2d425076a2470a833208b72992c048a34135b6 (patch)
treef3a644c6a111a0af0553d370fc1c746b0fe9d195 /remote
parentMerge branch 'master' of dnbd3:openslx-ng/tm-scripts (diff)
downloadtm-scripts-6f2d425076a2470a833208b72992c048a34135b6.tar.gz
tm-scripts-6f2d425076a2470a833208b72992c048a34135b6.tar.xz
tm-scripts-6f2d425076a2470a833208b72992c048a34135b6.zip
[rootfs-stage31] fix permission for FUTURE_ROOT
Diffstat (limited to 'remote')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index b5759491..ae65d9da 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -26,7 +26,7 @@ busybox mount -n -t tmpfs -o 'mode=755' run "/run"
# preparations for mounting stage3.2
FUTURE_ROOT="/dev/shm/uniontmp"
mkdir -p "$FUTURE_ROOT" /rorootfs
-busybox mount -n -t tmpfs none "$FUTURE_ROOT"
+busybox mount -n -t tmpfs -o 'mode=755' none "$FUTURE_ROOT"
mkdir -p "$FUTURE_ROOT/opt/openslx"
# let kernel know that mdev is to be used for hotplug