Luna/initrd/sbin/mount-tmpfs
apio 73fbc37841
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 19:40:58 +00:00

6 lines
67 B
Bash

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