all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33591] [PATCH] doc: Fix "desktop" OS config example.
@ 2018-12-03  0:48 Laura Lazzati
  2018-12-03 13:31 ` bug#33591: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Laura Lazzati @ 2018-12-03  0:48 UTC (permalink / raw)
  To: 33591; +Cc: Gábor Boskovits, Ricardo Wurmus

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-doc-Fix-desktop-OS-config-example.patch --]
[-- Type: text/x-patch, Size: 957 bytes --]

From 63b356ed853c4bdfc9b0c059bc1bc4303f0af5ee Mon Sep 17 00:00:00 2001
From: Laura Lazzati <laura.lazzati.15@gmail.com>
Date: Sun, 2 Dec 2018 21:02:44 -0300
Subject: [PATCH] doc: Fix "desktop" OS config example.

 * gnu/system/examples/desktop.tmpl (file-systems): Add 'file-system-label' procedure to device field.
---
 gnu/system/examples/desktop.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index ea21e1df6..1b8d46afa 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -26,7 +26,7 @@
           (type luks-device-mapping))))
 
   (file-systems (cons (file-system
-                        (device "my-root")
+                        (device (file-system-label "my-root"))
                         (mount-point "/")
                         (type "ext4")
                         (dependencies mapped-devices))
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33591: [PATCH] doc: Fix "desktop" OS config example.
  2018-12-03  0:48 [bug#33591] [PATCH] doc: Fix "desktop" OS config example Laura Lazzati
@ 2018-12-03 13:31 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2018-12-03 13:31 UTC (permalink / raw)
  To: Laura Lazzati; +Cc: Gábor Boskovits, Ricardo Wurmus, 33591-done

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

Pushed to master as b9914c479445a85b2caf284c50f8a242f0f8f0bd with minimal changes (to the commit message).

Thanks!

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-03 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03  0:48 [bug#33591] [PATCH] doc: Fix "desktop" OS config example Laura Lazzati
2018-12-03 13:31 ` bug#33591: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.