Skip to content
Snippets Groups Projects
Verified Commit 957cfbd0 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

initfs: use new scheme format

parent 4aa83098
No related branches found
No related tags found
No related merge requests found
export PATH /bin export PATH /scheme/initfs/bin
export TMPDIR /tmp export TMPDIR /tmp
nulld nulld
zerod zerod
...@@ -6,11 +6,11 @@ randd ...@@ -6,11 +6,11 @@ randd
inputd inputd
vesad G G G vesad G G G
fbcond 1 2 fbcond 1 2
logd debug: fbcon:1 logd /scheme/debug /scheme/fbcon/1
stdio log: stdio /scheme/log
ramfs logging ramfs logging
lived lived
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file: cd /
export PATH file:/bin export PATH /bin
run.d /etc/init.d run.d /usr/lib/init.d /etc/init.d
export PATH /bin export PATH /scheme/initfs/bin
export TMPDIR /tmp export TMPDIR /tmp
nulld nulld
zerod zerod
...@@ -6,12 +6,12 @@ randd ...@@ -6,12 +6,12 @@ randd
inputd inputd
vesad G G G vesad G G G
fbcond 1 2 fbcond 1 2
logd debug: fbcon:1 logd /scheme/debug /scheme/fbcon/1
stdio log: stdio /scheme/log
ramfs logging ramfs logging
lived lived
bcm2835-sdhcid bcm2835-sdhcid
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file: cd /
export PATH file:/bin export PATH /bin
run.d /etc/init.d run.d /usr/lib/init.d /etc/init.d
export PATH /bin export PATH /scheme/initfs/bin
export TMPDIR /tmp export TMPDIR /tmp
nulld nulld
zerod zerod
...@@ -6,14 +6,14 @@ randd ...@@ -6,14 +6,14 @@ randd
inputd inputd
vesad G G G vesad G G G
fbcond 1 2 fbcond 1 2
logd debug: fbcon:1 logd /scheme/debug /scheme/fbcon/1
stdio log: stdio /scheme/log
ps2d us ps2d us
ramfs logging ramfs logging
acpid acpid
pcid /etc/pcid/initfs.toml pcid /scheme/initfs/etc/pcid/initfs.toml
lived lived
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file: cd /
export PATH file:/bin export PATH /bin
run.d /usr/lib/init.d /etc/init.d run.d /usr/lib/init.d /etc/init.d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment