summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/grub/grub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/grub/grub.py b/plugins/grub/grub.py
index 8056218..c56df3e 100644
--- a/plugins/grub/grub.py
+++ b/plugins/grub/grub.py
@@ -61,7 +61,7 @@ class Grub(Plugin):
self.issue_grub_image = SimpleIssue(self.name, "Bad grub stage1 image.")
# Initialize the backup space.
- self.backupSpace = self._backups.getBackup(str(self))
+ self.backupSpace = self._backups.getBackup(str(self), persistent = True)
def prepare(self):
self._reporting.info("Initializing the search for all the grub " \