diff options
author | Karsten Merker <merker@debian.org> | 2015-04-03 16:04:10 +0000 |
---|---|---|
committer | Karsten Merker <merker@debian.org> | 2015-04-03 16:04:10 +0000 |
commit | 70f8ed0b294013d53aa6c426cda02c792bcf6c01 (patch) | |
tree | 6f579d213276cbdb3eb0c68893d90dacd9010305 /build | |
parent | 2b789cec22dc2af5bb31bdc46b2bab9caa141a95 (diff) | |
download | installation-guide-70f8ed0b294013d53aa6c426cda02c792bcf6c01.zip |
Installation-Guide:
Document the u-boot images provided together with the installer
since d-i Jessie RC2, and describe how to use the pre-built
installer SD card images for armhf that are available starting
with d-i Jessie RC3.
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/tftp-images.ent | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build/entities/tftp-images.ent b/build/entities/tftp-images.ent index 7293e268f..11754a856 100644 --- a/build/entities/tftp-images.ent +++ b/build/entities/tftp-images.ent @@ -60,6 +60,17 @@ <ulink url="&downloadable-file;images/hd-media/">.../images/hd-media/</ulink> '> + <!ENTITY armmp-uboot-img ' +<ulink url="&downloadable-file;images/u-boot/">.../images/u-boot/</ulink> + '> + + <!ENTITY armmp-netboot-sd-img ' +<ulink url="&downloadable-file;images/netboot/SD-card-images/">.../images/netboot/SD-card-images/</ulink> + '> + + <!ENTITY armmp-hd-media-sd-img ' +<ulink url="&downloadable-file;images/hd-media/SD-card-images/">.../images/hd-media/SD-card-images/</ulink> + '> <!-- --> <!-- tftp disk images: proper --> |