logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: e2ceb13e5754c6f552bcf831975dfce4f446b0fa
parent dd7905c05c6d87a49c92d3bd981145312bed4ca5
Author: fosslinux <fosslinux@aussies.space>
Date:   Tue,  9 May 2023 22:41:04 +1000

Expand sysc disk

Diffstat:

Msysc.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()