From patchwork Thu Sep 1 12:19:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 112901 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 757CAB6F70 for ; Thu, 1 Sep 2011 22:19:53 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Qz6Ek-0004xi-Rp; Thu, 01 Sep 2011 12:19:14 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Qz6Ej-0004xY-R0 for kernel-team@lists.ubuntu.com; Thu, 01 Sep 2011 12:19:13 +0000 Received: from dynamic-adsl-94-36-85-119.clienti.tiscali.it ([94.36.85.119] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Qz6Ej-000883-Ma for kernel-team@lists.ubuntu.com; Thu, 01 Sep 2011 12:19:13 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] don't enforce EFI_VARS if unavailable Date: Thu, 1 Sep 2011 14:19:11 +0200 Message-Id: <1314879551-28338-2-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1314879551-28338-1-git-send-email-paolo.pisati@canonical.com> References: <1314879551-28338-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Paolo Pisati --- debian.master/config/enforce | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian.master/config/enforce b/debian.master/config/enforce index da948e3..0826d82 100644 --- a/debian.master/config/enforce +++ b/debian.master/config/enforce @@ -81,6 +81,6 @@ value CONFIG_IPV6 y # dependancies which can pull it =m at a whim. value CONFIG_ECRYPT_FS y -# Ensure CONFIG_EFI_VARS is y as debian-installer relies on having -# access to efivars when installing in EFI mode. See LP:837332 -value CONFIG_EFI_VARS y +# Ensure CONFIG_EFI_VARS is y (if available) as debian-installer relies on +# having access to efivars when installing in EFI mode. See LP:837332 +!exists CONFIG_EFI_VARS | value CONFIG_EFI_VARS y