This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
6ad7491300
Luna
/
initrd
/
sbin
/
mount-tmpfs
6 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sh: Skip comments (and shebangs!)
2023-06-03 14:59:18 +00:00
#!/bin/sh
init+initrd: Create /tmp and mount it on boot
2023-06-03 09:34:53 +00:00
mkdir -p /tmp
mount -t tmpfs /tmp
chmod 1777 /tmp
Reference in New Issue
Copy Permalink