diff options
-rw-r--r-- | en/boot-installer/arm.xml | 4 |
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-> setenv netconfig_eth0 flash NeTTrom command-> setenv eth0_ip 192.168.0.10/24 </screen></informalexample> @@ -63,13 +64,12 @@ standard (the save-all step is optional): NeTTrom command-> setenv kerntftpserver 192.168.0.1 NeTTrom command-> setenv kerntftpfile boot.img NeTTrom command-> save-all - NeTTrom command-> setenv netconfig_eth0 flash NeTTrom command-> setenv kernconfig tftp NeTTrom command-> setenv rootdev /dev/ram NeTTrom command-> 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. |