Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 909375 | Differences between
and this patch

Collapse All | Expand All

(-)a/generator/console.go (-1 / +1 lines)
Lines 14-20 import ( Link Here
14
)
14
)
15
15
16
// path to console fonts, adjust it to your distro (e.g. Fedora uses /usr/lib/kbd/consolefonts path for it)
16
// path to console fonts, adjust it to your distro (e.g. Fedora uses /usr/lib/kbd/consolefonts path for it)
17
var consolefontsDir = "/usr/share/kbd/consolefonts/"
17
var consolefontsDir = "/usr/share/consolefonts/"
18
18
19
func (img *Image) enableVirtualConsole(vConsolePath, localePath string) (*VirtualConsole, error) {
19
func (img *Image) enableVirtualConsole(vConsolePath, localePath string) (*VirtualConsole, error) {
20
	debug("enabling virtual console")
20
	debug("enabling virtual console")

Return to bug 909375