mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
This will allow moving the system init configs to this place, keeping /etc/init.d for local overrides.
19 lines
286 B
Plaintext
19 lines
286 B
Plaintext
export PATH /bin
|
|
export TMPDIR /tmp
|
|
nulld
|
|
zerod
|
|
randd
|
|
inputd
|
|
vesad T T G
|
|
logd debug: display.vesa:1
|
|
stdio log:
|
|
ps2d us
|
|
ramfs logging
|
|
acpid
|
|
pcid /etc/pcid/initfs.toml
|
|
lived
|
|
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
|
|
cd file:
|
|
export PATH file:/bin
|
|
run.d /usr/lib/init.d /etc/init.d
|