Decrease reserved space
This commit is contained in:
parent
d8228e94a7
commit
50aeb89ec1
1 changed files with 1 additions and 1 deletions
2
mkimg.sh
2
mkimg.sh
|
@ -29,7 +29,7 @@ ROOT_SIZE=$((TOTAL_SIZE - BOOT_SIZE))
|
|||
|
||||
# Extend to reserve some free space.
|
||||
BOOT_SIZE=$((BOOT_SIZE * 2))
|
||||
ROOT_SIZE=$((ROOT_SIZE + 10 * 1024 * 1024 * 1024))
|
||||
ROOT_SIZE=$((ROOT_SIZE + 4 * 1024 * 1024 * 1024))
|
||||
|
||||
BLOCK_SIZE=512
|
||||
|
||||
|
|
Reference in a new issue