diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2006-03-07 18:28:11 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2006-03-07 18:28:11 +0000 |
commit | 2d8750498fc0f7dfc21810c5490ac2cb6f76b863 (patch) | |
tree | 2d0d50881b79fb817999dd7703ff83f477cb4c9b | |
parent | 5aadb1c394bbd2d78d007c431aad24d4365371ae (diff) | |
download | installation-guide-2d8750498fc0f7dfc21810c5490ac2cb6f76b863.zip |
Mention NSLU2 download location.
-rw-r--r-- | build/entities/tftp-images.ent | 4 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | en/install-methods/download/arm.xml | 12 |
3 files changed, 17 insertions, 0 deletions
diff --git a/build/entities/tftp-images.ent b/build/entities/tftp-images.ent index 53207e9ca..7f242e0b3 100644 --- a/build/entities/tftp-images.ent +++ b/build/entities/tftp-images.ent @@ -10,6 +10,10 @@ <ulink url="&downloadable-file;netwinder/tftpboot.img">.../current/images/netwinder/netboot/boot.img</ulink> '> + <!ENTITY nslu2-firmware-img ' +<ulink url="&downloadable-file;images/nslug2/netboot/di-nslu2.bin">.../images/nslug2/netboot/di-nslu2.bin</ulink> + '> + <!-- m68k updated 2004-11-04 --> <!ENTITY bvme6000-tftp-files ' diff --git a/debian/changelog b/debian/changelog index 4d2b10d03..de3b1e58f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,7 @@ installation-guide (2006XXXX) UNRELEASED; urgency=low * Bring ARM up to date with reality: remove unsupported flavours, add NSLU2. * Fix Netwinder/CATS download location. + * Mention NSLU2 download location. -- Joey Hess <joeyh@debian.org> Tue, 21 Feb 2006 16:46:06 -0500 diff --git a/en/install-methods/download/arm.xml b/en/install-methods/download/arm.xml index 7df684d10..1b775f2ce 100644 --- a/en/install-methods/download/arm.xml +++ b/en/install-methods/download/arm.xml @@ -34,3 +34,15 @@ initrd can be obtained from &cats-boot-img;. </para> </sect3> + + <sect3 arch="arm" id="nslu2-install-files"> + <title>NSLU2 Installation Files</title> +<para> + +A firmware image is provided for the Linksys NSLU2 which will automatically +boot debian-installer. This firmware image an be obtained from +&nslu2-firmware-img;. + +</para> + </sect3> + |