Changeset 421128a1 for postlfs


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

Location:
postlfs
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse.xml

    rd507e171 r421128a1  
    9595
    9696<screen><literal>File systems  ---&gt;
    97   [*] FUSE (Filesystem in Userspace) support</literal></screen>
     97  &lt;*/M&gt; FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
    9898
    9999    <indexterm zone="fuse fuse-kernel">
  • postlfs/filesystems/jfs.xml

    rd507e171 r421128a1  
    6868    and recompile the kernel:</para>
    6969
    70 <screen><literal>File Systems:
    71   JFS filesystem support: M or Y</literal></screen>
     70<screen><literal>File systems  ---&gt;
     71  &lt;*/M&gt; JFS filesystem support [CONFIG_JFS_FS]</literal></screen>
    7272
    7373    <indexterm zone="jfsutils jfsutils-kernel">
  • postlfs/filesystems/lvm2.xml

    rd507e171 r421128a1  
    9090
    9191    <para>
    92       Enable the following option in the kernel configuration
     92      Enable the following options in the kernel configuration
    9393      and recompile the kernel:
    9494    </para>
     
    101101
    102102<screen><literal>Device Drivers ---&gt;
    103   Multiple devices driver support (RAID and LVM): Y
    104     Device mapper support: Y or M
    105     Crypt target support: (optional)
    106     Snapshot target: (optional)
    107     Mirror target: (optional) </literal></screen>
     103  [*] Multiple devices driver support (RAID and LVM) ---&gt; [CONFIG_MD]
     104    &lt;*/M&gt;   Device mapper support                         [CONFIG_BLK_DEV_DM]
     105    &lt;*/M/ &gt;   Crypt target support                        [CONFIG_DM_CRYPT]
     106    &lt;*/M/ &gt;   Snapshot target                             [CONFIG_DM_SNAPSHOT]
     107    &lt;*/M/ &gt;   Mirror target                               [CONFIG_DM_MIRROR]</literal></screen>
    108108
    109109    <indexterm zone="lvm2 lvm2-kernel">
  • postlfs/filesystems/mdadm.xml

    rd507e171 r421128a1  
    6969    are required.  </para>
    7070
    71 <screen><literal>File Systems:
    72   Device Drivers:
    73     Multiple devices driver support (RAID and LVM): Y
    74       RAID support: Y or M
    75         Autodetect RAID arrays during kernel boot: Y
    76         Linear (append) mode: Y or M
    77         RAID-0 (striping) mode : Y or M
    78         RAID-1 (mirroring) mode : Y or M
    79         RAID-10 (mirrored striping) mode: Y or M
    80         RAID-4/RAID-5/RAID-6 mode : Y or M</literal></screen>
     71<screen><literal>File Systems ---&gt;
     72  Device Drivers ---&gt;
     73    [*] Multiple devices driver support (RAID and LVM) ---&gt; [CONFIG_MD]
     74      &lt;*&gt; RAID support                                      [CONFIG_BLK_DEV_MD]
     75      [*]   Autodetect RAID arrays during kernel boot       [CONFIG_MD_AUTODETECT]
     76      &lt;*/M&gt;  Linear (append) mode                           [CONFIG_MD_LINEAR]
     77      &lt;*/M&gt;  RAID-0 (striping) mode                         [CONFIG_MD_RAID0]
     78      &lt;*/M&gt;  RAID-1 (mirroring) mode                        [CONFIG_MD_RAID1]
     79      &lt;*/M&gt;  RAID-10 (mirrored striping) mode               [CONFIG_MD_RAID10]
     80      &lt;*/M&gt;  RAID-4/RAID-5/RAID-6 mode                      [CONFIG_MD_RAID456]</literal></screen>
    8181
    8282    <indexterm zone="mdadm mdadm-kernel">
  • postlfs/filesystems/ntfs-3g.xml

    rd507e171 r421128a1  
    100100
    101101<screen><literal>File systems  ---&gt;
    102   [*] FUSE (Filesystem in Userspace) support</literal></screen>
     102  &lt;*/M&gt; FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
    103103
    104104    <indexterm zone="ntfs-3g ntfs-3g-kernel">
  • postlfs/filesystems/reiser.xml

    rd507e171 r421128a1  
    6969    and recompile the kernel:</para>
    7070
    71 <screen><literal>File Systems:
    72   Reiserfs support: M or Y</literal></screen>
     71<screen><literal>File systems ---&gt;
     72  &lt;*/M&gt; Reiserfs support [CONFIG_REISERFS_FS]</literal></screen>
    7373
    7474    <indexterm zone="reiserfs reiserfs-kernel">
  • postlfs/filesystems/xfsprogs.xml

    rd507e171 r421128a1  
    6969    and recompile the kernel:</para>
    7070
    71 <screen><literal>File Systems:
    72   XFS filesystem support: M or Y</literal></screen>
     71<screen><literal>File systems ---&gt;
     72  &lt;*/M&gt; XFS filesystem support [CONFIG_XFS_FS]</literal></screen>
    7373
    7474    <indexterm zone="xfsprogs xfsprogs-kernel">
  • 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.