Force remove /tmp on boot to reduce logging

This commit is contained in:
Jeremy Soller 2025-11-03 15:41:53 -07:00
parent 15909b0b2b
commit 53f8aee13e
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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