From 57b751685711e2e0b26ab0c0f663a2b2b1b003f3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 4 Aug 2015 14:11:56 -0700 Subject: [PATCH] Add a default vconsole.conf to the boot.iso (#1250260) This is needed so that the initial console will use the correct font (eurlatgr). See https://fedoraproject.org//wiki/Changes/NewDefaultConsoleFont for more detail. --- share/config_files/common/vconsole.conf | 2 ++ share/runtime-postinstall.tmpl | 1 + 2 files changed, 3 insertions(+) create mode 100644 share/config_files/common/vconsole.conf diff --git a/share/config_files/common/vconsole.conf b/share/config_files/common/vconsole.conf new file mode 100644 index 00000000..2bd78922 --- /dev/null +++ b/share/config_files/common/vconsole.conf @@ -0,0 +1,2 @@ +KEYMAP=us +FONT=eurlatgr diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 0ac8b6d2..1a4b6fd0 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -62,6 +62,7 @@ install ${configdir}/sysctl.conf etc/sysctl.d/anaconda.conf install ${configdir}/spice-vdagentd etc/sysconfig mkdir etc/NetworkManager/conf.d install ${configdir}/91-anaconda-autoconnect-slaves.conf etc/NetworkManager/conf.d +install ${configdir}/vconsole.conf etc ## set up sshd install ${configdir}/sshd_config.anaconda etc/ssh