From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qXiNOsJw0l5JPAAA0tVLHw (envelope-from ) for ; Sat, 30 May 2020 14:42:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gKohNsJw0l5PdAAAB5/wlQ (envelope-from ) for ; Sat, 30 May 2020 14:42:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 782749401AE for ; Sat, 30 May 2020 14:42:10 +0000 (UTC) Received: from localhost ([::1]:48736 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf2ga-00077c-WB for larch@yhetil.org; Sat, 30 May 2020 10:42:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33770) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jf2gU-00077T-Tj for bug-guix@gnu.org; Sat, 30 May 2020 10:42:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47331) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jf2gU-0002ME-K0 for bug-guix@gnu.org; Sat, 30 May 2020 10:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jf2gU-0003bo-H4 for bug-guix@gnu.org; Sat, 30 May 2020 10:42:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#41541: merge wip-hurd-vm Resent-From: Jan Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 30 May 2020 14:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41541 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mathieu Othacehe Received: via spool by 41541-submit@debbugs.gnu.org id=B41541.159084967013812 (code B ref 41541); Sat, 30 May 2020 14:42:02 +0000 Received: (at 41541) by debbugs.gnu.org; 30 May 2020 14:41:10 +0000 Received: from localhost ([127.0.0.1]:58877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf2fd-0003ai-Me for submit@debbugs.gnu.org; Sat, 30 May 2020 10:41:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf2fc-0003aW-Mr for 41541@debbugs.gnu.org; Sat, 30 May 2020 10:41:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36101) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf2fV-00019g-R0; Sat, 30 May 2020 10:41:01 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=40574 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf2fV-0006Dk-2Z; Sat, 30 May 2020 10:41:01 -0400 From: Jan Nieuwenhuizen References: <87o8qavktf.fsf@gnu.org> <87tv01vgqy.fsf@gnu.org> Date: Sat, 30 May 2020 16:40:57 +0200 In-Reply-To: <87tv01vgqy.fsf@gnu.org> (Mathieu Othacehe's message of "Wed, 27 May 2020 12:01:25 +0200") Message-ID: <87blm54hae.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 41541@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: OTnGifNcGc3p Mathieu Othacehe writes: Hello! > About that, I'd like to limit at maximum the (if hurd ...) conditionals > in (gnu system image). > > So for the "make-device-node", I would propose to "link" it to the > image definition, as proposed in the attached patch. > > I'll see if we can do something similar for the "extra-directives" and > the "boot-activation". I have managed to completely boot-activation. Still using the same patch for hurd-directives, but I've got a feeling we're getting real close now. This adds besides 'multiboot-kernel' and 'multiboot-modules' now also 'multiboot-arguments' to . The temptation to rename 'linux' and 'linux-arguments' to 'kernel' and 'kernel-arguments' increases, but I didn't! I'm planning to reset wip-hurd-vm again as soon as my tests pass; there was another grub patch on master. Greetings, Janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com