mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00
Meta: Increase additional space for disk images
Previously we'd add 100MB on top of what du returned for the Root directory. This increases that to 500MB.
This commit is contained in:
parent
0ca5a393d1
commit
6e094b8dbe
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ else
|
|||
fi
|
||||
}
|
||||
|
||||
DISK_SIZE=$(($(disk_usage "$SERENITY_SOURCE_DIR/Base") + $(disk_usage Root) + 100))
|
||||
DISK_SIZE=$(($(disk_usage "$SERENITY_SOURCE_DIR/Base") + $(disk_usage Root) + 500))
|
||||
DISK_SIZE=${DISK_SIZE:-600}
|
||||
DISK_SIZE_BYTES=$((DISK_SIZE * 1024 * 1024))
|
||||
unset DISK_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue