guix-commits
[Top][All Lists]
Advanced

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

01/01: bootloader: extlinux: Remove syslinux-bootloader.


From: Mathieu Othacehe
Subject: 01/01: bootloader: extlinux: Remove syslinux-bootloader.
Date: Thu, 18 May 2017 06:11:22 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 7fb6a9d3a63bfceba98e0b020e903e436ab865b5
Author: Mathieu Othacehe <address@hidden>
Date:   Thu May 18 12:10:03 2017 +0200

    bootloader: extlinux: Remove syslinux-bootloader.
    
    * gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader
      that was forgotten in 8ad37ad7b.
---
 gnu/bootloader/extlinux.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm
index 12fa447..6f232db 100644
--- a/gnu/bootloader/extlinux.scm
+++ b/gnu/bootloader/extlinux.scm
@@ -25,8 +25,7 @@
   #:use-module (guix monads)
   #:use-module (guix records)
   #:use-module (guix utils)
-  #:export (extlinux-bootloader
-            syslinux-bootloader))
+  #:export (extlinux-bootloader))
 
 (define* (extlinux-configuration-file config entries
                                       #:key



reply via email to

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