From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1OD1-0007tx-Ny for guix-patches@gnu.org; Thu, 20 Apr 2017 22:22:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1OCx-00011h-Hy for guix-patches@gnu.org; Thu, 20 Apr 2017 22:22:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1OCx-00011d-FK for guix-patches@gnu.org; Thu, 20 Apr 2017 22:22:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1OCx-0001US-At for guix-patches@gnu.org; Thu, 20 Apr 2017 22:22:03 -0400 Subject: bug#26544: [PATCH v2 0/8] system: Move "--load" and other guix-specific parameters from the grub module to the generic system module. References: <20170417170030.2212-1-dannym@scratchpost.org> In-Reply-To: <20170417170030.2212-1-dannym@scratchpost.org> Resent-Message-ID: From: Danny Milosavljevic Date: Fri, 21 Apr 2017 04:21:19 +0200 Message-Id: <20170421022127.20524-1-dannym@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26544@debbugs.gnu.org Danny Milosavljevic (8): system: Rename operating-system-kernel-arguments to operating-system-user-kernel-arguments. system: Rename operating-system-parameters-file to operating-system-boot-parameters-file. system: Factorize operating-system-boot-parameters-file. system: Introduce operating-system-kernel-arguments and use it. system: Introduce read-boot-parameters-file. system: vm: Use operating-system-kernel-arguments. system: Use operating-system-boot-parameters directly. system: grub: Use boot-parameters instead of menu-entry where possible. gnu/system.scm | 133 +++++++++++++++++++++++++++++++----------------- gnu/system/grub.scm | 14 ++++- gnu/system/vm.scm | 7 +-- guix/scripts/system.scm | 24 ++++----- 4 files changed, 110 insertions(+), 68 deletions(-)