From 76b8277500d32f633dd9d044d4593aa8a4d17013 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 22 Jan 2012 10:57:35 +0100 Subject: [PATCH] flash-images: increase size of root partition. Minimal media-size is now 2GB. --- lfs/flash-images | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 0b07704b10..4c9982222e 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -44,15 +44,15 @@ md5 : ############################################################################### # Installation Details ############################################################################### -IMGinst := /install/images/$(SNAME)-$(VERSION).1gb-ext2.$(MACHINE)-full-core$(CORE).img -IMGinsts := /install/images/$(SNAME)-$(VERSION).1gb-ext2-scon.$(MACHINE)-full-core$(CORE).img +IMGinst := /install/images/$(SNAME)-$(VERSION).2gb-ext2.$(MACHINE)-full-core$(CORE).img +IMGinsts := /install/images/$(SNAME)-$(VERSION).2gb-ext2-scon.$(MACHINE)-full-core$(CORE).img MNThdd := /install/harddisk IMGpart := /install/images/part_area IMGboot := /install/images/bootfs # don't change SIZEboot this without checking Image size SIZEboot := 20 IMGroot := /install/images/rootfs -SIZEroot := 500 +SIZEroot := 1400 IMGvar := /install/images/varfs SIZEvar := 430 -- 2.39.2