Ignore:
Timestamp:
01/30/2012 04:00:39 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
20c59bd
Parents:
9fbd6a5
Message:

Add Virtualization Chapter
Add kvm-qemu-1.0 virtualization
Update xfs, jfs, reiserfs with instructions for kernel configuration
Minor cleanups to kdegraphics and kdepim

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

Location:
postlfs/filesystems
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/jfs.xml

    r9fbd6a5 rd28198d3  
    6262  </sect2>
    6363
     64  <sect2 role="kernel" id='jfsutils-kernel'>
     65    <title>Kernel Configuration</title>
     66
     67    <para>Enable the following option in the kernel configuration
     68    and recompile the kernel:</para>
     69
     70<screen><literal>File Systems:
     71  JFS filesystem support: M or Y</literal></screen>
     72
     73    <indexterm zone="jfsutils jfsutils-kernel">
     74      <primary sortas="d-jfsutils">JFS Utilities</primary>
     75    </indexterm>
     76
     77  </sect2>
     78
    6479  <sect2 role="installation">
    6580    <title>Installation of jfsutils</title>
  • postlfs/filesystems/reiser.xml

    r9fbd6a5 rd28198d3  
    6060    <para condition="html" role="usernotes">User Notes:
    6161    <ulink url="&blfs-wiki;/reiser"/></para>
     62
     63  </sect2>
     64
     65  <sect2 role="kernel" id='reiserfs-kernel'>
     66    <title>Kernel Configuration</title>
     67
     68    <para>Enable the following option in the kernel configuration
     69    and recompile the kernel:</para>
     70
     71<screen><literal>File Systems:
     72  Reiserfs support: M or Y</literal></screen>
     73
     74    <indexterm zone="reiserfs reiserfs-kernel">
     75      <primary sortas="d-reiseerfs">Reiserfs Programs</primary>
     76    </indexterm>
    6277
    6378  </sect2>
  • postlfs/filesystems/xfs.xml

    r9fbd6a5 rd28198d3  
    7474    <para condition="html" role="usernotes">User Notes:
    7575    <ulink url="&blfs-wiki;/xfs"/></para>
     76
     77  </sect2>
     78
     79  <sect2 role="kernel" id='xfs-kernel'>
     80    <title>Kernel Configuration</title>
     81
     82    <para>Enable the following options in the kernel configuration
     83    and recompile the kernel:</para>
     84
     85<screen><literal>File Systems:
     86  XFS filesystem support: M or Y</literal></screen>
     87
     88    <indexterm zone="xfs xfs-kernel">
     89      <primary sortas="d-xfs">XFS Programs</primary>
     90    </indexterm>
    7691
    7792  </sect2>
Note: See TracChangeset for help on using the changeset viewer.