Re: [systemd-devel] RootImage='s implementation

2018-02-07 Thread Lennart Poettering
On Mi, 07.02.18 07:34, worz ([email protected]) wrote: > Hi list,After looking at the code that implements the RootImage= > directive, I was wondering why it was necessary to do this in PID 1 > (code seems to have been partially borrowed from what nspawn uses), It's not done in PID 1. It's done betwee

[systemd-devel] RootImage='s implementation

2018-02-06 Thread worz
Hi list,After looking at the code that implements the RootImage= directive, I was wondering why it was necessary to do this in PID 1 (code seems to have been partially borrowed from what nspawn uses), and why was RootImage= not internally converted to RootDirectory=/run/some/private/dir/ where t