[PATCH] Don't check stage1 mountpoint (#974543)

Brian C. Lane bcl at redhat.com
Mon Jun 17 23:59:14 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

When is_valid_stage1_device is called the mountpoint hasn't been set so
all this does is prevent UEFI from reusing the existing EFI System
Partition.
---
 pyanaconda/bootloader.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index e037482..404c943 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -609,7 +609,6 @@ class BootLoader(object):
 
         if not self._is_valid_format(device,
                                      format_types=constraint["format_types"],
-                                     mountpoints=constraint["mountpoints"],
                                      desc=description):
             valid = False
 
-- 
1.8.1.4



More information about the anaconda-patches mailing list