Skip to content

Commit

Permalink
base: Bump disk size
Browse files Browse the repository at this point in the history
'el8stream' builds are complaining about disk space, so let's bump it.

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>
  • Loading branch information
tinez committed Nov 28, 2023
1 parent 6da63ba commit 552e6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REPO_ROOT := "http://mirror.centos.org/centos/8-stream/"
_USING_ISO := $(findstring .iso,$(INSTALL_URL))
# The virtual size of the disk.
# Since qcows are sparse they only use as much space as was really written to them.
DISK_SIZE := 22G
DISK_SIZE := 24G
# Whether or not to run 'virt-sparsify' on the base image.
# This reduces the image size significantly,
# but requires the same amount of free space available as defined by 'DISK_SIZE' variable.
Expand Down

0 comments on commit 552e6f0

Please sign in to comment.