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