Index transactional-update 1.28

Name

transactional-update.conf — transactional-update configuration file

Synopsis

/usr/etc/transactional-update.conf

Description

This configuration file controls and defines the behaviour of transactional-update(8).

The transactional-update.conf file uses shell style assignments, e.g. PARAMETER=value.

A reference file (also used for reading the default values) can be found in /usr/usr/etc/transactional-update.conf.

Options

The following options are available in the "transactional-update" section:

REBOOT_METHOD

Specify the reboot method to use.

"auto"

Uses "rebootmgr" if available and active; falls back to "systemd" otherwise.

This is the default value. If the option is invalid it will also be used as the fallback value.

"salt"

Will create a Salt grain for signaling Velum to reboot the system.

"rebootmgr"

rebootmgrctl(1) will be triggered to initiate a reboot.

"systemd"

systemctl(1) will be called to initiate a reboot.

ZYPPER_AUTO_IMPORT_KEYS

If set to "1" GPG keys will be imported automatically for new repositories. If set to "0" updates will fail if a key is unknown. For security reasons this option is turned off ("0") by default.

See Also

transactional-update(8)