Skip to content

Commit

Permalink
products.d: sles_160.yaml: Add traditional pattern to mandatory_patte…
Browse files Browse the repository at this point in the history
…rns for SLES16.0 product (#1731)

It will fix missing zypper in initial installation


## Problem

zypper is missing it the default installation for SLES 16.0

## Solution

Add traditional pattern as mandatory_patterns for SLES 16.0 to have
zypper installed in the default installation


## Testing

- *Tested manually*
  • Loading branch information
imobachgs authored Nov 7, 2024
2 parents d51d74b + a419ee0 commit cc0ab6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 06 11:28:16 UTC 2024 - Gustavo Yokoyama Ribeiro <[email protected]>

- add traditional pattern to mandatory_patterns for SLES16.0 product,
it will fix missing zypper in initial installation
(gh#agama-project/agama#1731)

-------------------------------------------------------------------
Wed Oct 30 18:57:26 UTC 2024 - Gustavo Yokoyama Ribeiro <[email protected]>

Expand Down
1 change: 1 addition & 0 deletions products.d/sles_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ software:
archs: s390

mandatory_patterns:
- traditional
- base
optional_patterns: null # no optional pattern shared
user_patterns: []
Expand Down

0 comments on commit cc0ab6e

Please sign in to comment.