mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: Give an example with a FAT UUID.
* gnu/system/examples/lightweight-desktop.tmpl <file-systems>: Add a UUID for the /boot/efi partition. * doc/guix.texi (Using the Configuration System): Mention it.
This commit is contained in:
parent
03f66aea63
commit
50fcf37c13
2 changed files with 9 additions and 4 deletions
|
@ -8406,6 +8406,7 @@ management, power management, and more, would look like this:
|
|||
@include os-config-desktop.texi
|
||||
@end lisp
|
||||
|
||||
@cindex UEFI
|
||||
A graphical UEFI system with a choice of lightweight window managers
|
||||
instead of full-blown desktop environments would look like this:
|
||||
|
||||
|
@ -8413,6 +8414,10 @@ instead of full-blown desktop environments would look like this:
|
|||
@include os-config-lightweight-desktop.texi
|
||||
@end lisp
|
||||
|
||||
This example refers to the @file{/boot/efi} partition by its UUID,
|
||||
@code{1234-ABCD}. Replace this UUID with the right UUID on your system,
|
||||
as returned by the @command{blkid} command.
|
||||
|
||||
@xref{Desktop Services}, for the exact list of services provided by
|
||||
@var{%desktop-services}. @xref{X.509 Certificates}, for background
|
||||
information about the @code{nss-certs} package that is used here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue