On Thu, 2009-05-21 at 16:01 -0400, Chris Lumens wrote: > --- > storage/__init__.py | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) The whole set looks okay to me. > > diff --git a/storage/__init__.py b/storage/__init__.py > index 7000b26..3363530 100644 > --- a/storage/__init__.py > +++ b/storage/__init__.py > @@ -912,6 +912,11 @@ class Storage(object): > errors.append(_("Bootable partitions cannot be on an " > "encrypted block device")) > > + try: > + self.anaconda.platform.checkBootRequest(boot) > + except DeviceError as e: > + errors.append(str(e)) > + > if not swaps: > warnings.append(_("You have not specified a swap partition. " > "Although not strictly required in all cases, " _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list