Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compose: Add support for "default_target" #10

Closed
wants to merge 1 commit into from

Commits on Jun 17, 2014

  1. compose: Add support for "default_target"

    Currently the systemd RPM ships with default.target ->
    graphical.target, which is either itself changed by Anaconda (via
    parsing /etc/sysconfig/desktop, which...anyways let's stop here).
    
    Or anaconda might set it directly to multi-user.target.
    
    For rpm-ostree, we perform some minimal level of "preconfiguration"
    per tree, so they are directly usable without an intervening
    installer.
    
    As an example for fedora-atomic/base/core, we just want
    multi-user.target.  Thus, this patch provides the treefile author a
    declarative mechanism to set it.
    cgwalters committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    08fd84e View commit details
    Browse the repository at this point in the history