From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1XpB-00037s-2t for guix-patches@gnu.org; Fri, 21 Apr 2017 08:38:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1Xp4-0004KD-VP for guix-patches@gnu.org; Fri, 21 Apr 2017 08:38:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33610) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1Xp4-0004K9-Se for guix-patches@gnu.org; Fri, 21 Apr 2017 08:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1Xp4-0003hW-Mr for guix-patches@gnu.org; Fri, 21 Apr 2017 08:38:02 -0400 Subject: bug#26544: [PATCH v4 00/10] system: Move "--load" and other guix-specific parameters from the grub module to the generic system module. Resent-Message-ID: From: Danny Milosavljevic Date: Fri, 21 Apr 2017 14:37:04 +0200 Message-Id: <20170421123714.2395-1-dannym@scratchpost.org> In-Reply-To: <86h91ikw4m.fsf@gmail.com> References: <86h91ikw4m.fsf@gmail.com> 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 (10): 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. scripts: Make boot-parameters label include generation number and time. 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. scripts: Remove profile-grub-entries. gnu/system.scm | 133 +++++++++++++++++++++++++++++++----------------- gnu/system/grub.scm | 14 ++++- gnu/system/vm.scm | 7 +-- guix/scripts/system.scm | 64 +++++------------------ 4 files changed, 114 insertions(+), 104 deletions(-)