]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/flash-images
redirect wrapper: Adopt to new squid helper protocol.
[people/teissler/ipfire-2.x.git] / lfs / flash-images
index 822124ab3e8cb62e3f25094b3b762a8bb0b51d62..4e28e4cd37746eb01d4d1211a5ff1ece6ea7acd4 100644 (file)
@@ -65,9 +65,9 @@ else
 endif
 
 # /boot:  64MB - OFFSET
-# /    : 600MB
+# /    : 700MB
 S_BOOT := $(shell echo $$(( 131072 - $(S_OFFSET) )))
-S_ROOT := 1228800
+S_ROOT := 1433600
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        rm -rf $(MNThdd) $(IMGinst) $(IMGpart) $(IMGboot) $(IMGroot) && mkdir -p $(MNThdd)
@@ -102,6 +102,7 @@ endif
 ifeq "$(MACHINE_TYPE)" "arm"
        cp -v /boot/MLO $(MNThdd)/boot/
        cp -v /boot/u-boot.img $(MNThdd)/boot/
+       cp -v /boot/zImage-ipfire-multi $(MNThdd)/boot/
        sync
        umount $(MNThdd)/boot
        mount -o loop $(IMGboot) $(MNThdd)/boot