mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Add livedisk driver to init.rc
This commit is contained in:
parent
a006f0a50c
commit
fa7a8da05e
@ -12,6 +12,7 @@ BINS=(
|
||||
vesad
|
||||
virtio-blkd
|
||||
virtio-gpud
|
||||
lived
|
||||
)
|
||||
|
||||
case "${TARGET}" in
|
||||
|
||||
@ -11,6 +11,7 @@ ps2d us
|
||||
ramfs logging
|
||||
acpid
|
||||
pcid /etc/pcid/initfs.toml
|
||||
lived
|
||||
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
|
||||
cd file:
|
||||
export PATH file:/bin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user