Hi, today, I re-tried to build netboot image from new system, and I found that my patch was a mistake. I'm sorry, it's not needed. Since there is no sparc autobuild yet, I hope that it caused no real harm.
since kernel image for sparc are gzip, it needs to gunzip them, so this patch must be undone. I was using a gunzipped kernel. Sorry for that. I attached a new patch to apply against current cvs. Thanks for you work. -- Thomas Poindessous
Index: tftpboot.sh =================================================================== RCS file: /cvsroot/d-i/debian-installer/build/tftpboot.sh,v retrieving revision 1.7 diff -u -r1.7 tftpboot.sh --- tftpboot.sh 19 Jan 2004 16:50:27 -0000 1.7 +++ tftpboot.sh 9 Feb 2004 00:13:00 -0000 @@ -44,7 +44,7 @@ done case "$arch" in - sparc | arm | i386 | mips | mipsel) + arm | i386 | mips | mipsel) cp $kernel $tftpimage.tmp ;; *)