all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Christopher Lemmer Webber <cwebber@dustycloud.org>,
	"help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: Wiping /tmp?
Date: Sat, 20 Jul 2019 11:20:12 +0200	[thread overview]
Message-ID: <87wogdt643.fsf@ambrevar.xyz> (raw)
In-Reply-To: <878sst1zxe.fsf@dustycloud.org>

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

Maybe not exactly what you want, but you can mount /tmp as tmpfs in memory:

--8<---------------cut here---------------start------------->8---
(file-systems (cons* ...
                         (file-system
                           (mount-point "/tmp")
                           (device "none")
                           (type "tmpfs")
                           (check? #f))
                         %base-file-systems))
--8<---------------cut here---------------end--------------->8---

-- 
Pierre Neidhardt
https://ambrevar.xyz/

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

  reply	other threads:[~2019-07-20  9:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-19 21:23 Wiping /tmp? Christopher Lemmer Webber
2019-07-20  9:20 ` Pierre Neidhardt [this message]
2019-07-20 14:48 ` N
2019-07-20 20:41 ` Ricardo Wurmus
2019-07-20 21:47   ` Christopher Lemmer Webber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wogdt643.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=cwebber@dustycloud.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.