mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Expand sysc disk
This commit is contained in:
parent
dd7905c05c
commit
e2ceb13e57
1 changed files with 1 additions and 1 deletions
2
sysc.py
2
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue