Skip to content

Commit

Permalink
Added 'product selection' topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilson Souza committed Mar 5, 2018
1 parent 3cabb41 commit fd6d96d
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions doc/profile_changes_SLE15.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@

### Product selection

- https://github.com/SUSE/doc-sle/blob/develop/xml/ay_bigfile.xml#L4521
Starting with SLE15, all products are distributed using one medium.
You need to choose which product to install. To do so explicitly, use the
'product' option.

#### Explicit Product Selection

```xml
<software>
<products config:type="list">
<product>SLED15</product>
</products>
</software>
```

In special cases, the medium might contain only one product. If so, you
do not need to select a product explicitly as described above. AutoYaST will
select the only available product automatically.

For backward compatibility with profiles created for pre-SLE 15 products, AutoYaST
implements a heuristic that selects products automatically. This heuristic will be
used when the profile does not contain a 'product' element. This heuristic is based
on the package and pattern selection in the profile. However, whenever possible,
avoid using this mechanism and adapt old profiles to use explicit product selection.

### Firewall configuration

Expand Down Expand Up @@ -277,7 +299,7 @@ As you probably already know, a regular installation is performed in a single
stage while an auto-installation needs two stages in most of the cases.

For that reason, AutoYaST will show a warning if the second stage is needed or
enabled and some mandatory package are missing like `autoyast2-installation`
enabled and some mandatory package are missing like `autoyast2-installation`
and `autoyast2`.

**Further documentation:**
Expand Down

0 comments on commit fd6d96d

Please sign in to comment.