Bug 869233
| Summary: | Font not set in minimal install | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vratislav Podzimek <vpodzime> |
| Component: | anaconda | Assignee: | Vratislav Podzimek <vpodzime> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | anaconda-maint-list, awilliam, g.kaviyarasu, ignatenko, jonathan, kvolny, marcosfrm, stefw, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-19.25-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 859867 | Environment: | |
| Last Closed: | 2013-05-30 01:37:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 888721 | ||
| Bug Blocks: | |||
|
Description
Vratislav Podzimek
2012-10-23 11:06:28 UTC
(In reply to comment #0) > --- Additional comment from marcosfrm on 2012-10-21 09:13:12 EDT > --- > > It's working now (F18 Beta TC6). After a minimal install, /etc/vconsole.conf > has KEYMAP="br-abnt2" as expected. > > Related, the kernel's default console font doesn't have latin characters. > Since systemd 194, it doesn't load by default latarcyrheb-sun16 anymore [1]. > I need to add FONT="latarcyrheb-sun16" to /etc/vconsole.conf. > > [1] > http://lists.freedesktop.org/archives/systemd-devel/2012-October/006817.html From the referenced email: > If distributions want to continue to default to a > non-kernel font or key map they should ship a default > /etc/vconsole.conf with the appropriate contents. Lennart, do I understand it correctly that Anaconda should now write FONT=latarcyrheb-sun16 to /etc/vconsole.conf ? Probably yes with the recent F18 systemd package update: http://lists.fedoraproject.org/pipermail/scm-commits/2012-October/889150.html btw, will not this break on F17->F18 upgrade because bug 799401 ? F17 installs have "SYSFONT=True" on /etc/sysconfig/i18n ... I've just hit this too
> Related, the kernel's default console font doesn't have latin characters.
btw, can the kernel have a font which includes wider character set?
if yes, wouldn't it be better to do the change in kernel?
It's fixed somehow (without FONT= in /etc/vconsole.conf) after F18 final TC4 (didn't test RC1). dracut? Maybe the problem lies somewhere else, please see bug #889710 I did a minimal install of F19 Beta, I see FONT="latarcyrheb-sun16" in /etc/vconsole.conf and vconsole.font set on cmdline. I think we can close this. |