Skip to content
Snippets Groups Projects
Forked from redox-os / redox
1897 commits behind the upstream repository.
initfs_live.toml 464 B
# This is the default configuration file

# General settings
[general]
# Do not prompt if settings are not defined
prompt = false

# Package settings
[packages]
drivers = {}
init = {}
nulld = {}
randd = {}
redoxfs = {}
zerod = {}

[[files]]
path="/etc/init.rc"
data="""
export PATH /bin
export TMPDIR /tmp
nulld
zerod
randd
vesad T T G
stdio display:1
ps2d us
pcid /etc/pcid/initfs.toml
redoxfs disk/live: file
cd file:
export PATH file:/bin
run.d /etc/init.d
"""