Add etc and usr to mounts

Seems to be okay to do this. Sacrifices purity a little bit though
This commit is contained in:
Matthew Bauer 2018-04-04 16:18:47 -05:00
parent 9e64967a3b
commit a5060764cb

View File

@ -105,6 +105,8 @@ int main(int argc, char *argv[]) {
x("run");
x("tmp");
x("var");
x("etc");
x("usr");
#undef x
int opt;