diff options
author | Karsten Merker <merker@debian.org> | 2015-03-14 22:56:33 +0000 |
---|---|---|
committer | Karsten Merker <merker@debian.org> | 2015-03-14 22:56:33 +0000 |
commit | 7e8624aa55e6008254f6bf9d6ebd84190a607fb5 (patch) | |
tree | 5ac6e9252c86ae36935047c7e482ea5592a8823b /en/boot-installer | |
parent | ba39c6185876bbef54381309894bf60fa92a7bf4 (diff) | |
download | installation-guide-7e8624aa55e6008254f6bf9d6ebd84190a607fb5.zip |
Installation-Guide:
Update the u-boot USB boot command in the "Booting from a USB stick in
u-boot" section as required by newer u-boot versions.
Diffstat (limited to 'en/boot-installer')
-rw-r--r-- | en/boot-installer/arm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml index 964befdfb..1beee2ab5 100644 --- a/en/boot-installer/arm.xml +++ b/en/boot-installer/arm.xml @@ -164,7 +164,7 @@ bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r} If there is no operating system installed, plugging in the USB stick and powering up the system should result in starting the installer. You can also initiate the USB-boot process any time from the u-boot - prompt by entering the <quote>run usb_boot</quote> command. + prompt by entering the <quote>run bootcmd_usb0</quote> command. </para> <para> |