aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-03-06 23:15:24 +0000
committerMike Frysinger <vapier@gmail.com>2023-03-06 22:41:36 -0500
commit5ae4d4edb55aa9d928e70557a70d024302495804 (patch)
tree0b7dedf90a1375a4cdc00e0ef85d5a6e10c434e4
parent95b2948e6e153271249b09b9b1505c527c54e0cd (diff)
rc.conf: default to unicode console
it's the high year of 2023, after all. closes #607
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index e00534eb..7140469d 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -88,8 +88,8 @@
# MISC CONFIGURATION VARIABLES
# There variables are shared between many init scripts
-# Set unicode to YES to turn on unicode support for keyboards and screens.
-#unicode="NO"
+# Set unicode to NO to turn off unicode support for keyboards and screens.
+unicode="YES"
# This is how long fuser should wait for a remote server to respond. The
# default is 60 seconds, but it can be adjusted here.