diff --git a/products.d/slowroll.yaml b/products.d/slowroll.yaml index a123e259e..fbd4ab25a 100644 --- a/products.d/slowroll.yaml +++ b/products.d/slowroll.yaml @@ -1,7 +1,9 @@ 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 @@ -9,29 +11,15 @@ description: 'A slightly slower rolling release of openSUSE designed to update 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 @@ -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: @@ -140,4 +140,4 @@ storage: - ext3 - ext4 - xfs - + - vfat