Luna/initrd/sbin/mount-tmpfs
apio 1461fffba8
All checks were successful
continuous-integration/drone/pr Build is passing
mount: Put the source argument first
2023-06-20 21:44:24 +02:00

6 lines
67 B
Bash

#!/bin/sh
mkdir -p /tmp
mount -t tmpfs tmpfs /tmp
chmod 1777 /tmp