Man page - ostree-admin-deploy(1)
Packages contas this manual
- ostree-admin-stateroot-init(1)
- ostree-admin-unlock(1)
- ostree-init(1)
- ostree-pull(1)
- ostree-refs(1)
- ostree-commit(1)
- ostree-gpg-sign(1)
- ostree.repo-config(5)
- ostree-admin-undeploy(1)
- ostree-fsck(1)
- ostree(1)
- ostree-admin-status(1)
- ostree-export(1)
- ostree-config(1)
- ostree-admin-pin(1)
- ostree.repo(5)
- rofiles-fuse(1)
- ostree-create-usb(1)
- ostree-summary(1)
- ostree-log(1)
- ostree-admin-config-diff(1)
- ostree-checksum(1)
- ostree-checkout(1)
- ostree-admin-lock-finalization(1)
- ostree-admin(1)
- ostree-sign(1)
- ostree-pull-local(1)
- ostree-admin-cleanup(1)
- ostree-reset(1)
- ostree-ls(1)
- ostree-admin-set-origin(1)
- ostree-admin-init-fs(1)
- ostree-show(1)
- ostree-cat(1)
- ostree-admin-instutil(1)
- ostree-prune(1)
- ostree-remote(1)
- ostree-admin-os-init(1)
- ostree-prepare-root(1)
- ostree-admin-set-default(1)
- ostree-rev-parse(1)
- ostree-admin-post-copy(1)
- ostree-admin-upgrade(1)
- ostree-admin-switch(1)
- ostree-static-delta(1)
- ostree-diff(1)
- ostree-admin-deploy(1)
- ostree-find-remotes(1)
Package: ostree
apt-get install ostree
apt-get install ostree
Manuals in package:
Documentations in package:
Manual
| OSTREE ADMIN DEPLOY(1) | ostree admin deploy | OSTREE ADMIN DEPLOY(1) |
NAME
ostree-admin-deploy - Checkout a revision as the new default deployment
SYNOPSIS
ostree admin deploy [OPTIONS...] {REFSPEC}
DESCRIPTION
Takes a commit or revision REFSPEC, and queues the new deployment as default upon reboot.
OPTIONS
--stateroot="STATEROOT"
Use a different operating system stateroot than the
current one.
--os="STATEROOT"
Alias for --stateroot.
--origin-file="FILENAME"
Use FILENAME as the origin, which is where OSTree will
look for updated versions of the tree.
--retain
Do not delete previous deployment.
--retain-pending
Do not delete pending deployments.
--retain-rollback
Do not delete rollback deployments.
--not-as-default
Append rather than prepend new deployment.
--lock-finalization
The deployment will not be "finalized" by
default on shutdown; to later queue it, use ostree admin lock-finalization
--unlock.
--karg-proc-cmdline
Import current /proc/cmdline.
--karg="NAME=VALUE"
Set kernel argument, like root=/dev/sda1; this overrides
any earlier argument with the same name.
--karg-append="NAME=VALUE"
Append kernel argument; useful with e.g. console= that
can be used multiple times.
--karg-delete="NAME=VALUE"
Delete kernel argument if exists, can be used multiple
times.
EXAMPLE
$ ostree admin status
* gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
origin refspec: gnome-ostree/buildmain/x86_64-runtime
gnome-ostree ce19c41036cc45e49b0cecf6b157523c2105c4de1ce3.0
origin refspec: gnome-ostree/buildmain/x86_64-runtime
$ ostree admin deploy gnome-ostree/buildmain/x86_64-runtime
ostadmin: Creating deployment /ostree/deploy/gnome-ostree/deploy/7e382b11d213a402a5313e61cbc69dfd5ab93cb07.1
ostadmin: Processing /etc: 3 modified, 0 removed, 29 added
Transaction complete: bootconfig swap: no deployment count change: 0)
$ ostree admin status
gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.1
origin refspec: gnome-ostree/buildmain/x86_64-runtime
* gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
origin refspec: gnome-ostree/buildmain/x86_64-runtime
| OSTree |