Luna/initrd/sbin/mount-tmpfs

6 lines
61 B
Bash

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