diff options
author | Wouter Verhelst <wouter@debian.org> | 2006-06-22 20:11:20 +0000 |
---|---|---|
committer | Wouter Verhelst <wouter@debian.org> | 2006-06-22 20:11:20 +0000 |
commit | 013da4bcbf32e32ce0a170f691bab44d3be08c53 (patch) | |
tree | 8b0eefd4c1add421165fa67bd04f8926901d8e97 /en | |
parent | 8d48dc73ba50fe3253d27ccfc00c361ee696800d (diff) | |
download | installation-guide-013da4bcbf32e32ce0a170f691bab44d3be08c53.zip |
Fix arch specifier
Diffstat (limited to 'en')
-rw-r--r-- | en/preparing/needed-info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/preparing/needed-info.xml b/en/preparing/needed-info.xml index 78c6a1bc6..53f7ea264 100644 --- a/en/preparing/needed-info.xml +++ b/en/preparing/needed-info.xml @@ -214,7 +214,8 @@ networking and e-mail. <entry>How many you have.</entry> </row> <row arch="not-s390"><entry>Their order on the system.</entry></row> -<row arch="not-s390;not-m68k"> +<!-- "not-m68k;not-s390" would really turn out to be everything... --> +<row arch="alpha;arm;hppa;i386;ia64;mips;mipsel;powerpc;sparc"> <entry>Whether IDE or SCSI (most computers are IDE).</entry> </row> <row arch="m68k"> |