Re: Remounting tmpfs

2019-04-17 Thread rendaw
On 4/18/19 5:31 AM, Ludovic Courtès wrote: > Hi, > > 7e9wc56emja...@s.rendaw.me skribis: > >> On 4/9/19 11:58 PM, Ludovic Courtès wrote: >>> Hello, >>> >>> 7e9wc56emja...@s.rendaw.me skribis: >>> On a system I'm porting to guix I have 2GB tmpfs with subdirectories like /tmpfs/etc that I

Re: Remounting tmpfs

2019-04-17 Thread Ludovic Courtès
Hi, 7e9wc56emja...@s.rendaw.me skribis: > On 4/9/19 11:58 PM, Ludovic Courtès wrote: >> Hello, >> >> 7e9wc56emja...@s.rendaw.me skribis: >> >>> 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 c

Re: Remounting tmpfs

2019-04-16 Thread rendaw
On 4/10/19 12:24 AM, 7e9wc56emja...@s.rendaw.me wrote: > On 4/9/19 11:58 PM, Ludovic Courtès wrote: >> Hello, >> >> 7e9wc56emja...@s.rendaw.me skribis: >> >>> 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.

Re: Remounting tmpfs

2019-04-09 Thread 7e9wc56emjakcm
On 4/9/19 11:58 PM, Ludovic Courtès wrote: > Hello, > > 7e9wc56emja...@s.rendaw.me skribis: > >> 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 servic

Re: Remounting tmpfs

2019-04-09 Thread Ludovic Courtès
Hello, 7e9wc56emja...@s.rendaw.me skribis: > 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

Remounting tmpfs

2019-04-07 Thread 7e9wc56emjakcm
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 file