Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPMOStreeCMD ¶
type RPMOStreeCMD struct {
// contains filtered or unexported fields
}
func (*RPMOStreeCMD) CheckForUpgrade ¶
func (r *RPMOStreeCMD) CheckForUpgrade() (bool, error)
Run rpm-ostree and check for new updates
func (*RPMOStreeCMD) Rebase ¶
func (r *RPMOStreeCMD) Rebase(image string) error
Rebases the system to the given container image
WARNING: Will reboot the system when successfull.
func (*RPMOStreeCMD) Upgrade ¶
func (r *RPMOStreeCMD) Upgrade() error
Upgrade the system using rpm-ostree. Writes command output to stdout/stderr.
WARNING: Will reboot the system when successfull.
Click to show internal directories.
Click to hide internal directories.