summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--en/boot-installer/arm.xml6
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6e6f26054..99a667533 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
installation-guide (2010xxxx) UNRELEASED; urgency=low
* List myself as one of the main authors in the administrativa appendix.
+ * Clarify IP addresses in example for booting SS4000-E (arm). Thanks to
+ Miroslav Kure for the patch.
-- Frans Pop <fjp@debian.org> Tue, 18 May 2010 07:47:53 +0200
diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml
index 4cfe08793..f016e70df 100644
--- a/en/boot-installer/arm.xml
+++ b/en/boot-installer/arm.xml
@@ -221,12 +221,16 @@ the system to hang in the necessary ip_address step that comes next.
You will need to hit Ctrl-C again to interrupt the boot. Then:
<informalexample><screen>
-ip_address -l 192.168.2.249 -h 192.168.2.4
+ip_address -l <replaceable>192.168.2.249</replaceable> -h <replaceable>192.168.2.4</replaceable>
load -v -r -b 0x01800000 -m http /initrd.gz
load -v -r -b 0x01008000 -m http /zImage
exec -c "console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000" -r 0x01800000
</screen></informalexample>
+Where <replaceable>192.168.2.249</replaceable> is the IP address of the
+installed system and <replaceable>192.168.2.4</replaceable> the IP address
+of the HTTP server containing the kernel and ramdisk files.
+
</para><para>
The installer will now start as usual.