7ebeceb41d
Unfortunately the scheme still has to be created by the daemon due to a kernel bug, but once that is fixed, it would allow delayed spawning of scheme daemons.
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
# Various daemons that relibc needs to function as well as a bunch of env vars
|
|
# that should be set for every program.
|
|
export PATH /scheme/initfs/bin
|
|
export LD_LIBRARY_PATH /scheme/initfs/lib
|
|
export RUST_BACKTRACE 1
|
|
rtcd
|
|
scheme null nulld
|
|
scheme zero zerod
|
|
scheme rand randd
|