tty1 should exist even if not enabled
This commit is contained in:
parent
9a87e325c3
commit
3b33553af3
|
@ -1,3 +1,9 @@
|
|||
# KMSCON config
|
||||
|
||||
service_args+=' --hwaccel --drm --font-name terminus --palette solarized' # The space at the start is important.
|
||||
kmscon_font_name='terminus'
|
||||
kmscon_palette='solarized'
|
||||
|
||||
# The space at the start is important.
|
||||
service_args+=" --hwaccel --drm \
|
||||
--font-name ${kmscon_font_name} \
|
||||
--palette ${kmscon_palette}"
|
||||
|
|
1
init.d/agetty-tty1
Symbolic link
1
init.d/agetty-tty1
Symbolic link
|
@ -0,0 +1 @@
|
|||
agetty
|
1
init.d/kmscon-tty1
Symbolic link
1
init.d/kmscon-tty1
Symbolic link
|
@ -0,0 +1 @@
|
|||
kmscon
|
Loading…
Reference in New Issue
Block a user