1
0
Fork 0

Reserve 8GB

This commit is contained in:
Alex Kotov 2020-02-09 22:32:08 +05:00
parent 3b5b11f9e5
commit d907aaac3b
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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 + 12 * 1024 * 1024 * 1024))
ROOT_SIZE=$((ROOT_SIZE + 8 * 1024 * 1024 * 1024))
BLOCK_SIZE=512