Skip to content

Commit

Permalink
Update self-update documentation
Browse files Browse the repository at this point in the history
* self-update is enabled by default now.
* self_update element in AutoYaST allows to disable the feature.
  • Loading branch information
imobachgs committed Jan 25, 2017
1 parent 7806b8d commit 2e84865
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions doc/SELF_UPDATE.md
Expand Up @@ -7,9 +7,18 @@ installation even after the media has been released. Check

## Disabling Updates

Self-update is enabled by default. However, it can be disabled by setting
`self_update=0` boot option. In the following sections it is assumed that this
feature is enabled.
Starting in SUSE Linux Enterprise 12 SP3, self-update is enabled by default.
However, it can be disabled by setting `self_update=0` boot option. If you're
using AutoYaST, is also possible to disable this feature using the `self_update`
element in `general` section of the profile:

```xml
<general>
<self_update config:type="boolean">false</self_update>
</general>
```

During the rest of this document it is assumed that self-update is enabled.

## Basic Workflow

Expand Down

0 comments on commit 2e84865

Please sign in to comment.