From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: problem with commit abae042 Date: Sat, 15 Apr 2017 20:17:59 +0200 Message-ID: <871sstilgo.fsf@gmail.com> References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-17-m.othacehe@gmail.com> <20170415184756.10b178be@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czSGr-0003ac-I4 for guix-devel@gnu.org; Sat, 15 Apr 2017 14:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czSGo-0002aG-E9 for guix-devel@gnu.org; Sat, 15 Apr 2017 14:18:05 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:33427) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czSGo-0002Za-5Z for guix-devel@gnu.org; Sat, 15 Apr 2017 14:18:02 -0400 Received: by mail-wm0-x244.google.com with SMTP id o81so3212873wmb.0 for ; Sat, 15 Apr 2017 11:18:01 -0700 (PDT) In-reply-to: <20170415184756.10b178be@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: 26339@debbugs.gnu.org, guix-devel I think there's a problem with commit abae042 : * profile-grub-entries become unused and is still present. * When using switch-generation, operating-system-bootcfg is not * called. So, the kernel arguments are not correctly set (--root, * --system and --load), and the resulting entries in grub.cfg are broken. Mathieu