2017-05-11 05:39:05 +02:00
|
|
|
# This is the default configuration file
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
[general]
|
|
|
|
# Do not prompt if settings are not defined
|
|
|
|
prompt = false
|
|
|
|
sysroot = "build/initfs"
|
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
|
|
|
drivers = {}
|
|
|
|
init = {}
|
|
|
|
redoxfs = {}
|
|
|
|
|
|
|
|
[[files]]
|
|
|
|
path="/etc/init.rc"
|
|
|
|
data="""
|
2017-06-17 22:50:36 +02:00
|
|
|
export PATH /bin
|
|
|
|
export TMPDIR /tmp
|
2017-05-11 05:39:05 +02:00
|
|
|
vesad T T G
|
|
|
|
stdio display:1
|
|
|
|
ps2d
|
|
|
|
pcid /etc/pcid.toml
|
|
|
|
redoxfs disk:0 file
|
|
|
|
cd file:
|
|
|
|
run.d /etc/init.d
|
|
|
|
"""
|