Expand sysc disk

This commit is contained in:
fosslinux 2023-05-09 22:41:04 +10:00
parent dd7905c05c
commit e2ceb13e57
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class SysC(SysGeneral):
if self.external_sources:
if create_disk_image:
rootfs_dir = self._tmpdir.mount_disk("sysc")
rootfs_dir = self._tmpdir.mount_disk("sysc", size="16G")
else:
rootfs_dir = self.tmp_dir
source_manifest = self.get_source_manifest()