summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-12-02 15:15:25 +0100
committerSimon Rettberg2013-12-02 15:15:25 +0100
commitc8007460b8a2f2675f7e9fc0743aff120e888a38 (patch)
tree291bd2749f120a3bffcb6e826753e3822c564037 /remote/rootfs/rootfs-stage32/data
parent[rootfs-stage31] remove plymouth again.[rootfs-stage31] remove plymouth (diff)
downloadtm-scripts-c8007460b8a2f2675f7e9fc0743aff120e888a38.tar.gz
tm-scripts-c8007460b8a2f2675f7e9fc0743aff120e888a38.tar.xz
tm-scripts-c8007460b8a2f2675f7e9fc0743aff120e888a38.zip
...ash compatibility...
Diffstat (limited to 'remote/rootfs/rootfs-stage32/data')
-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