mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
flash-images: increase size of root partition.
Minimal media-size is now 2GB.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user