On Friday, April 03 2009, Radek Vykydal said: > 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 " This shouldn't be needed -- we actually allow other backends to set a required rootfstype too. The error message is live-specific at the moment, but that was mostly out of laziness and difficulty of coming up with a generic wording Jeremy _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list