forked from dan/liminix
1
0
Fork 0

preinit.c: reindent

This commit is contained in:
Daniel Barlow 2023-10-19 19:07:13 +01:00
parent 0f38ee0e9c
commit d2f517a4e9
1 changed files with 45 additions and 45 deletions

View File

@ -74,9 +74,9 @@ int main(int argc, char *argv[], char *envp[])
AVER(mount("/target", "/", "bind", MS_BIND | MS_REC, NULL));
AVER(chroot("."));
argv[0] = "init";
argv[1] = NULL;
AVER(execve("/persist/init", argv, envp));
}
}