* Gordon Farquharson <[EMAIL PROTECTED]> [2007-02-05 00:30]:
> apex-nslu2 1.4.14 breaks the current debian-installer build because
> /boot/apex.flash no longer exists in the 1.4.14 deb.
> 
> cp /boot/apex.flash ./tmp/ixp4xx_netboot/apex.flash
> cp: cannot stat `/boot/apex.flash': No such file or directory

Ah, thanks for making me aware of this.  I think the easiest way is to
put in a workaround into d-i for now:

Index: config/arm/ixp4xx/netboot.cfg
===================================================================
--- config/arm/ixp4xx/netboot.cfg       (revision 44992)
+++ config/arm/ixp4xx/netboot.cfg       (working copy)
@@ -10,7 +10,9 @@
 
 # byteswap boot loader, initrd and kernel for NSLU2
 nslu2_swap: $(INITRD) $(KERNEL)
-       cp /boot/apex.flash $(TEMP)/apex.flash
+       # FIXME: ugly workaround for #409747
+       -cp /boot/apex.flash $(TEMP)/apex.flash
+       -cp /boot/apex.bin $(TEMP)/apex.flash
        util/arm/nslu2/pad $(TEMP)/apex.flash 131040 # < 1 block, multiple of 4
        devio "<<"$(TEMP)/apex.flash > $(TEMP)/apex.flash.swapped \
            'xp $$,4'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to