all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Mount /tmp as tmpfs?
@ 2018-05-17 17:03 Pierre Neidhardt
  2018-05-17 18:21 ` Clément Lassieur
  2018-05-18 10:53 ` Nils Gillmann
  0 siblings, 2 replies; 6+ messages in thread
From: Pierre Neidhardt @ 2018-05-17 17:03 UTC (permalink / raw)
  To: help-guix@gnu.org

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


I was wondering if it's commendable to mount /tmp as tmpfs with GuixSD.
I think it could be useful to speed up Guix builds.

What would be the best way to do so?
Can't test now, but what about

     (file-system
       (mount-point "/tmp")
       (device "tmpfs")
       (type "tmpfs")
       (flags '(no-dev no-suid))

?

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2018-05-18 11:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-17 17:03 Mount /tmp as tmpfs? Pierre Neidhardt
2018-05-17 18:21 ` Clément Lassieur
2018-05-17 18:26   ` Pierre Neidhardt
2018-05-18 10:53 ` Nils Gillmann
2018-05-18 11:20   ` Clément Lassieur
2018-05-18 11:22   ` Pierre Neidhardt

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.