Hi Steve! Here are three patches that I had to apply to debian-cd to make it able to build debian-installer images for sparc64.
The changes are pretty straight-forward and self-explanatory and after applying them, I was able to successfully build a working netinst and business card image for sparc64. Cheers, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 John Paul Adrian Glaubitz (3): Clone data files from sparc for sparc64. Clone and adopt boot loader script from sparc for sparc64. Let which_deb search silo in sparc64 instead of sparc. data/stretch/sparc64/debian.txt | 17 +++++ data/stretch/sparc64/notsupported.txt | 5 ++ data/stretch/sparc64/silo.conf | 35 +++++++++++ data/stretch/sparc64_businesscard_udeb_include | 3 + data/stretch/sparc64_netinst_udeb_include | 2 + data/stretch/sparc64_udeb_include | 2 + tools/boot/stretch/boot-sparc64 | 87 ++++++++++++++++++++++++++ tools/which_deb | 2 +- 8 files changed, 152 insertions(+), 1 deletion(-) create mode 100644 data/stretch/sparc64/debian.txt create mode 100644 data/stretch/sparc64/notsupported.txt create mode 100644 data/stretch/sparc64/silo.conf create mode 100644 data/stretch/sparc64_businesscard_udeb_include create mode 100644 data/stretch/sparc64_netinst_udeb_include create mode 100644 data/stretch/sparc64_udeb_include create mode 100755 tools/boot/stretch/boot-sparc64 -- 2.6.2

