[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

D-I Manual: error with multiple arch= arguments



Hello Frans, hello all

I translated the new section about partitioning options in
../using-d-i/modules/partman.xml and found two errors:

For example

<phrase arch="arm, mipsel"><emphasis>ext2r0</emphasis>

does not work, since "arm" and "mipsel" have to be separated by 
an semikolon.

See patch attached.


Holger



--- partman.xml 2010-04-12 21:46:21.000000000 +0200
+++ partman_workingcopy.xml     2010-04-17 21:15:00.000000000 +0200
@@ -90,7 +90,7 @@
 
 <itemizedlist>
   <listitem><para>
-    <phrase arch="arm, mipsel"><emphasis>ext2r0</emphasis>,</phrase>
+    <phrase arch="arm;mipsel"><emphasis>ext2r0</emphasis>,</phrase>
     <emphasis>ext2</emphasis>,
     <emphasis>ext3</emphasis>,
     <emphasis>ext4</emphasis>
@@ -128,7 +128,7 @@
   <listitem><para>
     <emphasis>FAT16</emphasis>, <emphasis>FAT32</emphasis>
   </para></listitem>
-  <listitem arch="x86,ia64"><para>
+  <listitem arch="x86;ia64"><para>
     <emphasis>NTFS</emphasis> (read-only)
   </para><para>
     Existing NTFS partitions can be resized and it is possible to assign


-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
    under DEBIAN GNU/LINUX 5.0.0 - L e n n y
        Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =


Reply to: