From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d02Ys-0000Y8-5t for guix-patches@gnu.org; Mon, 17 Apr 2017 05:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d02Yp-0001Sj-2A for guix-patches@gnu.org; Mon, 17 Apr 2017 05:03:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53302) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d02Yo-0001Sf-Ut for guix-patches@gnu.org; Mon, 17 Apr 2017 05:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d02Yo-0005Qb-Od for guix-patches@gnu.org; Mon, 17 Apr 2017 05:03:02 -0400 Subject: bug#26339: [PATCH v2 00/12] Support for non grub bootloaders. References: <20170402134916.2871-1-m.othacehe@gmail.com> In-Reply-To: <20170402134916.2871-1-m.othacehe@gmail.com> Resent-Message-ID: From: Mathieu Othacehe Date: Mon, 17 Apr 2017 11:01:36 +0200 Message-Id: <20170417090148.13791-1-m.othacehe@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: 26339@debbugs.gnu.org Hi, Here's a v2 of the serie to address problems pointed out by Danny. Thanks, Mathieu David Craven (1): bootloader: Add install procedures and use them. Mathieu Othacehe (11): system: Pass to grub. system: Add extlinux support. scripts: system: Rename --no-grub option to --no-bootloader. system: Add bootloader type. bootloader: Stop using grub module. bootloader: Add device and type to bootloader-configuration record. scripts: system: Remove unused variables. scripts: system: Adapt "reconfigure" to new bootloader API. scripts: system: Adapt "init" to new bootloader API. scripts: system: Adapt "switch-generation" to new bootloader API. scripts: system: Display bootloader device and type in "list-generations". gnu.scm | 3 +- gnu/build/install.scm | 36 ++---- gnu/build/vm.scm | 17 ++- gnu/local.mk | 1 + gnu/system.scm | 50 +++++++-- gnu/system/bootloader.scm | 254 ++++++++++++++++++++++++++++++++++++++++++ gnu/system/grub.scm | 35 ++++-- gnu/system/vm.scm | 37 ++++-- gnu/tests.scm | 3 +- gnu/tests/nfs.scm | 3 +- gnu/tests/web.scm | 1 + guix/scripts/system.scm | 278 +++++++++++++++++++++++++--------------------- tests/guix-system.sh | 2 - tests/system.scm | 2 - 14 files changed, 519 insertions(+), 203 deletions(-) create mode 100644 gnu/system/bootloader.scm -- 2.12.2