--- 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