From bf4aee1c8184e5e5318accb6eff445964aa655d2 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 8 Aug 2008 18:28:15 +0200 Subject: The Grub plugin must use a persistent Backup space. --- plugins/grub/grub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " \ -- cgit