Ignore:
Timestamp:
11/30/2014 11:31:16 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8d99b03f
Parents:
0adeae0d
Message:

Modify Kernel Configuration instructions for Xorg drivers, to use the same
format as in the LFS Kernel page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15090 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    r0adeae0d rca40dca  
    133133
    134134<!-- Spaces are significant in <screen> sections -->
    135 <screen><literal>Master section:
    136   Subsection:
    137     Required Option: M or Y
    138     Incompatible option: N</literal></screen>
     135<screen><literal>Master section ---&gt;
     136  Subsection ---&gt;
     137    [*] Required option                          [CONFIG_REQU_OPT]
     138    <*> Required option (could be a module)      [CONFIG_REQU_OPT_MOD]
     139    [ ] Incompatible option                      [CONFIG_INCOMP_OPT]
     140    < > Incompatible option (even as module)     [CONFIG_INCOMP_OPT_MOD]</literal></screen>
    139141
    140142    <para>
    141143      Select the appropriate sub-options that appear when the above options are
    142       selected.
     144      selected. AS mauch as possible, the layout should be the same as in
     145      kernel menus.
    143146    </para>
    144147
Note: See TracChangeset for help on using the changeset viewer.