diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-07-05 11:52:55 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-05 11:53:36 +0200 |
| commit | 900e6d40518d9b47e5d18cc532ce29a9c352c12d (patch) | |
| tree | f691f2cff3b4982c78940d9c86c6abb7f7ccb509 | |
| parent | fc0e663f782896f542d008c871d21b9cf636a75c (diff) | |
doc: Mention ARM and AArch64 bootloaders.
* doc/guix.texi (Bootloader Configuration): Mention ARM and AArch64.
Add missing uses of @code.
| -rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a913c2ea3dc..fde28b4a070 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -20739,8 +20739,12 @@ when you boot it on your system. | |||
| 20739 | @code{grub-bootloader} allows you to boot in particular Intel-based machines | 20739 | @code{grub-bootloader} allows you to boot in particular Intel-based machines |
| 20740 | in ``legacy'' BIOS mode. | 20740 | in ``legacy'' BIOS mode. |
| 20741 | 20741 | ||
| 20742 | @cindex ARM, bootloaders | ||
| 20743 | @cindex AArch64, bootloaders | ||
| 20742 | Available bootloaders are described in @code{(gnu bootloader @dots{})} | 20744 | Available bootloaders are described in @code{(gnu bootloader @dots{})} |
| 20743 | modules. | 20745 | modules. In particular, @code{(gnu bootloader u-boot)} contains definitions |
| 20746 | of bootloaders for a wide range of ARM and AArch64 systems, using the | ||
| 20747 | @uref{http://www.denx.de/wiki/U-Boot/, U-Boot bootloader}. | ||
| 20744 | 20748 | ||
| 20745 | @item @code{target} | 20749 | @item @code{target} |
| 20746 | This is a string denoting the target onto which to install the | 20750 | This is a string denoting the target onto which to install the |
| @@ -20776,7 +20780,7 @@ The output terminals used for the bootloader boot menu, as a list of | |||
| 20776 | symbols. GRUB accepts the values: @code{console}, @code{serial}, | 20780 | symbols. GRUB accepts the values: @code{console}, @code{serial}, |
| 20777 | @code{serial_@{0-3@}}, @code{gfxterm}, @code{vga_text}, | 20781 | @code{serial_@{0-3@}}, @code{gfxterm}, @code{vga_text}, |
| 20778 | @code{mda_text}, @code{morse}, and @code{pkmodem}. This field | 20782 | @code{mda_text}, @code{morse}, and @code{pkmodem}. This field |
| 20779 | corresponds to the GRUB variable GRUB_TERMINAL_OUTPUT (@pxref{Simple | 20783 | corresponds to the GRUB variable @code{GRUB_TERMINAL_OUTPUT} (@pxref{Simple |
| 20780 | configuration,,, grub,GNU GRUB manual}). | 20784 | configuration,,, grub,GNU GRUB manual}). |
| 20781 | 20785 | ||
| 20782 | @item @code{terminal-inputs} (default: @code{'()}) | 20786 | @item @code{terminal-inputs} (default: @code{'()}) |
| @@ -20785,7 +20789,7 @@ symbols. For GRUB, the default is the native platform terminal as | |||
| 20785 | determined at run-time. GRUB accepts the values: @code{console}, | 20789 | determined at run-time. GRUB accepts the values: @code{console}, |
| 20786 | @code{serial}, @code{serial_@{0-3@}}, @code{at_keyboard}, and | 20790 | @code{serial}, @code{serial_@{0-3@}}, @code{at_keyboard}, and |
| 20787 | @code{usb_keyboard}. This field corresponds to the GRUB variable | 20791 | @code{usb_keyboard}. This field corresponds to the GRUB variable |
| 20788 | GRUB_TERMINAL_INPUT (@pxref{Simple configuration,,, grub,GNU GRUB | 20792 | @code{GRUB_TERMINAL_INPUT} (@pxref{Simple configuration,,, grub,GNU GRUB |
| 20789 | manual}). | 20793 | manual}). |
| 20790 | 20794 | ||
| 20791 | @item @code{serial-unit} (default: @code{#f}) | 20795 | @item @code{serial-unit} (default: @code{#f}) |
