unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Remounting tmpfs
@ 2019-04-07 19:33 7e9wc56emjakcm
  2019-04-09 14:58 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: 7e9wc56emjakcm @ 2019-04-07 19:33 UTC (permalink / raw)
  To: help-guix

On a system I'm porting to guix I have 2GB tmpfs with subdirectories
like /tmpfs/etc that I remount to /etc with an overlay filesystem.

The current way I do this in systemd is making a service dependency
between the /tmpfs and /etc mounts that mkdirs /tmpfs/etc and
/tmpfs/etc_work, but AFAICT filesystem definitions in guix can only have
filesystem dependencies.

Are there any other ways I can do this without copying/pasting/modifying
gobs of core guix code into my system definition?  Like somehow
appending (mkdir /tmpfs/etc) onto the tmpfs filesystem service start
procedure or something.

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

end of thread, other threads:[~2019-04-17 20:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-07 19:33 Remounting tmpfs 7e9wc56emjakcm
2019-04-09 14:58 ` Ludovic Courtès
2019-04-09 15:24   ` 7e9wc56emjakcm
2019-04-16 19:11     ` rendaw
2019-04-17 20:31     ` Ludovic Courtès
2019-04-17 20:50       ` rendaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).