Changeset 38155d1


Ignore:
Timestamp:
12/06/2014 10:58:17 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:
68a57ecd
Parents:
49b45a7
Message:

last round of Kernel Configuration instructions layout change. End of
ticket #5885

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r49b45a7 r38155d1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 5th, &year;">
     9<!ENTITY releasedate  "December 6th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libusb.xml

    r49b45a7 r38155d1  
    128128      To access raw USB devices (those not treated as a disk by the mass-storage
    129129      driver), appropriate support must be available in the kernel.  Check your
    130       kernel configuration for Device Drivers &rArr; USB support &rArr; Support
    131       for Host-side USB.  Select any USB hardware device drivers you may need
    132       on the same page.
     130      kernel configuration:
    133131    </para>
     132
     133<screen><literal>Device Drivers ---&gt;
     134  [*] USB support ---&gt;                   [CONFIG_USB_SUPPORT]
     135    &lt;*/M&gt; Support for Host-side USB      [CONFIG_USB]
     136    (Select any USB hardware device drivers you may need on the same page)</literal></screen>
    134137
    135138    <indexterm zone="libusb libusb-kernel">
  • general/sysutils/autofs.xml

    r49b45a7 r38155d1  
    9090
    9191<screen><literal>File systems ---&gt;
    92   Kernel automounter version 4 support (also supports v3): Y or M</literal></screen>
     92  &lt;*/M&gt; Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS]</literal></screen>
    9393
    9494    <para>
     
    9797
    9898<screen><literal>File systems  ---&gt;
    99   Network File Systems  ---&gt;
    100     NFS client support: Y or M
    101     CIFS support (advanced network filesystem, SMBFS successor): Y or M</literal></screen>
     99  [*] Network File Systems  ---&gt;                                      [CONFIG_NETWORK_FILESYSTEMS]
     100    &lt;*/M&gt; NFS client support                                          [CONFIG_NFS_FS]
     101    &lt;*/M&gt; CIFS support (advanced network filesystem, SMBFS successor) [CONFIG_CIFS]</literal></screen>
    102102
    103103    <para>Recompile and install the new kernel, if necessary.</para>
  • general/sysutils/bluez.xml

    r49b45a7 r38155d1  
    105105    </para>
    106106
    107 <screen><literal>[*] Networking support ---&gt;                   [CONFIG_NET]
    108   &lt;*&gt; or &lt;M&gt; Bluetooth subsystem support ---&gt; [CONFIG_BT]
    109     &lt;*&gt; or &lt;M&gt; RFCOMM protocol support        [CONFIG_BT_RFCOMM]
    110     [*] RFCOMM TTY support                    [CONFIG_BT_RFCOMM_TTY]
    111     &lt;*&gt; or &lt;M&gt; BNEP protocol support          [CONFIG_BT_BNEP]
    112     [*] Multicast filter support              [CONFIG_BT_BNEP_MC_FILTER]
    113     [*] Protocol filter support               [CONFIG_BT_BNEP_PROTO_FILTER]
    114     &lt;*&gt; or &lt;M&gt; HIDP protocol support          [CONFIG_BT_HIDP]
    115 
    116     Bluetooth device drivers ---&gt;
    117   &lt;*&gt; or &lt;M&gt; RF switch subsystem support</literal></screen>
    118 
    119     <para>
    120       Select the appropriate drivers for your Bluetooth hardware.
    121     </para>
     107<screen><literal>[*] Networking support ---&gt;                [CONFIG_NET]
     108  &lt;/M&gt; Bluetooth subsystem support ---&gt;    [CONFIG_BT]
     109    &lt;*/M&gt; RFCOMM protocol support          [CONFIG_BT_RFCOMM]
     110    [*]   RFCOMM TTY support               [CONFIG_BT_RFCOMM_TTY]
     111    &lt;*/M&gt; BNEP protocol support            [CONFIG_BT_BNEP]
     112    [*]   Multicast filter support         [CONFIG_BT_BNEP_MC_FILTER]
     113    [*]   Protocol filter support          [CONFIG_BT_BNEP_PROTO_FILTER]
     114    &lt;*/M&gt; HIDP protocol support            [CONFIG_BT_HIDP]
     115        Bluetooth device drivers ---&gt;
     116          (Select the appropriate drivers for your Bluetooth hardware)
     117
     118  &lt;*/M&gt; RF switch subsystem support ---&gt;   [CONFIG_RFKILL]</literal></screen>
    122119
    123120    <indexterm zone="bluez bluez-kernel">
  • general/sysutils/lm_sensors.xml

    r49b45a7 r38155d1  
    114114    </para>
    115115
    116 <screen><literal>Top level
    117   [*] Enable loadable module support  ---&gt;
     116<screen><literal>
     117[*] Enable loadable module support  ---&gt;  [CONFIG_MODULES]
    118118
    119119Bus options (PCI etc.)  ---&gt;
    120   [*] PCI support
     120  [*] PCI support                         [CONFIG_PCI]
    121121
    122122Device Drivers  ---&gt;
    123   [*] I2C support
    124     [*] I2C device interface
    125     I2C Algorithms  ---&gt;
    126       &lt;M&gt; (configure all of them as modules)
     123  I2C support ---&gt;
     124    &lt;*/M&gt; I2C device interface            [CONFIG_I2C_CHARDEV]<!--
     125Seems to be automatically selected and invisible on linux 3.17:
     126    I2C Algorithms  -&45;-&gt;
     127      &lt;M&gt; (configure all of them as modules)-->
    127128    I2C Hardware Bus support  ---&gt;
    128129      &lt;M&gt; (configure all of them as modules)
    129   [*] Hardware Monitoring support  ---&gt;
     130  &lt;*/M&gt; Hardware Monitoring support  ---&gt; [CONFIG_HWMON]
    130131    &lt;M&gt; (configure all of them as modules)</literal></screen>
    131132
  • introduction/welcome/changelog.xml

    r49b45a7 r38155d1  
    4646
    4747    <listitem>
     48      <para>December 6th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Last round of Kernel Configuration instructions
     52          layout change. Fixes
     53          <ulink url="&blfs-ticket-root;5885">#5885</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4859      <para>December 5th, 2014</para>
    4960      <itemizedlist>
  • postlfs/security/iptables.xml

    r49b45a7 r38155d1  
    8585      kernel called netfilter. The interface to netfilter is
    8686      <application>Iptables</application>. To use it, the appropriate
    87       kernel configuration parameters are found in Networking Support &rArr;
    88       Networking Options &rArr; Network Packet Filtering Framework.
    89     </para>
     87      kernel configuration parameters are found in:
     88    </para>
     89
     90<screen><literal>[*] Networking support  ---&gt;                                    [CONFIG_NET]
     91      Networking Options  ---&gt;
     92        [*] Network packet filtering framework (Netfilter) ---&gt; [CONFIG_NETFILTER]</literal></screen>
    9093
    9194    <indexterm zone="iptables iptables-kernel">
  • pst/printing/cups.xml

    r49b45a7 r38155d1  
    136136
    137137<screen><literal>Device Drivers  ---&gt;
    138   USB support  ---&gt;
    139     OHCI HCD (USB 1.1) support: Y or M            [CONFIG_USB_OHCI_HCD]
    140     UHCI HCD (most Intel and VIA) support: Y or M [CONFIG_USB_UHCI_HCD]
    141     USB Printer support: Y or M                   [CONFIG_USB_PRINTER]</literal></screen>
     138  [*] USB support  ---&gt;                          [CONFIG_USB_SUPPORT]
     139    &lt;*/M&gt;  OHCI HCD (USB 1.1) support            [CONFIG_USB_OHCI_HCD]
     140    &lt;*/M&gt;  UHCI HCD (most Intel and VIA) support [CONFIG_USB_UHCI_HCD]
     141    &lt;*/M&gt;  USB Printer support                   [CONFIG_USB_PRINTER]</literal></screen>
    142142
    143143    <para>
     
    147147
    148148<screen><literal>Device Drivers  ---&gt;
    149   Parallel port support  ---&gt;                     [CONFIG_PARPORT]
    150     PC-style hardware: Y or M                     [CONFIG_PARPORT_PC]
     149  &lt;*/M&gt; Parallel port support  ---&gt;    [CONFIG_PARPORT]
     150    &lt;*/M&gt; PC-style hardware            [CONFIG_PARPORT_PC]
    151151  Character devices  ---&gt;
    152     Parallel printer support: Y or M              [CONFIG_PRINTER]</literal></screen>
     152    &lt;*/M&gt; Parallel printer support     [CONFIG_PRINTER]</literal></screen>
    153153
    154154    <indexterm zone="cups cups-kernel">
  • pst/printing/gutenprint.xml

    r49b45a7 r38155d1  
    9999    </para>
    100100
    101 <screen>Device Drivers  ---&gt;
    102   USB support  ---&gt;
    103     OHCI HCD (USB 1.1) support: Y or M
    104     UHCI HCD (most Intel and VIA) support: Y or M
    105     USB Printer support: Y or M</screen>
     101<screen><literal>Device Drivers  ---&gt;
     102  [*] USB support  ---&gt;                          [CONFIG_USB_SUPPORT]
     103    &lt;*/M&gt;  OHCI HCD (USB 1.1) support            [CONFIG_USB_OHCI_HCD]
     104    &lt;*/M&gt;  UHCI HCD (most Intel and VIA) support [CONFIG_USB_UHCI_HCD]
     105    &lt;*/M&gt;  USB Printer support                   [CONFIG_USB_PRINTER]</literal></screen>
    106106
    107107    <indexterm zone="gutenprint escputil">
  • xsoft/other/rox-filer.xml

    r49b45a7 r38155d1  
    9595      </para>
    9696
    97 <screen><literal>Filesystems -&#45;-&gt;
    98   [*] Dnotify support</literal></screen>
     97<screen><literal>File systems ---&gt;
     98  [*] Dnotify support   [CONFIG_DNOTIFY]</literal></screen>
    9999
    100100    <para>
Note: See TracChangeset for help on using the changeset viewer.