summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-07-15 17:07:26 +0000
committerFrans Pop <elendil@planet.nl>2010-07-15 17:07:26 +0000
commit03096a922904867382830840a993e96b2adee304 (patch)
tree3a72898fe8de21cb29a086f605fc77eed3cbfe57 /en
parent5181cbfbabf9b0010757c7fff8a385b6884d97d6 (diff)
downloadinstallation-guide-03096a922904867382830840a993e96b2adee304.zip
Clarify IP addresses in example for booting SS4000-E (arm)
Thanks to Miroslav Kure for the patch.
Diffstat (limited to 'en')
-rw-r--r--en/boot-installer/arm.xml6
1 files changed, 5 insertions, 1 deletions
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.