[PATCH] Add omitted livecd flag in condition for livecd sanity check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 storage/__init__.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/storage/__init__.py b/storage/__init__.py
index 3d3ba15..15035ed 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -784,7 +784,8 @@ class Storage(object):
                             productName))
 
         # livecds have to have the rootfs type match up
-        if (root and
+        if (flags.livecdInstall and
+            root and
             self.anaconda.backend.rootFsType and
             root.format.type != self.anaconda.backend.rootFsType):
             errors.append(_("Your / partition does not match the "
-- 
1.5.4.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux