summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-12-02 15:31:48 +0100
committerJonathan Bauer2013-12-02 15:31:48 +0100
commitd1a242b4795fae995f0dc3b46f3912b45eef1c3d (patch)
tree44758f0567a8adfc38481ee11834792f394be9fc /remote
parent[rootfs-stage32] get pkill from the system (diff)
parent...ash compatibility... (diff)
downloadtm-scripts-d1a242b4795fae995f0dc3b46f3912b45eef1c3d.tar.gz
tm-scripts-d1a242b4795fae995f0dc3b46f3912b45eef1c3d.tar.xz
tm-scripts-d1a242b4795fae995f0dc3b46f3912b45eef1c3d.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote')
-rwxr-xr-xremote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
index cf285fac..a5c2ece7 100755
--- a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
+++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
@@ -64,7 +64,7 @@ diskfm () {
done
}
-function mount_temp () {
+mount_temp () {
local PRE=$(pwd)
if ! cd /tmp; then
mount_temp_fallback $@
@@ -79,7 +79,7 @@ function mount_temp () {
cd "$PRE"
}
-function mount_temp_fallback () {
+mount_temp_fallback () {
mkdir -p /tmptmp
mv /tmp/* /tmp/.* /tmptmp/ 2> /dev/null
mount $@ /tmp || return 1