mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
Increase root partition size to 200MB
This commit is contained in:
parent
7783681586
commit
8e1d98b6b8
@ -21,7 +21,7 @@ BOOT_SIZE="20" # MB
|
||||
ROOT_SRC=$IMG_DIR/rootfs.tar
|
||||
ROOT=$IMG_DIR/.root
|
||||
ROOT_IMG=$IMG_DIR/root.img
|
||||
ROOT_SIZE="180" # MB
|
||||
ROOT_SIZE="200" # MB
|
||||
|
||||
DISK_SIZE=$((BOOT_SIZE + ROOT_SIZE + 10))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user