Luna/initrd/sbin/mount-tmpfs

6 lines
67 B
Plaintext
Raw Normal View History

2023-06-03 14:59:18 +00:00
#!/bin/sh
mkdir -p /tmp
mount -t tmpfs /tmp tmpfs
chmod 1777 /tmp