Skip to content

Commit

Permalink
SELF_UPDATE.md - fixed the AY profile specification (#369)
Browse files Browse the repository at this point in the history
the correct name of the section in the AY profile is "general"
  • Loading branch information
lslezak committed Apr 28, 2016
1 parent ad3fbc7 commit 25d6b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/SELF_UPDATE.md
Expand Up @@ -37,12 +37,12 @@ The URL of the update repository is evaluated in this order:

1. The `SelfUpdate` boot option
2. The AutoYaST control file - in AutoYaST installation only, use the
`/generic/self_update_url` XML node:
`/general/self_update_url` XML node:

```xml
<generic>
<general>
<self_update_url>http://example.com/updates/$arch</self_update_url>
</generic>
</general>
```
3. Hard-coded in the `control.xml` file on the installation medium (thus it
depends on the base product):
Expand Down

0 comments on commit 25d6b5c

Please sign in to comment.