https://bugzilla.novell.com/show_bug.cgi?id=304959#c10 --- Comment #10 from Mike Fabian <mfabian@novell.com> 2007-08-31 15:44:09 MST --- See especially comment #27 in bug #156045:
------- Comment #27 From Marcus Schaefer 2006-03-15 04:58:27 MST
If we want to copy the inst-sys fonts into the installed system this can be done in "x11_finish.ycp" IMHO. There you can find the following code:
if (x11_installed) { if ( Mode::update () ) { ... update case } else { //======================================== // Installation mode... //---------------------------------------- // make current X11 configuration available in installed system // copy /etc/X11/XF86Config from inst-sys to [/mnt]/etc/X11/xorg.conf // --- ...
ADD FONT COPY CODE HERE } }
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.