initfs: use new scheme format

This commit is contained in:
Jeremy Soller 2024-01-18 13:41:32 -07:00
parent 4aa8309822
commit 957cfbd005
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
3 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
export PATH /bin
export PATH /scheme/initfs/bin
export TMPDIR /tmp
nulld
zerod
@ -6,11 +6,11 @@ randd
inputd
vesad G G G
fbcond 1 2
logd debug: fbcon:1
stdio log:
logd /scheme/debug /scheme/fbcon/1
stdio /scheme/log
ramfs logging
lived
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file:
export PATH file:/bin
run.d /etc/init.d
cd /
export PATH /bin
run.d /usr/lib/init.d /etc/init.d

View File

@ -1,4 +1,4 @@
export PATH /bin
export PATH /scheme/initfs/bin
export TMPDIR /tmp
nulld
zerod
@ -6,12 +6,12 @@ randd
inputd
vesad G G G
fbcond 1 2
logd debug: fbcon:1
stdio log:
logd /scheme/debug /scheme/fbcon/1
stdio /scheme/log
ramfs logging
lived
bcm2835-sdhcid
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file:
export PATH file:/bin
run.d /etc/init.d
cd /
export PATH /bin
run.d /usr/lib/init.d /etc/init.d

View File

@ -1,4 +1,4 @@
export PATH /bin
export PATH /scheme/initfs/bin
export TMPDIR /tmp
nulld
zerod
@ -6,14 +6,14 @@ randd
inputd
vesad G G G
fbcond 1 2
logd debug: fbcon:1
stdio log:
logd /scheme/debug /scheme/fbcon/1
stdio /scheme/log
ps2d us
ramfs logging
acpid
pcid /etc/pcid/initfs.toml
pcid /scheme/initfs/etc/pcid/initfs.toml
lived
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file:
export PATH file:/bin
cd /
export PATH /bin
run.d /usr/lib/init.d /etc/init.d