summaryrefslogtreecommitdiffstats
path: root/src/live/ogOperations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/live/ogOperations.py')
-rw-r--r--src/live/ogOperations.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py
index 42d415f..9cc5b97 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -497,6 +497,8 @@ class OgLiveOperations:
elif ctype == 'TIPTORRENT':
self._restore_image_tiptorrent(repo, name, partdev)
+ extend_filesystem(disk, partition)
+
configure_os(disk, partition)
self.refresh(ogRest)