From e2ceb13e5754c6f552bcf831975dfce4f446b0fa Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 9 May 2023 22:41:04 +1000 Subject: [PATCH] Expand sysc disk --- sysc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysc.py b/sysc.py index e587668..e75a000 100755 --- a/sysc.py +++ b/sysc.py @@ -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()