[systemd-devel] porteus and systemd

Mantas Mikulėnas grawity at gmail.com
Tue Dec 31 01:36:01 PST 2013


On Tue, Dec 31, 2013 at 10:11 AM, Roelof Wobben <r.wobben at home.nl> wrote:
> Mantas Mikulėnas schreef op 30-12-2013 13:36:
>>
>> On Mon, Dec 30, 2013 at 1:06 PM, Roelof Wobben <r.wobben at home.nl> wrote:
>>
>>> hello,
>>>
>>> Im trying to port Cinnamon to porteus.
>>> Porteus is a slackware based distro which work with modules.
>>>
>>> The problem is that Cinnamon works the best with systemd and slackware
>>> refuses to use systemd.
>>> Now I want to try to make systemd work on a porteus system so that I have
>>> a
>>> slackware based system with systemd and Cinnamon.
>>>
>>> The biggest problem is that im not a coder.
>>
>> If you can port Cinnamon to a distro, most likely you can port systemd
>> to a distro just as well.
>>
>> 0. Install all dependencies – a recent kernel with required options;
>> PAM; a /sbin/login with PAM support. The requirements are listed in
>> the README [1].
>
>
> One question :  What is the best pam config for this part. I think this part
> costs me a few days and I do not
> want a box where I cannot log in.

Keep it simple:

auth required pam_unix.so
account required pam_unix.so
session optional pam_loginuid.so
session optional pam_systemd.so
session optional pam_limits.so
session required pam_unix.so
password required pam_unix.so

(I'd change the session modules to 'required', but that can be done
later when you have everything working.)

-- 
Mantas Mikulėnas <grawity at gmail.com>


More information about the systemd-devel mailing list