mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
increased partition sizes a bit
This commit is contained in:
parent
4db3b5df09
commit
0ad223f2a0
@ -26,14 +26,14 @@ trap cleanup EXIT
|
|||||||
BOOT_SRC=$IMG_DIR/boot
|
BOOT_SRC=$IMG_DIR/boot
|
||||||
BOOT=$IMG_DIR/.boot
|
BOOT=$IMG_DIR/.boot
|
||||||
BOOT_IMG=$IMG_DIR/boot.img
|
BOOT_IMG=$IMG_DIR/boot.img
|
||||||
BOOT_SIZE="16" # MB
|
BOOT_SIZE="20" # 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="120" # MB
|
ROOT_SIZE="180" # MB
|
||||||
|
|
||||||
DISK_SIZE="140" # MB
|
DISK_SIZE="220" # MB
|
||||||
|
|
||||||
# boot filesystem
|
# boot filesystem
|
||||||
msg "creating boot loop device"
|
msg "creating boot loop device"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user