systemd: add 90-vconsole.rules

run systemd-vconsole-setup if fbcon device shows up
master
Harald Hoyer 2014-11-06 10:44:33 +01:00
parent 66fd7e4329
commit 027565d023
1 changed files with 6 additions and 1 deletions

View File

@ -198,7 +198,12 @@ install() {
inst_binary true
ln_r $(type -P true) "/usr/bin/loginctl"
ln_r $(type -P true) "/bin/loginctl"
inst_rules 70-uaccess.rules 71-seat.rules 73-seat-late.rules 99-systemd.rules
inst_rules \
70-uaccess.rules \
71-seat.rules \
73-seat-late.rules \
90-vconsole.rules \
99-systemd.rules

for i in \
emergency.target \