mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
doc: Show the 'bootloader' field in system example.
* doc/guix.texi (Using the Configuration System): Add 'bootloader' field.
This commit is contained in:
parent
c79d54fe41
commit
d467e640aa
1 changed files with 2 additions and 0 deletions
|
@ -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 "/")
|
||||
|
|
Loading…
Reference in a new issue