Ignore:
Timestamp:
12/03/2014 09:46:32 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:
a5416837
Parents:
388fe658
Message:

Change to Kernel Configuration layout in "networking" chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    r388fe658 r196d393  
    9999
    100100    <para>
    101       You must have Packet Socket support (Networking Support &rArr;
    102       Networking Options &rArr; Packet Socket) compiled into the kernel.
    103       If you do not have IPv6 support (Networking Support &rArr;
    104       Networking Options &rArr; The IPv6 Protocol) compiled in, then you
    105       must use the missing_ipv6 patch.
     101      You must have Packet Socket support:
     102    </para>
     103
     104<screen><literal>[*] Networking support ---&gt;          [CONFIG_NET]
     105      Networking options ---&gt;
     106        &lt;*&gt; Packet socket            [CONFIG_PACKET]</literal></screen>
     107
     108    <para>
     109      If you do not have IPv6 support:
     110    </para>
     111
     112<screen><literal>[*] Networking support ---&gt;          [CONFIG_NET]
     113      Networking Options ---&gt;
     114        &lt;*&gt; The IPv6 Protocol ---&gt;   [CONFIG_IPV6]</literal></screen>
     115
     116    <para>
     117       compiled in, then you must use the <quote>missing_ipv6</quote> patch.
    106118    </para>
    107119
Note: See TracChangeset for help on using the changeset viewer.