Luna/initrd/sbin/mount-tmpfs
apio e5259d5849
All checks were successful
continuous-integration/drone/pr Build is passing
kernel+libc+apps: Add a source parameter to the mount() system call
2023-06-20 21:39:41 +02:00

6 lines
67 B
Bash

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