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

upgrade: Add --os argument #12

Merged
merged 2 commits into from
Jul 17, 2014
Merged

upgrade: Add --os argument #12

merged 2 commits into from
Jul 17, 2014

Commits on Jul 16, 2014

  1. status: Don't require a booted deployment

    I'm working on a patch to add --sysroot support, and for testing
    OSTree stuff I often work from a "traditional" host workstation, and
    then I have OSTree content in /.
    
    This makes "atomic status" just work for that; I simply have no booted
    deployment.
    cgwalters committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    f642512 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Add: --sysroot and --os arguments

    These match OSTree.  There are a variety of use cases here.  One is
    for test suites; we can stand up a temporary sysroot directory, and
    operate on content inside there.
    
    Another is doing virtual machine upgrades offline from a host system,
    or upgrading a different OS.
    
    The duplication here is a bit unfortunate; if we add a lot more
    commands we should revisit this and perhaps have a common option
    group.
    cgwalters committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    711745b View commit details
    Browse the repository at this point in the history