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
|
|
|
|
|
|
|
|
# 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
|
2017-10-10 05:32:21 +02:00
|
|
|
ps2d us
|
2017-07-21 03:42:30 +02:00
|
|
|
pcid /etc/pcid/initfs.toml
|
2017-10-01 04:36:19 +02:00
|
|
|
redoxfs --uuid $REDOXFS_UUID file
|
2017-05-11 05:39:05 +02:00
|
|
|
cd file:
|
2017-08-19 01:36:15 +02:00
|
|
|
export PATH file:/bin
|
2017-05-11 05:39:05 +02:00
|
|
|
run.d /etc/init.d
|
|
|
|
"""
|