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 | |
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.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | en/boot-installer/arm.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index da57e7d3c..424a40aaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ installation-guide (201501XX) UNRELEASED; urgency=medium [ Karsten Merker ] * Update the armhf platform support status. + * 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. -- Samuel Thibault <sthibault@debian.org> Sun, 04 Jan 2015 00:05:14 +0100 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> |