diff --git a/config/base.toml b/config/base.toml index de422a3..bb4e06b 100644 --- a/config/base.toml +++ b/config/base.toml @@ -15,11 +15,16 @@ initfs = {} ipcd = {} kernel = {} ptyd = {} +uutils = {} ## Configuration files [[files]] path = "/usr/lib/init.d/00_base" data = """ +# clear and recreate tmpdir with 0o1777 permission +rm -r /tmp +mkdir -m a=rwxt /tmp + ipcd ptyd escalated @@ -86,13 +91,6 @@ path = "/share" data = "usr/share" symlink = true -## /tmp directory with special mode -[[files]] -path = "/tmp" -data = "" -directory = true -mode = 0o1777 - ## Device file symlinks [[files]] path = "/dev/null" diff --git a/config/resist.toml b/config/resist.toml index 64b617f..caa4e41 100644 --- a/config/resist.toml +++ b/config/resist.toml @@ -20,7 +20,6 @@ gnu-make = {} netdb = {} resist = {} userutils = {} -uutils = {} # Override to not background dhcpd [[files]] diff --git a/config/server-minimal.toml b/config/server-minimal.toml index 49a427f..4adaffe 100644 --- a/config/server-minimal.toml +++ b/config/server-minimal.toml @@ -14,7 +14,6 @@ extrautils = {} ion = {} smith = {} userutils = {} -uutils = {} [[files]] path = "/usr/lib/init.d/30_console" diff --git a/config/server.toml b/config/server.toml index d8c33e3..c904a86 100644 --- a/config/server.toml +++ b/config/server.toml @@ -29,7 +29,6 @@ resist = {} smith = {} terminfo = {} userutils = {} -uutils = {} vim = {} [[files]]