summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2006-03-07 18:38:24 +0000
committerMartin Michlmayr <tbm@cyrius.com>2006-03-07 18:38:24 +0000
commit0905bb72f637c9cebe1a17c32a2acf3e5a4cc6f6 (patch)
tree85507ea36a66c5b9243d8593d8c0bf3b31de893c /en
parentc145ff25d9557cb81de7a9adb246136387786930 (diff)
downloadinstallation-guide-0905bb72f637c9cebe1a17c32a2acf3e5a4cc6f6.zip
you need "netconfig_eth0 flash" in order to boot from the network
Diffstat (limited to 'en')
-rw-r--r--en/boot-installer/arm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml
index 2abad7171..561ac860a 100644
--- a/en/boot-installer/arm.xml
+++ b/en/boot-installer/arm.xml
@@ -45,6 +45,7 @@ order to boot the installer. You must first configure the network, either
with a static address:
<informalexample><screen>
+ NeTTrom command-&gt; setenv netconfig_eth0 flash
NeTTrom command-&gt; setenv eth0_ip 192.168.0.10/24
</screen></informalexample>
@@ -63,13 +64,12 @@ standard (the save-all step is optional):
NeTTrom command-&gt; setenv kerntftpserver 192.168.0.1
NeTTrom command-&gt; setenv kerntftpfile boot.img
NeTTrom command-&gt; save-all
- NeTTrom command-&gt; setenv netconfig_eth0 flash
NeTTrom command-&gt; setenv kernconfig tftp
NeTTrom command-&gt; setenv rootdev /dev/ram
NeTTrom command-&gt; setenv cmdappend root=/dev/ram
</screen></informalexample>
-Only the last four of these interfere with normal disk booting, so it is
+Only the last three of these interfere with normal disk booting, so it is
safe to issue <command>save-all</command> right before them, which will
store the network settings in case you need to boot from the network
again.