Skip to content

Commit

Permalink
fix(products): enable Slowroll for x86_64 only and add the logo (#1684)
Browse files Browse the repository at this point in the history
#1674 added Slowroll to the list of products to install. Thanks
@WesfunOfficial. However, given that
only x86_64 repositories are available, we should limit it to this
architecture. Additionally I took
the opportunity to add the logo.
  • Loading branch information
imobachgs authored Oct 18, 2024
2 parents 860e339 + f5873b2 commit 1b45405
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 4 deletions.
10 changes: 6 additions & 4 deletions products.d/slowroll.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
id: Slowroll
name: Slowroll
archs: x86_64
# ------------------------------------------------------------------------------
# WARNING: When changing the product description delete the translations located
# at the at translations/description key below to avoid using obsolete
# translations!!
# ------------------------------------------------------------------------------
description: 'A slightly slower rolling release of openSUSE designed to update
less often than Tumbleweed but more often than Leap without forcing users to
choose between "stable" and newer packages'
description:
'An experimental and slightly slower rolling release of openSUSE designed
to update less often than Tumbleweed but more often than Leap without forcing users
to choose between "stable" and newer packages.'
icon: Slowroll.svg
# Do not manually change any translations! See README.md for more details.
translations:
Expand Down Expand Up @@ -71,7 +73,7 @@ storage:
- path: var
copy_on_write: false
# Architecture specific subvolumes
- path: boot/grub2/arm64-efi
- path: boot/grub2/arm64-efi
archs: aarch64
- path: boot/grub2/arm-efi
archs: arm
Expand Down
44 changes: 44 additions & 0 deletions web/src/assets/products/Slowroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b45405

Please sign in to comment.