summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-05-19 22:38:44 +0200
committerLudovic Courtès <ludo@gnu.org>2014-05-19 23:52:40 +0200
commitd467e640aa763e3440231270c832028b5c804a6a (patch)
tree321852fcfd3c24d54cf594ffdfb14c906b8aa7ba /doc
parentc79d54fe41b0a85c76b11ab2643895de2823d477 (diff)
downloadguix-d467e640aa763e3440231270c832028b5c804a6a.tar.gz
doc: Show the 'bootloader' field in system example.
* doc/guix.texi (Using the Configuration System): Add 'bootloader'
  field.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 917be1fc4d..57c9e4e52a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3125,6 +3125,8 @@ Linux-Libre kernel, initial RAM disk, and boot loader looks like this:
    (host-name "komputilo")
    (timezone "Europe/Paris")
    (locale "fr_FR.UTF-8")
+   (bootloader (grub-configuration
+                 (device "/dev/sda")))
    (file-systems (list (file-system
                          (device "/dev/disk/by-label/root")
                          (mount-point "/")