Ignore:
Timestamp:
11/30/2014 06:10:25 PM (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:
161767fb
Parents:
d507e171
Message:

Second round of Kernel Configuration layout changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    rd507e171 r421128a1  
    111111    <title>Kernel Configuration</title>
    112112
    113     <para>Enable the following options in the kernel configuration
    114     and recompile the kernel if necessary:</para>
    115 
    116 <screen><literal>Virtualization:  ---&gt;
    117   Kernel-based Virtual Machine (KVM) support: Y or M
    118     KVM for Intel processors support: Y or M
    119     KVM for AMD processors support: Y or M</literal></screen>
     113    <para>Enable the following options in the kernel configuration and
     114    recompile the kernel if necessary:</para>
     115
     116<screen><literal>[*] Virtualization:  ---&gt;                            [CONFIG_VIRTUALIZATION]
     117  &lt;*/M&gt;   Kernel-based Virtual Machine (KVM) support [CONFIG_KVM]
     118  &lt;*/M&gt;     KVM for Intel processors support         [CONFIG_KVM_INTEL]
     119  &lt;*/M&gt;     KVM for AMD processors support           [CONFIG_KVM_AMD]</literal></screen>
    120120
    121121    <indexterm zone="qemu qemu-kernel">
     
    129129    and the following options in the kernel configuration are enabled:</para>
    130130
    131 <screen><literal>Networking support  ---&gt;
     131<screen><literal>[*] Networking support  ---&gt;                         [CONFIG_NET]
    132132  Networking options  ---&gt;
    133     802.1d Ethernet Bridging: Y or M
     133    &lt;*/M&gt; 802.1d Ethernet Bridging                   [CONFIG_BRIDGE]
    134134Device Drivers  ---&gt;
    135   Network device support  ---&gt;
    136     Universal TUN/TAP device driver support: Y or M</literal></screen>
     135  [*] Network device support  ---&gt;                   [CONFIG_NETDEVICES]
     136    &lt;*/M&gt;    Universal TUN/TAP device driver support [CONFIG_TUN]</literal></screen>
    137137
    138138  </sect2>
Note: See TracChangeset for help on using the changeset viewer.