mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
Increase boot + root partition reserved space to 1GB
This commit is contained in:
parent
850656df92
commit
fb3f8612bc
@ -23,7 +23,7 @@ case "$1" in
|
|||||||
test -b $data_dev && exit 0
|
test -b $data_dev && exit 0
|
||||||
|
|
||||||
msg_begin "Creating data partition"
|
msg_begin "Creating data partition"
|
||||||
data_start=$((512 * 2048)) # up to 512MB reserved for boot + root
|
data_start=$((1024 * 2048)) # up to 1024MB reserved for boot + root
|
||||||
echo -e "n
|
echo -e "n
|
||||||
p
|
p
|
||||||
3
|
3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user