[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 1/4] Call checkBootRequest from sanityCheck.
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 1/4] Call checkBootRequest from sanityCheck.
- Date: Thu, 21 May 2009 15:20:40 -0500
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, "
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]