summary refs log tree commit diff
diff options
context:
space:
mode:
-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 "/")