mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Update init envp
This commit is contained in:
parent
d76585cce3
commit
1eb41e4977
@ -145,15 +145,11 @@ void TaskMgr()
|
||||
|
||||
Execute::SpawnData SpawnInit()
|
||||
{
|
||||
const char *envp[9] = {
|
||||
const char *envp[5] = {
|
||||
"PATH=/system:/system/bin",
|
||||
"TERM=tty",
|
||||
"HOME=/",
|
||||
"USER=root",
|
||||
"SHELL=/system/sh",
|
||||
"PWD=/",
|
||||
"LANG=en_US.UTF-8",
|
||||
"TZ=UTC",
|
||||
nullptr};
|
||||
|
||||
const char *argv[4] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user