Go to file
Ruixin Bao 2ef240d401 app/libpriv: add editor option for karg command
Add editor option for kernel arguments. The logic
was taken from the ostree-commit editor.

The user now can edit the kernel arguments from an editor.

The synchronization related issue is resolved by reloading the
sysroot and see if the sysroot has been changed since the call
of the editor prompt.

Closes: #1097
Approved by: jlebon
2017-11-28 18:29:42 +00:00
.github
api-doc
buildutil
ci
design
docs
libdnf@022365553a
libglnx@e627524af9
man
packaging
scripts bwrap: Don't use --unshare-net in nspawn by default 2017-03-10 17:27:56 +00:00
src
tests
vagrant
.dir-locals.el
.editorconfig
.gitmodules
.papr.yml
.vimrc
autogen.sh
configure.ac Release v2017.10 2017-11-02 18:01:58 +00:00
CONTRIBUTING.md
COPYING
git.mk
HACKING.md
LICENSE
Makefile-daemon.am
Makefile-decls.am
Makefile-lib-defines.am
Makefile-lib.am
Makefile-libdnf.am
Makefile-libpriv.am
Makefile-man.am
Makefile-rpm-ostree.am
Makefile-tests.am tests/check: Add unit tests for kargs options 2017-11-06 18:49:36 +00:00
Makefile.am
mkdocs.yml
README.md
TODO
Vagrantfile

rpm-ostree Overview

rpm-ostree is a hybrid image/package system. It uses OSTree as a base image format, and supports RPM on both the client and server side using libdnf.

For more information, see the online manual: Read The Docs (rpm-ostree)

Features:

  • Atomic upgrades and rollback for host system updates
  • A server side tool to consume RPMs and commit them to an OSTree repository
  • A system daemon to consume OSTree commits as updates

Projects using rpm-ostree

Project Atomic uses rpm-ostree to provide a minimal host for Docker formatted Linux containers. Replicating a base immutable OS, then using Docker for applications.

Manual

For more information, see the online manual: Read The Docs (rpm-ostree)