From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Walters Subject: Re: [PATCH] systemd: mount the EFI variable filesystem Date: Wed, 31 Oct 2012 09:04:30 -0400 Message-ID: <1351688670.9230.4.camel@lenny> References: <1351308202-14628-1-git-send-email-jlee@suse.com> <20121028130025.GD7904@tango.0pointer.de> <1351477290.21227.7.camel@linux-s257.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1351477290.21227.7.camel@linux-s257.site> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: systemd-devel-bounces+gcssd-systemd-devel=m.gmane.org@lists.freedesktop.org Errors-To: systemd-devel-bounces+gcssd-systemd-devel=m.gmane.org@lists.freedesktop.org To: joeyli Cc: Matt Fleming , systemd-devel@lists.freedesktop.org, Kay Sievers , linux-efi@vger.kernel.org, Jeremy Kerr , Matthew Garrett List-Id: linux-efi@vger.kernel.org On Mon, 2012-10-29 at 10:21 +0800, joeyli wrote: > I tested this patch on my UEFI notebook with latest EFI kernel git tree, > the efivarfs mounted normally after system boot and I can delete/add EFI > variable through /sys/firmware/efi/efivars. This causes systemd to output a warning if the kernel doesn't have an efivars module. I suppose to do this kind of thing "right" we'd have to conditionalize the module loads on available kernel version they first appeared in? (Yes, I frequently I boot bleeding edge systemd from git on older kernels)