From 53f8aee13e23f160b3177b8643da2f9d00ea251f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 3 Nov 2025 15:41:53 -0700 Subject: [PATCH] Force remove /tmp on boot to reduce logging --- config/base.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base.toml b/config/base.toml index 8f2e64e18..d4edb8c49 100644 --- a/config/base.toml +++ b/config/base.toml @@ -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