diff options
| author | Simon Rettberg | 2013-05-29 16:01:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-29 16:01:37 +0200 |
| commit | 863cdf344283d1a65992f890012b8771d6beecf8 (patch) | |
| tree | a81fba213aa1c8fccaf37a09c5dabd0a9e93eb69 | |
| parent | Add mount tmp (partition 44) (diff) | |
| download | tm-scripts-863cdf344283d1a65992f890012b8771d6beecf8.tar.gz tm-scripts-863cdf344283d1a65992f890012b8771d6beecf8.tar.xz tm-scripts-863cdf344283d1a65992f890012b8771d6beecf8.zip | |
-.-
| -rwxr-xr-x | remote/rootfs/rootfs-stage32/data/opt/openslx/bin/analyse-disk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/bin/analyse-disk b/remote/rootfs/rootfs-stage32/data/opt/openslx/bin/analyse-disk index c1e2bf3d..0afe4de8 100755 --- a/remote/rootfs/rootfs-stage32/data/opt/openslx/bin/analyse-disk +++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/bin/analyse-disk @@ -71,6 +71,7 @@ for hdpartnr in $(sed -n -e "/ 44 /p" "/etc/disk.partition" | sed -e "s/[[:space mkdir -p /tmptmp mv /tmp/* /tmp/.* /tmptmp/ mount "$hdpartnr" /tmp + chmod a+rwxt /tmp mv /tmptmp/* /tmp/ rmdir /tmptmp break |
