flash-images: align rootfs to 64MB.

This commit is contained in:
Arne Fitzenreiter
2012-06-16 15:02:56 +02:00
parent da23c4be65
commit 3dcc590eca

View File

@@ -50,7 +50,7 @@ MNThdd := /install/harddisk
IMGpart := /install/images/part_area
IMGboot := /install/images/bootfs
# don't change SIZEboot this without checking Image size
SIZEboot := 50
SIZEboot := 64
IMGroot := /install/images/rootfs
SIZEroot := 600
@@ -61,7 +61,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
dd bs=1k if=/dev/zero of=$(IMGpart) count=16
# Create images for filesystems
dd bs=1K if=/dev/zero of=$(IMGboot) count=51184 # 50MB-16K
dd bs=1K if=/dev/zero of=$(IMGboot) count=65520 # 64MB-16K
dd bs=1M if=/dev/zero of=$(IMGroot) count=$(SIZEroot)
# Format them