diff options
| author | Jonathan Bauer | 2014-01-16 14:36:43 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-01-16 14:36:43 +0100 |
| commit | 6f2d425076a2470a833208b72992c048a34135b6 (patch) | |
| tree | f3a644c6a111a0af0553d370fc1c746b0fe9d195 /remote | |
| parent | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts (diff) | |
| download | tm-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-x | remote/rootfs/rootfs-stage31/data/init | 2 |
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 |
