mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
initfs: set PATH to /usr/bin
This commit is contained in:
parent
6faa5c2f8c
commit
5286755009
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user