summaryrefslogtreecommitdiffstats
path: root/testModule/hooks/pre-pivot/mount-tmp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2015-05-06 18:24:51 +0200
committerJonathan Bauer2015-05-06 18:24:51 +0200
commitc50dd3c817814d7d8e3be66efe1ade9a11fac636 (patch)
tree45d82d5d2cba0fbb21aaee78b47f766116259bf4 /testModule/hooks/pre-pivot/mount-tmp.sh
parentdeprecated (diff)
downloadsystemd-init-c50dd3c817814d7d8e3be66efe1ade9a11fac636.tar.gz
systemd-init-c50dd3c817814d7d8e3be66efe1ade9a11fac636.tar.xz
systemd-init-c50dd3c817814d7d8e3be66efe1ade9a11fac636.zip
minor - flag names ...
Diffstat (limited to 'testModule/hooks/pre-pivot/mount-tmp.sh')
-rwxr-xr-xtestModule/hooks/pre-pivot/mount-tmp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testModule/hooks/pre-pivot/mount-tmp.sh b/testModule/hooks/pre-pivot/mount-tmp.sh
index 152c844e..3fa24cce 100755
--- a/testModule/hooks/pre-pivot/mount-tmp.sh
+++ b/testModule/hooks/pre-pivot/mount-tmp.sh
@@ -3,7 +3,7 @@
# the initqueue. If a valid partition is found (either GPT with the label
# OPENSLX_TMP or MBR with the type 0x44) its path will be written to
# /tmp/openslx.tmpdisk
-OPENSLX_TMP_DISK_FLAG="/tmp/openslx.tmpdisk"
+OPENSLX_TMP_DISK_FLAG="/tmp/openslx.disk.tmp"
if [ ! -e "$OPENSLX_TMP_DISK_FLAG" ]; then
warn "'$OPENSLX_TMP_DISK_FLAG' not found!"