From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Bootloader and GPG-Signing Date: Sat, 08 Jun 2019 05:06:34 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53130) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZTYu-0008RL-Oc for help-guix@gnu.org; Sat, 08 Jun 2019 01:06:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZTYt-0000D2-Cn for help-guix@gnu.org; Sat, 08 Jun 2019 01:06:40 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48644) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZTYs-0000B3-J0 for help-guix@gnu.org; Sat, 08 Jun 2019 01:06:39 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6224434046 for ; Sat, 8 Jun 2019 07:06:35 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tTomkKJ1WriM for ; Sat, 8 Jun 2019 07:06:34 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix!=0A=0AHow to make bootloader to automatically GPG-Sign the ker= nel, initramfs and grub.cfg it generates everytime during "system init" o= r system reconfigure"? Is there way to enable this via system configurati= on file "config.scm"?=0A=0AThank you!=0A=0ARegards,=0ARG.