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
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
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.
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
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
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