Hi,

this patch is needed to bix cdrom building for sparc.
It's quite ugly, so if someone has a better idea ...

tilo needs uncompressed kernel image and vmlinuz* are gzipped.

-- 
Thomas Poindessous

Index: sparc/cdrom.cfg
===================================================================
RCS file: /cvsroot/d-i/debian-installer/build/config/sparc/cdrom.cfg,v
retrieving revision 1.2
diff -u -r1.2 cdrom.cfg
--- sparc/cdrom.cfg     9 Feb 2004 18:31:53 -0000       1.2
+++ sparc/cdrom.cfg     13 Feb 2004 01:07:42 -0000
@@ -7,6 +7,7 @@
 
 .PHONY: arch_boot
 arch_boot:
+       $(foreach img,$(TEMP_KERNEL), mv $(img) $(img).gz ; gunzip $(img).gz ; )       
 
        tilo -o $(TEMP_BOOT) $(TEMP_KERNEL) $(TEMP_INITRD)
 
 MANIFEST-BOOT = "CDROM image for all Sun Sparcstations"

Reply via email to