From d467e640aa763e3440231270c832028b5c804a6a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 19 May 2014 22:38:44 +0200 Subject: doc: Show the 'bootloader' field in system example. * doc/guix.texi (Using the Configuration System): Add 'bootloader' field. --- doc/guix.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 "/") -- cgit v1.2.3