Lukáš Nykrýn
Lukáš Nykrýn
Just a note here, I don't think that GPL v2, which we used for dracut is compatible with AGPL used here.
Hmm, do we know why inst_multiple does not process -H? THis seems wrong to me.
Yeah, I agree, but my question is why the code is different from the other functions.
I don't know; it still looks like Harald forgot to add the same code in inst_multiple. But probably I am missing something.
> Such a patch would then have to use the systemd sysusers files that we are shipping with our modules ( and being shipped with modules that reside outside our...
And also to back up my proposal. In a normal system we have ConditionNeedsUpdate just because we need to run the service when etc or usr change. Those are static...
Wouldn't this break compatibility with older systemd?
> This looks good to me, but for consistency should the following change as well to poweroff instead of halt (in dracut-lib.sh). > > ``` > source_hook "$hook" > warn...