Set size of flash-images 10MB smaller

This commit is contained in:
Arne Fitzenreiter
2009-08-26 05:20:18 +02:00
parent d77d6e325f
commit cd0cfb610f

View File

@@ -54,7 +54,7 @@ SIZEboot := 20
IMGroot := /install/images/rootfs
SIZEroot := 500
IMGvar := /install/images/varfs
SIZEvar := 440
SIZEvar := 430
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
rm -rf $(MNThdd) $(IMGinst) $(IMGpart) $(IMGboot) $(IMGroot) $(IMGvar) && mkdir -p $(MNThdd)