mount tmpfs on /tmp

too much stuff doesn't work without it and it's not
all worth patching
This commit is contained in:
Daniel Barlow 2024-01-04 23:22:02 +00:00
parent 136c5e6f32
commit 64898eada8
2 changed files with 2 additions and 0 deletions

View file

@ -134,6 +134,7 @@ in {
proc = dir {};
run = dir {};
sys = dir {};
tmp = dir {};
};
};
}