mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Force remove /tmp on boot to reduce logging
This commit is contained in:
parent
15909b0b2b
commit
53f8aee13e
@ -25,7 +25,7 @@ uutils = {}
|
||||
path = "/usr/lib/init.d/00_base"
|
||||
data = """
|
||||
# clear and recreate tmpdir with 0o1777 permission
|
||||
rm -r /tmp
|
||||
rm -rf /tmp
|
||||
mkdir -m a=rwxt /tmp
|
||||
|
||||
ipcd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user