GNOME Bugzilla – Bug 705864
Make systemd unit dir configurable
Last modified: 2013-08-15 22:30:18 UTC
Created attachment 251399 [details] [review] proposed patch ostree currently hardcodes the system system unit path (depending on the prefix), which is unhelpful if the ostree prefix doesn't match tye systemd system prefix.
Review of attachment 251399 [details] [review]: This one looks fine, but if pushed would break gnome-ostree since I'm not at the moment doing "systemctl preset" in buildroot processing. So give me a bit of time to fix that (which I need to do anyways). But you can split up the systemd unit prefix fix and push that independently of the [Install] change. ::: configure.ac @@ +124,3 @@ AM_CONDITIONAL(BUILDOPT_DRACUT, test x$with_dracut = xyes) +if test "x$with_dracut" = "xyes" ; then Should be AS_IF(). See https://bugzilla.gnome.org/show_bug.cgi?id=681413
I filed https://bugzilla.gnome.org/show_bug.cgi?id=706022 for the preset issue.
I did the AS_IF() fix and pushed, now that gnome-ostree handles systemd [Install] sections. https://git.gnome.org/browse/ostree/commit/?id=a00eb681a01476534d59e3de715ad9e864be8028