diff --git a/conf.d/kmscon.sh b/conf.d/kmscon.sh index 941dd77..94e81a9 100644 --- a/conf.d/kmscon.sh +++ b/conf.d/kmscon.sh @@ -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}" diff --git a/init.d/agetty-tty1 b/init.d/agetty-tty1 new file mode 120000 index 0000000..a1abdb2 --- /dev/null +++ b/init.d/agetty-tty1 @@ -0,0 +1 @@ +agetty \ No newline at end of file diff --git a/init.d/kmscon-tty1 b/init.d/kmscon-tty1 new file mode 120000 index 0000000..326ce6c --- /dev/null +++ b/init.d/kmscon-tty1 @@ -0,0 +1 @@ +kmscon \ No newline at end of file