Skip to content
Snippets Groups Projects
Commit 2035dd96 authored by Anhad Singh's avatar Anhad Singh :crab:
Browse files

initfs: switch to VT#3 before `run.d`


* Make `vesad` allocate VTs 1..12 on startup. They can later be replaced
  by another display device.
* Switch to VT#3 before `run.d`
* Also set the mode of VT#3 to [`VtMode::Graphical`].

Signed-off-by: default avatarAnhad Singh <andypythonappdeveloper@gmail.com>
parent 053df828
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ nulld ...@@ -4,7 +4,7 @@ nulld
zerod zerod
randd randd
inputd inputd
vesad T T G vesad T T T T T T T T T T T T
logd debug: display/vesa:1 logd debug: display/vesa:1
stdio log: stdio log:
ps2d us ps2d us
...@@ -14,4 +14,5 @@ pcid /etc/pcid/initfs.toml ...@@ -14,4 +14,5 @@ pcid /etc/pcid/initfs.toml
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file: cd file:
export PATH file:/bin export PATH file:/bin
inputd -G 3
run.d /etc/init.d run.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