diff options
author | Karsten Merker <merker@debian.org> | 2014-10-05 08:54:46 +0000 |
---|---|---|
committer | Karsten Merker <merker@debian.org> | 2014-10-05 08:54:46 +0000 |
commit | bc4d24ca468f756a0274cfbd5ba373ab6305851d (patch) | |
tree | 57d455311bca58e66996d8262f86443129325ba6 /build | |
parent | 79a1e29675b00322f27015ae7f6dc345136bdba2 (diff) | |
download | installation-guide-bc4d24ca468f756a0274cfbd5ba373ab6305851d.zip |
installation-guide:
Adjust the armmp-firmware-img and armmp-dtb-img entities. The
previously existing armmp subdirectory has been removed and all
files below it have been moved one level up.
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/tftp-images.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/entities/tftp-images.ent b/build/entities/tftp-images.ent index 0d180a266..e4f8cce95 100644 --- a/build/entities/tftp-images.ent +++ b/build/entities/tftp-images.ent @@ -49,11 +49,11 @@ '> <!ENTITY armmp-firmware-img ' -<ulink url="&downloadable-file;images/armmp/netboot/">.../images/armmp/netboot/</ulink> +<ulink url="&downloadable-file;images/netboot/">.../images/netboot/</ulink> '> <!ENTITY armmp-dtb-img ' -<ulink url="&downloadable-file;images/armmp/device-tree/">.../images/armmp/device-tree/</ulink> +<ulink url="&downloadable-file;images/device-tree/">.../images/device-tree/</ulink> '> |