Hi all,
I want to install openSUSE Leap 42.1 via pattern list. But I can not find any pattern files in the installation repository (./suse/setup/descr/*.pat.gz) In openSUSE 13.1 pattern files exist but since openSUSE 13.2 they seem to be gone. In yast2 I can see patterns but what are their correct name to use them in a autoyast profile? Where are all the patterns defined now?
Thanks in advance Regards Werner
Hi,
Werner Hack werner.hack@uni-ulm.de wrote:
Hi all,
I want to install openSUSE Leap 42.1 via pattern list. But I can not find any pattern files in the installation repository (./suse/setup/descr/*.pat.gz) In openSUSE 13.1 pattern files exist but since openSUSE 13.2 they seem to be gone. In yast2 I can see patterns but what are their correct name to use them in a autoyast profile? Where are all the patterns defined now?
zypper se -t pattern
gives you a list of available patterns.
Best regards Robert
Hello Werner,
since SLES12 patterns are simple RPMs. To mark them as pattern, they all provide at least one "pattern() = NAME" capability, where NAME can get used in an AutoYaST profile. Usually the package names start with patterns, so this may be a hint, which RPM files are patterns. You can also search within suse/setup/descr/packages for packages, that provide "pattern() = ..."
To query the weak requirements of the pattern you can use rpm e.g. rpm -qp --recommends patterns-sles-base.rpm
Regards, Oliver
Am 16.02.2016 um 10:20 schrieb Werner Hack:
Hi all,
I want to install openSUSE Leap 42.1 via pattern list. But I can not find any pattern files in the installation repository (./suse/setup/descr/*.pat.gz) In openSUSE 13.1 pattern files exist but since openSUSE 13.2 they seem to be gone. In yast2 I can see patterns but what are their correct name to use them in a autoyast profile? Where are all the patterns defined now?
Thanks in advance Regards Werner
On Tue, Feb 16, 2016 at 10:20 AM, Werner Hack werner.hack@uni-ulm.de wrote:
Hi all,
I want to install openSUSE Leap 42.1 via pattern list. But I can not find any pattern files in the installation repository (./suse/setup/descr/*.pat.gz) In openSUSE 13.1 pattern files exist but since openSUSE 13.2 they seem to be gone. In yast2 I can see patterns but what are their correct name to use them in a autoyast profile? Where are all the patterns defined now?
If you don't have an installation of 42.1 yet, you can glimpse the pattern names from the "patterns-openSUSE" RPM: https://build.opensuse.org/package/view_file/openSUSE:Leap:42.1/patterns-ope...
autoinstall@lists.opensuse.org