mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Increase sysa.img size to 32GiB to account for swap usage
This commit is contained in:
parent
72452f39f5
commit
a3f30a163c
1 changed files with 1 additions and 1 deletions
2
sysa.py
2
sysa.py
|
|
@ -222,4 +222,4 @@ class SysA(SysGeneral):
|
||||||
|
|
||||||
# extend file up to desired size
|
# extend file up to desired size
|
||||||
with open(image_file_name, 'ab') as image_file:
|
with open(image_file_name, 'ab') as image_file:
|
||||||
image_file.truncate(16384 * megabyte)
|
image_file.truncate(32768 * megabyte)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue