From 4bd02868957f5a4b317d5a821d9c72312b7dd676 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 3 Feb 2014 17:13:19 +0100 Subject: Clean up root 'data' dir... Lots of old stuff not required anymore or already taken care of --- data/disk-tmp.sh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 data/disk-tmp.sh (limited to 'data/disk-tmp.sh') diff --git a/data/disk-tmp.sh b/data/disk-tmp.sh deleted file mode 100755 index 4378c45c..00000000 --- a/data/disk-tmp.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# Copyright (c) 2013 - OpenSLX GmbH -# -# This program is free software distributed under the GPL version 2. -# See http://openslx.org/COPYING -# -# If you have any feedback please consult http://openslx.org/feedback and -# send your feedback to feedback@openslx.org -# -# General information about OpenSLX can be found under http://openslx.org -# -# Mount local ID44 partition to /tmp after all existing stuff is preserved - -############################################################################# - -# Check if ID44 is available by analysing /etc/fstab for appropriate entry -if cat /proc/mounts | grep -qe "/dev/.*/tmp" ; then - mkdir -p /run/tmp - mv /tmp/* /run/tmp - mount --bind /run/mount/tmp /tmp - umount /run/mount/tmp - mv /run/tmp/* /tmp - rmdir /run/tmp -fi -- cgit v1.2.3-55-g7522