Parcourir la source

Add a note in section abput partitioning about
advanced techniques (e.g. RAID and LVM).


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs il y a 13 ans
Parent
commit
387a3a4af9
3 fichiers modifiés avec 21 ajouts et 2 suppressions
  1. 10 0
      chapter01/changelog.xml
  2. 9 0
      chapter02/creatingpartition.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -37,6 +37,16 @@
 
 -->
 
+    <listitem>
+      <para>2012-02-23</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add a note in section abput partitioning about
+          advanced techniques (e.g. RAID and LVM).</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2012-02-20</para>
       <itemizedlist>

+ 9 - 0
chapter02/creatingpartition.xml

@@ -57,6 +57,15 @@
   refer to <filename>cfdisk(8)</filename> or <filename>fdisk(8)</filename> if
   you do not yet know how to use the programs.</para>
 
+  <note><para>For experienced users, other partitioning schemes are possible.
+  The new LFS system can be on a software <ulink
+  url="&blfs-root;/view/svn/postlfs/raid.html">RAID</ulink> array or an <ulink
+  url="&blfs-root;/view/svn/postlfs/aboutlvm.html">LVM</ulink> logical volume.
+  However, some of these options require an <ulink
+  url="&blfs-root;/view/svn/postlfs/initramfs.html">initramfs</ulink>, which is
+  an advanced topic.  These partitioning methodologies are not recommended for
+  first time LFS users.</para></note>
+
   <para>Remember the designation of the new partition (e.g., <filename
   class="devicefile">hda5</filename>). This book will refer to this as
   the LFS partition. Also remember the designation of the <systemitem

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120219">
-<!ENTITY releasedate "Feb 19, 2012">
+<!ENTITY version "SVN-20120223">
+<!ENTITY releasedate "Feb 23, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.1">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->