projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe676a2
)
flash-image: increase initial size of root partition.
author
Arne Fitzenreiter
<arne_f@ipfire.org>
Wed, 30 Apr 2014 07:21:31 +0000
(09:21 +0200)
committer
Arne Fitzenreiter
<arne_f@ipfire.org>
Wed, 30 Apr 2014 07:21:31 +0000
(09:21 +0200)
lfs/flash-images
patch
|
blob
|
blame
|
history
diff --git
a/lfs/flash-images
b/lfs/flash-images
index
f74c7e1
..
4e28e4c
100644
(file)
--- a/
lfs/flash-images
+++ b/
lfs/flash-images
@@
-65,9
+65,9
@@
else
endif
# /boot: 64MB - OFFSET
-# / :
6
00MB
+# / :
7
00MB
S_BOOT := $(shell echo $$(( 131072 - $(S_OFFSET) )))
-S_ROOT := 1
2288
00
+S_ROOT := 1
4336
00
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
rm -rf $(MNThdd) $(IMGinst) $(IMGpart) $(IMGboot) $(IMGroot) && mkdir -p $(MNThdd)