[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#228519: [PATCH] tftpboot.sh for sparc



Package: debian-installer
Severity: normal

Hi,

here is a small fix which corrects netboot image building on sparc.

Thanks in advance.

-- 
Thomas Poindessous

Index: tftpboot.sh
===================================================================
RCS file: /cvsroot/d-i/debian-installer/build/tftpboot.sh,v
retrieving revision 1.6
diff -u -r1.6 tftpboot.sh
--- tftpboot.sh	30 Dec 2003 21:02:18 -0000	1.6
+++ tftpboot.sh	18 Jan 2004 19:44:14 -0000
@@ -44,7 +44,7 @@
 done
 
 case "$arch" in
-    arm | i386 | mips | mipsel)
+    sparc | arm | i386 | mips | mipsel)
 	cp $kernel $tftpimage.tmp
 	;;
     *)

Reply to: