diff options
Diffstat (limited to 'src/live/ogOperations.py')
-rw-r--r-- | src/live/ogOperations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index 6f66900..64e5532 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -541,6 +541,7 @@ class OgLiveOperations: fs = part["filesystem"].lower() if fs == 'cache': mount_cache() + update_live_cache() logging.info('Partition setup command OK') result = self.refresh(ogRest) |