Skip to content

Commit

Permalink
Shorten Leap 16.0 installation_labels (#1741)
Browse files Browse the repository at this point in the history
* Labels should not exceed 16 characters
 
* Neither yast2 partitioner, nor gnome disks
  allowed me to use openSUSE-Leap-DVD-x86_64

* Use Leap-DVD-$arch to meet the length requirement
  • Loading branch information
lslezak authored Nov 8, 2024
2 parents 89689d8 + 8df5a2b commit 083b5fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 8 13:20:10 UTC 2024 - Lubos Kocman <[email protected]>

- Shorten Leap 16.0 installation_labels
Neither yast2 partitioner, nor gnome disks
allowed me to use openSUSE-Leap-DVD-x86_64 as
the label limit seems to be 16 characters

-------------------------------------------------------------------
Fri Nov 8 11:58:49 UTC 2024 - Lubos Kocman <[email protected]>

Expand Down
8 changes: 4 additions & 4 deletions products.d/leap_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ software:
installation_repositories:
- url: https://download.opensuse.org/distribution/leap/16.0/repo/oss
installation_labels:
- label: openSUSE-Leap-DVD-x86_64
- label: Leap-DVD-x86_64
archs: x86_64
- label: openSUSE-Leap-DVD-aarch64
- label: Leap-DVD-aarch64
archs: aarch64
- label: openSUSE-Leap-DVD-s390x
- label: Leap-DVD-s390x
archs: s390
- label: openSUSE-Leap-DVD-ppc64le
- label: Leap-DVD-ppc64le
archs: ppc
mandatory_patterns:
- enhanced_base # only pattern that is shared among all roles on Leap
Expand Down

0 comments on commit 083b5fa

Please sign in to comment.