all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53826] [PATCH 0/2] Improve Swap Space examples
@ 2022-02-06 21:18 Josselin Poiret via Guix-patches via
  2022-02-06 21:20 ` [bug#53826] [PATCH 1/2] system: Add helper file-system-mount-point-predicate Josselin Poiret via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2022-02-06 21:18 UTC (permalink / raw)
  To: 53826; +Cc: Josselin Poiret

Hello,

These two patches should help making swap space dependencies more
manageable for people who aren't yet proficient enough in Guile.

The first patch adds a simple predicate which can be used in
conjunction with filter to select file systems with specific mount
points, and the second refactors the examples to be more readily copy
and pasted into the configuration file, also using the helper
predicate.

Best,

Josselin Poiret (2):
  system: Add helper file-system-mount-point-predicate.
  doc: Clarify the Swap Space examples, and include an helper example.

 doc/guix.texi               | 33 +++++++++++++++++++++++++--------
 gnu/system/file-systems.scm |  7 +++++++
 2 files changed, 32 insertions(+), 8 deletions(-)

-- 
2.34.0





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

end of thread, other threads:[~2022-02-15  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 21:18 [bug#53826] [PATCH 0/2] Improve Swap Space examples Josselin Poiret via Guix-patches via
2022-02-06 21:20 ` [bug#53826] [PATCH 1/2] system: Add helper file-system-mount-point-predicate Josselin Poiret via Guix-patches via
2022-02-06 21:20 ` [bug#53826] [PATCH 2/2] doc: Clarify the Swap Space examples, and include an helper example Josselin Poiret via Guix-patches via
2022-02-15  9:15 ` bug#53826: [PATCH 0/2] Improve Swap Space examples Ludovic Courtès

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.