Skip to content

Commit

Permalink
Update slowroll.yaml
Browse files Browse the repository at this point in the history
Made all changes requested in this file
  • Loading branch information
WesfunOfficial authored Oct 17, 2024
1 parent 6abc23e commit ecbf04f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions products.d/slowroll.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,25 @@
id: Slowroll
name: Slowroll
# ------------------------------------------------------------------------------
# WARNING: There are currently no translations at this time!
# 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'
icon: Slowroll.svg
# Do not manually change any translations! See README.md for more details.
translations:
description:
ca:
cs:
de:
es:
fr:
id:
ja:
nb_NO:
pt_BR:
ru:
sv:
tr:
zh_Hans:
software:
installation_repositories: # was only able to find x86_64 at the time of writing
installation_repositories:
- url: https://download.opensuse.org/slowroll/repo/oss/
archs: x86_64
- url: https://download.opensuse.org/slowroll/repo/non-oss/
archs: x86_64

mandatory_patterns:
- enhanced_base # seems to be a consistant pattern between all openSUSE versions
- enhanced_base
optional_patterns: null
user_patterns:
- basic-desktop
Expand Down Expand Up @@ -82,9 +70,21 @@ storage:
# Unified var subvolume - https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html
- path: var
copy_on_write: false
# Architecture specific subvolumes (didnt see anything other than x86_64)
# Architecture specific subvolumes
- path: boot/grub2/arm64-efi
archs: aarch64
- path: boot/grub2/arm-efi
archs: arm
- path: boot/grub2/i386-pc
archs: x86_64
- path: boot/grub2/powerpc-ieee1275
archs: ppc,!board_powernv
- path: boot/grub2/s390x-emu
archs: s390
- path: boot/grub2/x86_64-efi
archs: x86_64
- path: boot/grub2/riscv64-efi
archs: riscv64
size:
auto: true
outline:
Expand Down Expand Up @@ -140,4 +140,4 @@ storage:
- ext3
- ext4
- xfs

- vfat

0 comments on commit ecbf04f

Please sign in to comment.