mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
Set TMPDIR in init.rc
This commit is contained in:
parent
74eb268f42
commit
77562700c7
@ -15,13 +15,13 @@ redoxfs = {}
|
||||
[[files]]
|
||||
path="/etc/init.rc"
|
||||
data="""
|
||||
export PATH initfs:/bin
|
||||
export PATH /bin
|
||||
export TMPDIR /tmp
|
||||
vesad T T G
|
||||
stdio display:1
|
||||
ps2d
|
||||
pcid /etc/pcid.toml
|
||||
redoxfs disk:0 file
|
||||
cd file:
|
||||
export PATH file:/bin
|
||||
run.d /etc/init.d
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user