diff --git a/products.d/leap16.yaml b/products.d/leap16.yaml deleted file mode 100644 index 30060510af..0000000000 --- a/products.d/leap16.yaml +++ /dev/null @@ -1,100 +0,0 @@ -id: Leap16 -name: openSUSE Leap 16.0 -archs: x86_64,aarch64 -# ------------------------------------------------------------------------------ -# WARNING: When changing the product description delete the translations located -# at the at translations/description key below to avoid using obsolete -# translations!! -# ------------------------------------------------------------------------------ -description: '[Experimental project] openSUSE Leap 16 is built on top of the - next generation Adaptable Linux Platform (ALP) from SUSE.' -# Do not manually change any translations! See README.md for more details. -translations: - description: - cs: "[Experimentální projekt] openSUSE Leap 16 je postaven na budoucí generaci - Adaptable Linux Platform (ALP) od SUSE." - sv: "[Experimentellt projekt] openSUSE Leap 16 är byggt ovanpå nästa generations - Anpassningsbara Linux Plattform (ALP) från SUSE." -software: - installation_repositories: - - url: https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/images/repo/Leap-16.0-x86_64-Media1/ - archs: x86_64 - - url: https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/images/repo/Leap-16.0-aarch64-Media1/ - archs: aarch64 - mandatory_patterns: - - alp_base - - alp_base_zypper - - alp_cockpit - - alp-container_runtime - - alp_defaults - optional_patterns: null # no optional pattern shared - mandatory_packages: null - optional_packages: null - base_product: Leap16 - -security: - lsm: selinux - available_lsms: - # apparmor: - # patterns: - # - apparmor - selinux: - patterns: - - alp_selinux - policy: enforcing - none: - patterns: null - -storage: - space_policy: delete - encryption: - method: luks2 - pbkd_function: pbkdf2 - tpm_luks_open: true - volumes: - - "/" - volume_templates: - - mount_path: "/" - filesystem: btrfs - btrfs: - snapshots: true - read_only: true - default_subvolume: "@" - subvolumes: - - path: root - - path: home - - path: opt - - path: srv - - path: boot/writable - - path: usr/local - - path: boot/grub2/arm64-efi - archs: aarch64 - - 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: var - copy_on_write: false - size: - auto: false - min: 5 GiB - outline: - required: true - filesystems: - - btrfs - snapshots_configurable: false - - filesystem: xfs - size: - auto: false - outline: - required: false - filesystems: - - btrfs - - ext2 - - ext3 - - ext4 - - xfs