rc: attempt to create /tmp if it does not exist

This commit is contained in:
Franco Fichtner 2021-04-13 12:07:06 +02:00
parent a08b8ec72b
commit 95bfea65d0

View File

@ -39,6 +39,8 @@ else
USE_MFS_TMP=0
fi
mkdir -p /tmp
if [ ${USE_MFS_TMP} -ne 0 ]; then
mount -t tmpfs -o mode=01777 tmpfs /tmp
else