Changeset 7e1df8f9
- Timestamp:
- 02/17/2012 05:39:57 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- bfa1248
- Parents:
- 1b69dc2
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1b69dc2 r7e1df8f9 60 60 <!-- End LFS versions --> 61 61 62 <!ENTITY blfs-bootscripts-version "201202 06">62 <!ENTITY blfs-bootscripts-version "20120216"> 63 63 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 64 64 -
introduction/welcome/changelog.xml
r1b69dc2 r7e1df8f9 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Add section 'About LVM'. Update kernel 49 requirements in lvm2.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Remove -x from nptd bootscript.</para> 53 </listitem> 54 <listitem> 48 55 <para>[ken] - merge mousetweaks-3.2.1 from Wayne.</para> 49 56 </listitem> -
postlfs/filesystems/filesystems.xml
r1b69dc2 r7e1df8f9 23 23 provides introductory material on managing disk arrays.</para> 24 24 25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ext3.xml"/> -->26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lvm2.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlvm.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jfs.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mdadm.xml"/> -
postlfs/filesystems/lvm2.xml
r1b69dc2 r7e1df8f9 61 61 <para condition="html" role="usernotes">User Notes: 62 62 <ulink url="&blfs-wiki;/lvm2"/></para> 63 64 </sect2> 65 66 <sect2 role="kernel" id='lvm2-kernel'> 67 <title>Kernel Configuration</title> 68 69 <para>Enable the following option in the kernel configuration 70 and recompile the kernel:</para> 71 72 <screen><literal>Device Drivers ---> 73 Multiple devices driver support (RAID and LVM): Y 74 Device mapper support: Y or M 75 Crypt target support: (optional) 76 Snapshot target: (optional) 77 Mirror target: (optional) </literal></screen> 78 79 <indexterm zone="lvm2 lvm2-kernel"> 80 <primary sortas="d-lvm2">lvm2</primary> 81 </indexterm> 63 82 64 83 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.