mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
mkimage.sh: root partition size is now 200MB by default
This commit is contained in:
parent
91569adc11
commit
8884da908d
@ -22,7 +22,7 @@ ROOT_START="100" # MB
|
|||||||
ROOT_SRC=${IMG_DIR}/rootfs.tar
|
ROOT_SRC=${IMG_DIR}/rootfs.tar
|
||||||
ROOT=${IMG_DIR}/.root
|
ROOT=${IMG_DIR}/.root
|
||||||
ROOT_IMG=${IMG_DIR}/root.img
|
ROOT_IMG=${IMG_DIR}/root.img
|
||||||
ROOT_SIZE="180" # MB
|
ROOT_SIZE="200" # MB
|
||||||
|
|
||||||
GUARD_SIZE="10" # MB
|
GUARD_SIZE="10" # MB
|
||||||
DISK_SIZE=$((ROOT_START + ROOT_SIZE + GUARD_SIZE))
|
DISK_SIZE=$((ROOT_START + ROOT_SIZE + GUARD_SIZE))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user