diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-18 12:10:03 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-18 12:10:03 +0200 |
| commit | 7fb6a9d3a63bfceba98e0b020e903e436ab865b5 (patch) | |
| tree | 11915cf8215409bc09ae98d30370506636334716 /gnu | |
| parent | 8ad37ad7b65d73525faebccdfa47f3a9dddc768c (diff) | |
bootloader: extlinux: Remove syslinux-bootloader.
* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader
that was forgotten in 8ad37ad7b.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/bootloader/extlinux.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm index 12fa447c31a..6f232db83e3 100644 --- a/gnu/bootloader/extlinux.scm +++ b/gnu/bootloader/extlinux.scm | |||
| @@ -25,8 +25,7 @@ | |||
| 25 | #:use-module (guix monads) | 25 | #:use-module (guix monads) |
| 26 | #:use-module (guix records) | 26 | #:use-module (guix records) |
| 27 | #:use-module (guix utils) | 27 | #:use-module (guix utils) |
| 28 | #:export (extlinux-bootloader | 28 | #:export (extlinux-bootloader)) |
| 29 | syslinux-bootloader)) | ||
| 30 | 29 | ||
| 31 | (define* (extlinux-configuration-file config entries | 30 | (define* (extlinux-configuration-file config entries |
| 32 | #:key | 31 | #:key |
