guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/33: gnu: bootloader: Add grub-minimal-bootloader.


From: guix-commits
Subject: 04/33: gnu: bootloader: Add grub-minimal-bootloader.
Date: Tue, 10 Mar 2020 03:58:43 -0400 (EDT)

janneke pushed a commit to branch wip-hurd
in repository guix.

commit d3e98cda9bd5c9fc27fdcd5467e86795795ebf10
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sun Mar 8 21:17:27 2020 +0100

    gnu: bootloader: Add grub-minimal-bootloader.
    
    * gnu/bootloader/grub.scm (grub-minimal-bootloader): New variable.
---
 gnu/bootloader/grub.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index b99f5fa..76c8463 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016 Chris Marusich <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
-;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <address@hidden>
+;;; Copyright © 2019, 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -462,6 +462,14 @@ fi~%"))))
    (configuration-file "/boot/grub/grub.cfg")
    (configuration-file-generator grub-configuration-file)))
 
+(define grub-minimal-bootloader
+  (bootloader
+   (name 'grub)
+   (package grub-minimal)
+   (installer install-grub)
+   (configuration-file "/boot/grub/grub.cfg")
+   (configuration-file-generator grub-configuration-file)))
+
 (define* grub-efi-bootloader
   (bootloader
    (inherit grub-bootloader)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]