Cleanup default paths
This commit is contained in:
parent
22a3321c25
commit
8080b5272f
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,3 +14,5 @@ util/local
|
||||
.gdb_history
|
||||
kernel/symbols.S
|
||||
base/usr/python
|
||||
base/usr/bin/*
|
||||
base/usr/lib/*
|
||||
|
@ -21,8 +21,8 @@ int start_options(char * args[]) {
|
||||
int pid = syscall_fork();
|
||||
if (!pid) {
|
||||
char * _envp[] = {
|
||||
"LD_LIBRARY_PATH=/lib",
|
||||
"PATH=/bin",
|
||||
"LD_LIBRARY_PATH=/lib:/usr/lib",
|
||||
"PATH=/bin:/usr/bin",
|
||||
"USER=root",
|
||||
"HOME=/home/root",
|
||||
NULL,
|
||||
|
0
base/usr/bin/.dummy
Normal file
0
base/usr/bin/.dummy
Normal file
BIN
base/usr/bin/lua
BIN
base/usr/bin/lua
Binary file not shown.
0
base/usr/lib/.dummy
Normal file
0
base/usr/lib/.dummy
Normal file
Loading…
Reference in New Issue
Block a user