initfs: set PATH to /usr/bin

This commit is contained in:
Jeremy Soller 2024-01-18 14:11:42 -07:00
parent 6faa5c2f8c
commit 5286755009
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
3 changed files with 3 additions and 3 deletions

View File

@ -12,5 +12,5 @@ ramfs logging
lived
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd /
export PATH /bin
export PATH /usr/bin
run.d /usr/lib/init.d /etc/init.d

View File

@ -13,5 +13,5 @@ lived
bcm2835-sdhcid
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd /
export PATH /bin
export PATH /usr/bin
run.d /usr/lib/init.d /etc/init.d

View File

@ -15,5 +15,5 @@ pcid /scheme/initfs/etc/pcid/initfs.toml
lived
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd /
export PATH /bin
export PATH /usr/bin
run.d /usr/lib/init.d /etc/init.d