bootloader: extlinux: Remove syslinux-bootloader.
* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader
that was forgotten in 8ad37ad7b
.
This commit is contained in:
parent
8ad37ad7b6
commit
7fb6a9d3a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue