From 72cdb5176542a71f3316529d722702a3c938e5c8 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 30 Apr 2014 09:21:31 +0200 Subject: [PATCH] flash-image: increase initial size of root partition. --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index f74c7e1e4e..4e28e4cd37 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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) -- 2.39.2