Here's a related discussion for CoreOS-style systems:
https://github.com/coreos/fedora-coreos-config/pull/77

It's quite different from traditional since Ignition implies using 
ConditionFirstBoot which means systemd does a preset-all on firstboot; the PR 
is about the tension between what RPM is doing vs what the ostree base should 
contain.

But anyways we ended up doing a preset-all after everything is installed (on 
the server side buildsystem), this runs after all RPM scripts so we know that a 
stray %post doing a direct `systemctl enable` won't have any effect.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to