On Fri, Sep 5, 2014 at 2:22 PM, Matthias Klumpp <[email protected]> wrote: > 2014-09-05 19:52 GMT+02:00 Zack Weinberg <[email protected]>: >> Abstractly, I believe the ideal situation would be for all init systems in >> the archive to be *completely* co-installable, with /sbin/init a symlink >> under control of the administrator ... > I did not test this, but AFAIK PID 1 can not be a symlink...
I did not test this either, but per http://lxr.free-electrons.com/source/init/main.c#L906 and http://lxr.free-electrons.com/source/init/main.c#L952 the kernel just calls do_execve() on whatever init= parameter it's given or else a short list of defaults (including "/sbin/init"), so symlinks _should_ work normally. zw -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/cakcabmgbfkkd+7id3eabrvpdne9ymz0ycxo8l9v3oomqezc...@mail.gmail.com

