summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-09-14 11:17:44 +0000
committerFrans Pop <elendil@planet.nl>2008-09-14 11:17:44 +0000
commitc2e4f269cc3bcf718f20e94d95f0118025216a66 (patch)
tree4c8fc556769ac6dba245ce9f87a7512c7cb99704
parent0527bd126a1d034a4bd92f751d27697411c0aa56 (diff)
downloadinstallation-guide-c2e4f269cc3bcf718f20e94d95f0118025216a66.zip
Update of untranslated documents
-rw-r--r--nl/appendix/chroot-install.xml3
-rw-r--r--nl/appendix/preseed.xml15
-rw-r--r--nl/hardware/hardware-supported.xml32
-rw-r--r--nl/hardware/supported/arm.xml28
-rw-r--r--nl/hardware/supported/mips.xml8
-rw-r--r--nl/hardware/supported/mipsel.xml8
-rw-r--r--nl/install-methods/download/arm.xml64
7 files changed, 144 insertions, 14 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml
index e8ba6bfb4..5a73a8d4f 100644
--- a/nl/appendix/chroot-install.xml
+++ b/nl/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 50736 untranslated -->
+<!-- original version: 55631 untranslated -->
<sect1 id="linux-upgrade">
<title>Installing &debian; from a Unix/Linux System</title>
@@ -177,6 +177,7 @@ in the <command>debootstrap</command> command:
<userinput>alpha</userinput>,
<userinput>amd64</userinput>,
<userinput>arm</userinput>,
+<userinput>armel</userinput>,
<userinput>hppa</userinput>,
<userinput>i386</userinput>,
<userinput>ia64</userinput>,
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index 45d7c6cdd..74323b17f 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 55054 untranslated -->
+<!-- original version: 55679 untranslated -->
<!--
Be careful with the format of this file as it is parsed to generate
@@ -837,6 +837,19 @@ d-i netcfg/wireless_wep string
#d-i hw-detect/load_firmware boolean true
</screen></informalexample>
+<para>
+
+Please note that <command>netcfg</command> will automatically determine the
+netmask if <classname>netcfg/get_netmask</classname> is not preseeded. In
+this case, the variable has to be marked as <literal>seen</literal> for
+automatic installations. Similarly, <command>netcfg</command> will choose
+an appropriate address if <classname>netcfg/get_gateway</classname> is not
+set. As a special case, you can set
+<classname>netcfg/get_gateway</classname> to <quote>none</quote> to specify
+that no gateway should be used.
+
+</para>
+
</sect2>
<sect2 id="preseed-mirror">
diff --git a/nl/hardware/hardware-supported.xml b/nl/hardware/hardware-supported.xml
index 4e7de344b..423b33ef2 100644
--- a/nl/hardware/hardware-supported.xml
+++ b/nl/hardware/hardware-supported.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 53453 untranslated -->
+<!-- original version: 55471 untranslated -->
<sect1 id="hardware-supported">
<title>Supported Hardware</title>
@@ -63,8 +63,8 @@ variations of each architecture known as <quote>flavors</quote>.
</row>
<row>
- <entry morerows="2">ARM and StrongARM</entry>
- <entry morerows="2">arm</entry>
+ <entry morerows="4">ARM</entry>
+ <entry morerows="4">arm</entry>
<entry>Netwinder and CATS</entry>
<entry>netwinder</entry>
</row><row>
@@ -73,6 +73,12 @@ variations of each architecture known as <quote>flavors</quote>.
</row><row>
<entry>Intel IXP4xx</entry>
<entry>ixp4xx</entry>
+</row><row>
+ <entry>Marvell Orion</entry>
+ <entry>orion5x</entry>
+</row><row>
+ <entry>Versatile</entry>
+ <entry>versatile</entry>
</row>
<row>
@@ -93,14 +99,20 @@ variations of each architecture known as <quote>flavors</quote>.
</row>
<row>
- <entry morerows="3">MIPS (big endian)</entry>
- <entry morerows="3">mips</entry>
+ <entry morerows="5">MIPS (big endian)</entry>
+ <entry morerows="5">mips</entry>
<entry>SGI IP22 (Indy/Indigo 2)</entry>
<entry>r4k-ip22</entry>
</row><row>
<entry>SGI IP32 (O2)</entry>
<entry>r5k-ip32</entry>
</row><row>
+ <entry>MIPS Malta (32 bit)</entry>
+ <entry>4kc-malta</entry>
+</row><row>
+ <entry>MIPS Malta (64 bit)</entry>
+ <entry>5kc-malta</entry>
+</row><row>
<entry>Broadcom BCM91250A (SWARM)</entry>
<entry>sb1-bcm91250a</entry>
</row><row>
@@ -109,11 +121,17 @@ variations of each architecture known as <quote>flavors</quote>.
</row>
<row>
- <entry morerows="2">MIPS (little endian)</entry>
- <entry morerows="2">mipsel</entry>
+ <entry morerows="4">MIPS (little endian)</entry>
+ <entry morerows="4">mipsel</entry>
<entry>Cobalt</entry>
<entry>cobalt</entry>
</row><row>
+ <entry>MIPS Malta (32 bit)</entry>
+ <entry>4kc-malta</entry>
+</row><row>
+ <entry>MIPS Malta (64 bit)</entry>
+ <entry>5kc-malta</entry>
+</row><row>
<entry>Broadcom BCM91250A (SWARM)</entry>
<entry>sb1-bcm91250a</entry>
</row><row>
diff --git a/nl/hardware/supported/arm.xml b/nl/hardware/supported/arm.xml
index 0f6a14596..baf1f5302 100644
--- a/nl/hardware/supported/arm.xml
+++ b/nl/hardware/supported/arm.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 49849 untranslated -->
+<!-- original version: 55470 untranslated -->
<sect2 arch="arm"><title>CPU, Main Boards, and Video Support</title>
@@ -70,6 +70,32 @@ url="&url-arm-cyrius-nslu2;">installation instructions</ulink>.
</para></listitem>
</varlistentry>
+<varlistentry>
+<term>Orion5x</term>
+<listitem><para>
+
+Orion is a system on a chip (SoC) from Marvell that integrates an ARM CPU,
+Ethernet, SATA, USB, and other functionality in one chip. There are many
+Network Attached Storage (NAS) devices on the market that are based on an
+Orion chip. We currently support the following Orion based devices: <ulink
+url="&url-arm-cyrius-kuroboxpro;">Buffalo Kurobox</ulink>, <ulink
+url="&url-arm-cyrius-mv2120;">HP mv2120</ulink>, <ulink
+url="&url-arm-cyrius-qnap;">QNAP Turbo Station</ulink> (TS-109, TS-209 and
+TS-409).
+
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term>Versatile</term>
+<listitem><para>
+
+The Versatile platform is emulated by QEMU and is therefore a nice way to
+test and run Debian on ARM if you don't have the hardware.
+
+</para></listitem>
+</varlistentry>
+
</variablelist>
</para>
diff --git a/nl/hardware/supported/mips.xml b/nl/hardware/supported/mips.xml
index f07639933..9be0bf04f 100644
--- a/nl/hardware/supported/mips.xml
+++ b/nl/hardware/supported/mips.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 35613 untranslated -->
+<!-- original version: 55471 untranslated -->
<sect2 arch="mips"><title>CPU, Main Boards, and Video Support</title>
@@ -22,6 +22,12 @@ SGI IP32: this platform is generally known as SGI O2.
</para></listitem>
<listitem><para>
+MIPS Malta: this platform is emulated by QEMU and is therefore a nice way
+to test and run Debian on MIPS if you don't have the hardware.
+
+</para></listitem>
+<listitem><para>
+
Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board
from Broadcom based on the dual-core SB1 1250 CPU.
diff --git a/nl/hardware/supported/mipsel.xml b/nl/hardware/supported/mipsel.xml
index f18bdc8ce..bd294ae55 100644
--- a/nl/hardware/supported/mipsel.xml
+++ b/nl/hardware/supported/mipsel.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 53452 untranslated -->
+<!-- original version: 55471 untranslated -->
<sect2 arch="mipsel"><title>CPU, Main Boards, and Video Support</title>
@@ -17,6 +17,12 @@ Microserver.
</para></listitem>
<listitem><para>
+MIPS Malta: this platform is emulated by QEMU and is therefore a nice way
+to test and run Debian on MIPS if you don't have the hardware.
+
+</para></listitem>
+<listitem><para>
+
Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board
from Broadcom based on the dual-core SB1 1250 CPU.
diff --git a/nl/install-methods/download/arm.xml b/nl/install-methods/download/arm.xml
index 0890e13ce..4c7355ee3 100644
--- a/nl/install-methods/download/arm.xml
+++ b/nl/install-methods/download/arm.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 49849 untranslated -->
+<!-- original version: 55541 untranslated -->
<sect3 arch="arm" id="netwinder-install-files">
@@ -27,9 +27,69 @@ initrd can be obtained from &cats-boot-img;.
<para>
A firmware image is provided for the Linksys NSLU2 which will automatically
-boot <classname>debian-installer</classname>. This firmware image can be
+boot <classname>debian-installer</classname>. This image can be uploaded
+via the Linksys web frontend or with upslug2. This firmware image can be
obtained from &nslu2-firmware-img;.
</para>
</sect3>
+
+ <sect3 arch="arm" id="n2100-install-files">
+ <title>Thecus N2100 Installation Files</title>
+<para>
+
+A firmware image is provided for the Thecus N2100 which will automatically
+boot <classname>debian-installer</classname>. This image can be installed
+using the Thecus firmware upgrade process. This firmware image can be
+obtained from &n2100-firmware-img;.
+
+</para>
+ </sect3>
+
+ <sect3 arch="arm" id="glantank-install-files">
+ <title>GLAN Tank Installation Files</title>
+<para>
+
+The GLAN Tank requires a kernel and ramdisk on an ext2 partition on the
+disk on which you intend to install Debian. These images can be obtained
+from &glantank-firmware-img;.
+
+</para>
+ </sect3>
+
+ <sect3 arch="arm" id="kuroboxpro-install-files">
+ <title>Kurobox Pro Installation Files</title>
+<para>
+
+The Kurobox Pro requires a kernel and ramdisk on an ext2 partition on the
+disk on which you intend to install Debian. These images can be obtained
+from &kuroboxpro-firmware-img;.
+
+</para>
+ </sect3>
+
+ <sect3 arch="arm" id="mv2120-install-files">
+ <title>HP mv2120 Installation Files</title>
+<para>
+
+A firmware image is provided for the HP mv2120 which will automatically
+boot <classname>debian-installer</classname>. This image can be installed
+with uphpmvault on Linux and other systems and with the HP Media
+Vault Firmware Recovery Utility on Windows. The firmware image can be
+obtained from &mv2120-firmware-img;.
+
+</para>
+ </sect3>
+
+ <sect3 arch="arm" id="qnap-install-files">
+ <title>QNAP Turbo Station Installation Files</title>
+<para>
+
+The QNAP Turbo Station (TS-109, TS-209 and TS-409) requires a kernel and
+ramdisk which can be obtained from &qnap-firmware-img;. A script is
+provided to write these images to flash.
+
+</para>
+ </sect3>
+