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