mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
Merge branch 'master' into 'master'
initfs: switch to VT#3 before `run.d` See merge request redox-os/cookbook!295
This commit is contained in:
commit
2c9c51d86a
@ -17,6 +17,7 @@ BINS=(
|
||||
usbscsid
|
||||
virtio-netd
|
||||
xhcid
|
||||
inputd
|
||||
)
|
||||
|
||||
# Add additional drivers to the list to build, that are not in drivers-initfs
|
||||
|
||||
@ -4,7 +4,7 @@ nulld
|
||||
zerod
|
||||
randd
|
||||
inputd
|
||||
vesad T T G
|
||||
vesad T T T T T T T T T T T T
|
||||
logd debug: display/vesa:1
|
||||
stdio log:
|
||||
ps2d us
|
||||
@ -14,4 +14,5 @@ pcid /etc/pcid/initfs.toml
|
||||
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
|
||||
cd file:
|
||||
export PATH file:/bin
|
||||
inputd -G 3
|
||||
run.d /etc/init.d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user