Difference between revisions of "Rpm-ostree"

From wikieduonline
Jump to navigation Jump to search
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
 +
* https://coreos.github.io/rpm-ostree/
  
  
Line 5: Line 7:
 
  [[/etc/rpm-ostreed.conf]]
 
  [[/etc/rpm-ostreed.conf]]
  
 +
[[rpm-ostree install htop]]
 +
[[rpm-ostree db list]]
 +
rpm-ostree db diff
 +
[[rpm-ostree uninstall]]
 +
[[rpm-ostree status]]
 +
[[rpm-ostree status -v]]
 +
 +
 +
[[rpm-ostree rollback -r]]
  
 
   compose          Commands to compose a tree
 
   compose          Commands to compose a tree
Line 17: Line 28:
 
   usroverlay      Apply a transient overlayfs to /usr
 
   usroverlay      Apply a transient overlayfs to /usr
 
   cancel          Cancel an active transaction
 
   cancel          Cancel an active transaction
   initramfs        Enable or disable local initramfs regeneration
+
   [[initramfs]]       Enable or disable local initramfs regeneration
 
   install          Overlay additional packages
 
   install          Overlay additional packages
 
   uninstall        Remove overlayed additional packages
 
   uninstall        Remove overlayed additional packages
Line 24: Line 35:
 
   refresh-md      Generate rpm repo metadata
 
   refresh-md      Generate rpm repo metadata
 
   kargs            Query or modify kernel arguments
 
   kargs            Query or modify kernel arguments
 
 
  
 
  rpm-ostree status
 
  rpm-ostree status
Line 40: Line 49:
 
               GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
 
               GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
  
 +
rpm-ostree status
 +
State: idle
 +
Deployments:
 +
* ostree://fedora:fedora/x86_64/coreos/stable
 +
                  Version: 32.20200907.3.0 (2020-09-23T08:16:31Z)
 +
                BaseCommit: b53de8b03134c5e6b683b5ea471888e9e1b193781794f01b9ed5865b57f35d57
 +
              GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
 +
          LayeredPackages: htop
 +
 +
  ostree://fedora:fedora/x86_64/coreos/stable
 +
                  Version: 32.20200824.3.0 (2020-09-08T08:56:41Z)
 +
                BaseCommit: 321d73d8865b2899510461cf16c4c2adb60e70031898c8d89e10eed2ac0e438a
 +
              GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
 +
          LayeredPackages: htop
 +
 +
 +
Sep 22 08:00:35 SERVER [[systemd]][1]: [[rpm-ostreed.service]]: Failed to add control [[inotify]] watch descriptor for control group /system.slice/[[rpm-ostreed]].service: [[No space left on device]]
  
 
== Related terms ==
 
== Related terms ==
 
* {{CoreOS}}
 
* {{CoreOS}}
 
+
* [[ostree]]
 
+
* [[Zincati]]
  
 
== See also ==
 
== See also ==
 +
* {{rpm-ostree}}
 
* {{RPM}}
 
* {{RPM}}
 
+
* {{CoreOS}}
  
 
[[Category:Computing]]
 
[[Category:Computing]]

Latest revision as of 09:10, 5 September 2023


/etc/rpm-ostreed.conf
rpm-ostree install htop
rpm-ostree db list
rpm-ostree db diff
rpm-ostree uninstall
rpm-ostree status
rpm-ostree status -v


rpm-ostree rollback -r
 compose          Commands to compose a tree
 cleanup          Clear cached/pending data
 db               Commands to query the RPM database
 deploy           Deploy a specific commit
 rebase           Switch to a different tree
 rollback         Revert to the previously booted tree
 status           Get the version of the booted system
 upgrade          Perform a system upgrade
 reload           Reload configuration
 usroverlay       Apply a transient overlayfs to /usr
 cancel           Cancel an active transaction
 initramfs        Enable or disable local initramfs regeneration
 install          Overlay additional packages
 uninstall        Remove overlayed additional packages
 override         Manage base package overrides
 reset            Remove all mutations
 refresh-md       Generate rpm repo metadata
 kargs            Query or modify kernel arguments
rpm-ostree status
State: idle
Deployments:
* ostree://fedora:fedora/x86_64/coreos/stable
                  Version: 32.20200715.3.0 (2020-07-27T11:36:29Z)
                   Commit: a3b08ee51b1d950afd9d0d73f32d5424ad52c7703a6b5830e0dc11c3a682d869
             GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0

 ostree://fedora:fedora/x86_64/coreos/stable
                  Version: 32.20200629.3.0 (2020-07-10T17:58:03Z)
                   Commit: 6df95bdb2fe2d36e091d4d18e3844fa84ce4b80ea3bd0947db5d7a286ff41890
             GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
rpm-ostree status
State: idle
Deployments:
* ostree://fedora:fedora/x86_64/coreos/stable
                  Version: 32.20200907.3.0 (2020-09-23T08:16:31Z)
               BaseCommit: b53de8b03134c5e6b683b5ea471888e9e1b193781794f01b9ed5865b57f35d57
             GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
          LayeredPackages: htop

 ostree://fedora:fedora/x86_64/coreos/stable
                  Version: 32.20200824.3.0 (2020-09-08T08:56:41Z)
               BaseCommit: 321d73d8865b2899510461cf16c4c2adb60e70031898c8d89e10eed2ac0e438a
             GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
          LayeredPackages: htop


Sep 22 08:00:35 SERVER systemd[1]: rpm-ostreed.service: Failed to add control inotify watch descriptor for control group /system.slice/rpm-ostreed.service: No space left on device

Related terms[edit]

See also[edit]

Advertising: