Split off creating tmpfs directories

This commit is contained in:
2025-12-24 16:27:28 -05:00
parent 8bca55e467
commit 3902f873e9
2 changed files with 18 additions and 13 deletions

17
mkdir-tmpfs.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
set -euo pipefail
mkdir \
-p \
/mnt/run
mount \
-t \
tmpfs \
tmpfs \
/mnt/run
mkdir \
-p \
/mnt/run/lock