aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2017-06-11 12:58:38 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2017-07-15 12:53:37 +0200
commit8d858010b373485dcd999c30ec58bede53bd7ecd (patch)
tree6c8b2db7f90e6c9cb1da8d6f1eea8c8e8de1a37c /doc
parentc3b5b1bb49084ac816750cedc8f03a55884b2dd8 (diff)
downloadguix-8d858010b373485dcd999c30ec58bede53bd7ecd.tar
guix-8d858010b373485dcd999c30ec58bede53bd7ecd.tar.gz
bootloader: Add u-boot.
* gnu/bootloader/u-boot.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi: Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index dc764cc292..ecf9617725 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15931,10 +15931,10 @@ The type of a bootloader configuration declaration.
@cindex UEFI, bootloader
@cindex BIOS, bootloader
The bootloader to use, as a @code{bootloader} object. For now
-@code{grub-bootloader}, @code{grub-efi-bootloader} and
-@code{extlinux-bootloader} are supported. @code{grub-efi-bootloader},
-allows to boot on modern systems using the @dfn{Unified Extensible
-Firmware Interface} (UEFI).
+@code{grub-bootloader}, @code{grub-efi-bootloader},
+@code{extlinux-bootloader} and @code{u-boot-bootloader} are supported.
+@code{grub-efi-bootloader} allows to boot on modern systems using the
+@dfn{Unified Extensible Firmware Interface} (UEFI).
Available bootloaders are described in @code{(gnu bootloader @dots{})}
modules.